Yeah, there's a bug with pointing to xerces in that the include path is not updated. Can you try updating the AM_CPPFLAGS in src/lib manually and seeing if that works?
Hi,
In previous post (nox full beta configure error) i have cited that i have got xercess c++ library error .. now little bit of modification in my configure command i could eliminate that problem i.e.,

./configure --with-python `which python2.5.4` --enable-ndebug ---with-xerces=/Dependencies/nox-related/nox-installation-files/xerces-c_2_8_0-x86-linux-gcc_3_4
(here i have given pathe xercess libray)..

after that as per nox installation procedure stated in the noxrepo.org , it should create nox_core binaries in src/ folder , but its not happening. One more thing is if i give make command at command prompt then im getting following errors please do guide me to fix this problem.


****************

make all-recursive make[1]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta' Making all in src make[2]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src' make all-recursive make[3]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src' Making all in include make[4]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/include' Making all in lib make[4]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/lib' make all-am make[5]: Entering directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/lib' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DPKGDATADIR=\"/usr/local/share/nox\" -DPKGLIBDIR=\"/usr/local/bin/lib\" -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\" -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I ../../src/include -I../../src/include/openflow -I/usr/local/include/boost-1_34_1 -D_GNU_SOURCE=1 -g -DNDEBUG -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 -I/usr/local/include/python2.5 -I../../src/include/openflow -I../../src/nox -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -MT xml-util.lo -MD -MP -MF .deps/xml-util.Tpo -c -o xml-util.lo xml-util.cc g++ -DHAVE_CONFIG_H -I. -I../.. -DPKGDATADIR=\"/usr/local/share/nox\" -DPKGLIBDIR=\"/usr/local/bin/lib\" -DPKGLOCALSTATEDIR=\"/usr/local/var/nox\" -DPKGSYSCONFDIR=\"/usr/local/etc/nox\" -include ../../config.h -I ../../src/include -I../../src/include/openflow -I/usr/local/include/boost-1_34_1 -D_GNU_SOURCE=1 -g -DNDEBUG -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 -I/usr/local/include/python2.5 -I../../src/include/openflow -I../../src/nox -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -MT xml-util.lo -MD -MP -MF .deps/xml-util.Tpo -c xml-util.cc -fPIC -DPIC -o .libs/xml-util.o In file included from xml-util.cc:18: ../../src/include/xml-util.hh:26:31: error: xercesc/dom/DOM.hpp: No such file or directory xml-util.cc:21:51: error: xercesc/framework/MemBufInputSource.hpp: No such file or directory xml-util.cc:22:53: error: xercesc/framework/Wrapper4InputSource.hpp: No such file or directory xml-util.cc:23:42: error: xercesc/util/PlatformUtils.hpp: No such file or directory xml-util.cc:24:38: error: xercesc/util/XMLString.hpp: No such file or directory xml-util.cc:25:39: error: xercesc/util/XMLUniDefs.hpp: No such file or directory xml-util.cc:26:49: error: xercesc/validators/common/Grammar.hpp: No such file or directory In file included from xml-util.cc:18: ../../src/include/xml-util.hh:38: error: expected ‘,’ or ‘...’ before ‘*’ token ../../src/include/xml-util.hh:38: error: ISO C++ forbids declaration of ‘XMLCh’ with no type ../../src/include/xml-util.hh: In function ‘std::string vigil::xml::to_string(int)’: ../../src/include/xml-util.hh:40: error: ‘xercesc’ has not been declared ../../src/include/xml-util.hh:40: error: ‘s’ was not declared in this scope ../../src/include/xml-util.hh: At global scope: ../../src/include/xml-util.hh:46: error: expected ‘,’ or ‘...’ before ‘*’ token ../../src/include/xml-util.hh:46: error: ISO C++ forbids declaration of ‘XMLCh’ with no type ../../src/include/xml-util.hh:46: error: ‘bool vigil::xml::operator==(int)’ must have an argument of class or enumerated type ../../src/include/xml-util.hh:54: error: ‘xercesc’ has not been declared ../../src/include/xml-util.hh:54: error: expected initializer before ‘*’ token ../../src/include/xml-util.hh:60: error: ‘xercesc’ was not declared in this scope ../../src/include/xml-util.hh:60: error: template argument 1 is invalid ../../src/include/xml-util.hh:60: error: template argument 2 is invalid ../../src/include/xml-util.hh:60: error: expected ‘,’ or ‘...’ before ‘::’ token ../../src/include/xml-util.hh:61: error: invalid type in declaration before ‘;’ token ../../src/include/xml-util.hh:61: error: ISO C++ forbids declaration of ‘xercesc’ with no type ../../src/include/xml-util.hh:64: error: ‘xercesc’ has not been declared ../../src/include/xml-util.hh:64: error: expected constructor, destructor, or type conversion before ‘*’ token xml-util.cc:29: error: ‘xercesc’ is not a namespace-name xml-util.cc:29: error: expected namespace-name before ‘;’ token xml-util.cc:35: error: expected class-name before ‘{’ token xml-util.cc:42: error: expected ‘,’ or ‘...’ before ‘&’ token xml-util.cc:42: error: ISO C++ forbids declaration of ‘DOMError’ with no type xml-util.cc: In member function ‘bool vigil::xml::VigilDOMErrorHandler::handleError(int)’: xml-util.cc:43: error: ‘XMLString’ has not been declared xml-util.cc:43: error: ‘e’ was not declared in this scope xml-util.cc: At global scope: xml-util.cc:51: error: expected initializer before ‘*’ token xml-util.cc:144: error: expected `}' at end of input xml-util.cc:144: error: expected `}' at end of input make[5]: *** [xml-util.lo] Error 1 make[5]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/lib' make[4]: *** [all] Error 2 make[4]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Dependencies/nox-related/nox-0.5.0~full~beta' make: *** [all] Error 2 [r...@localhost nox-0.5.0~full~beta]# Regards Krishna Kishore


------------------------------------------------------------------------

_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to