Alberto, Thanks for the response. I added the option and was able to see the xerces library.
Thank you very much. I will try to make a sample XML program now. About the compiler version, Accdg to xerces site, its should work with 5.7 and later version.. well see, if my program won't experience any weirdness. gloridel Alberto Massari さんは書きました: > Gloridel, > you need to tell your compiler where the include folder is (by setting > the INCLUDE env, or add the -I option to the makefile) and where the lib > folder is (by setting the LIB env, or add the -Lfolder -lxerces-c option). > Also, I don;t know if your 5.9 compiler understands the library compiled > by the 5.7 version; you may need to download the sources and recompile > Xerces with the 5.9 > > Alberto > > gloridel wrote: > >> Hello >> >> I'm a new member in xercesc and a newbie as well. >> Im currently trying to make my installation work with xercesc >> >> Here's my Enviroment >> OS: Solaris 10 >> Compiler: SUN Studio 12 C++ 5.9 >> >> I installed the binary : xerces-c_2_8_0-x86-solaris-cc_5_7 >> set the LD_LIBRARY_PATH to the lib area, and set PATH variable too. >> >> Made a very very simple program to check if my settings worked but it always >> give the same error >> "Cannot find/open include file <xercesc/parser/...> " >> >> I don't know what to do from here.. >> >> gloridel >> >> >> >> >> >> > > > > >
