Henning Noren | 10 Dec 07:49
Picon
Picon
Favicon

Re: Does not work

It's a known bug with libxml2-2.6.16. 
If you want to compile cvs before the patch is in cvs (or libxml2) you
should use the cxml-patch I posted some time ago on this list;
https://lists.berlios.de/pipermail/dcgui-common/2004-
December/000180.html

If you are running Fedora Core 3 you could use my fc3-rpms instead. They
are from latest cvs and have all the patches I posted in the mail above.

Sincerely
Henning

On Fri, 2004-12-10 at 02:41 +0100, Rafal Prasal wrote:
> i have just upgraded my KDE to 3.3.2 version and tried as always to 
> compile valknut from CVS. everything went fine when it started for the 
> first time, but after clicking save in options  and starting it for the 
> second time it was minimalized and without toolbar. I have checked the 
> options i set before and these are emty. every option is emty :(.
> 
> can you help me, what to do?
> 
> i have also tried the older CVS, but it also does not work :(
> while starting in the console i get this
> ------------------------------------------------
> Can't resolve path for 'valknut'
> Checking xml version ...
> Compiled for '20614' using '20616'
> Checking dclib version ...
> Using '0.3.4cvs20041210'
> Checking Qt (TM) version ...
(Continue reading)

Henning Noren | 10 Dec 07:54
Picon
Picon
Favicon

Re: Does not work

Excuse me for missing to write where my fc3-rpms are...  

http://www.ludat.lth.se/~dat03hen/valknut/

Sincerely
Henning
Rafał R@V Prasał | 10 Dec 23:46
Picon
Favicon

Re: Does not work

Użytkownik Henning Noren wyrezał w kamieniu:
 > [...]

apply this to

dclib/dclib/core/cxml.cpp
152c152
< 	else if ( res == 0 )
---
> 	else if ( res >= 0 )
183c183
< 	else if ( res == 0 )
---
> 	else if ( res >= 0 )
Rafał R@V Prasał | 10 Dec 23:40
Picon
Favicon

Re: Does not work

Użytkownik Henning Noren wyrezał w kamieniu:

>Excuse me for missing to write where my fc3-rpms are...  
>
>http://www.ludat.lth.se/~dat03hen/valknut/
>  
>
this patch makes dclib work with older version of libxml and also with 
the newest one ;)

152c152
< 	else if ( res == 0 )
---
> 	else if ( res >= 0 )
183c183
< 	else if ( res == 0 )
---
> 	else if ( res >= 0 )

Gmane