Hi Laura,

Laura Lozano <[EMAIL PROTECTED]> writes:

> I,m trying to integrate xerces-c++ into eclipse.  I've added the library
> xerces-c in "libraries" in the tab  GCC C++ Linker, and  into the field
> library search path  I've added  the complete path  of  the fold /lib
> (/home/laura/xerces-c_2_8_0-x86-linux-gcc_3_4/lib).  Environment variables
> are also well stablished, but I've compilation errors like:
>
> ../Tests/DOMCount.cpp:25:42: warning: xercesc/util/PlatformUtils.hpp: File
> or directory doesn't exist.

While am not familiar with Eclipse, you will probably also need to add
the /home/laura/xerces-c_2_8_0-x86-linux-gcc_3_4/include directory to
the header search paths (-I GCC option). Perhaps there is a tab named
"GCC C++ Compiler Options" or something along these lines where you
can specify this.

Boris

-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding

Reply via email to