|
Build problem on Linux
I am attempting to build Ice 1.1.0 on my Mandrake 9.1 Linux system.
I found that I didn't have Xerces so I downloaded (from rpmfind) and built version 2.1.0.
Now running Ice-1.1.0 gets to a link action and encounters problems.
It first complained that it couldn't find a libxerces-c.so.
I have a libxerces-c1_1.so file on my system, so I created a symbolic link to it
to create the needed libxerces-c.so "file".
Now I'm running into unresolved external errors. As an example:
Validate.o(.text+0x449):/home/jholle/Ice-1.1.0/src/slice2xsd/Validate.cpp:156: undefined reference to `XercesDOMParser::XercesDOMParser[in-charge](XMLValidator*)'
Does anybody know how to get around this problem?
|