"Re: [xml] unresolved external symbol"



Hi,

Myomy... I had better look at the cvs graph: I just updated with "cvs 
-z3 update -r 1.10 chvalid.c" and got the fixed file.

Kasimier Buchcik wrote:
Daniel Veillard wrote:
On Mon, Oct 27, 2003 at 03:37:32PM +0100, Kasimier Buchcik wrote:
I checked the compile messages once again and found the following:
--------------
chvalid.c
..\chvalid.c(163) : warning C4028: formal parameter 2 different from 
declaration
--------------

in chvalid.c we got:

xmlCharInRange (unsigned int val, xmlChRangeGroupPtr rptr)

in chvalid.h we got:

XMLPUBFUN int XMLCALL
            xmlCharInRange(unsigned int val, const xmlChRangeGroupPtr group)


 yeah, I fixed that in CVS last week I think,



Note the different argument names "rptr" & "group" in both functions.
Could that be the reason why the function is not exported?


 I rather think it's the missing "const",


Hmm, I updated the module libxml2 2.6.0 an hour ago... I the cvs lagging 
  that much?


Thanks,

Kasimier Buchcik




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