[xml] Search page broken + Error in xpath.c



(a) The search function at http://mail.gnome.org/archives/xml/ returns a 'page not found'.
 
(b) I downloaded the distribution to make some borland c libraries.
I got an error:
 
D:\libxml2-2.6.9\win32>make
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
        bcc32.exe -q -DWIN32 -D_NO_VCL -D_WINDOWS -D_MBCS -DEILSEQ=2 -w- -I".."
-I"..\include" -I".\include" -I"." -D_REENTRANT -tWM -tWR -DHAVE_WIN32_THREADS -
DNDEBUG -O2 -nint.bcb -c ..\xpath.c
..\xpath.c:
Error E2293 ..\xpath.c 10926: ) expected in function xmlXPathEvaluatePredicateRe
sult
*** 1 errors in Compile ***
 
The line is:
 
#ifdef WIN32
     return(((res->floatval == ctxt->context->proximityPosition) && (!xmlXPathIsNaN(res->floatval)) /* MSC pbm Mark Vadoc !*/);
#else
I removed one of the initial brackets, and it compiled OK...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]