Hi,

Check if you have xerces installed correctly.

Regards
KK

On 12 July 2010 07:49, Waqas Daar <waqasd...@gmail.com> wrote:
> Hello all
> I am trying to install NOX 0.6. But when I tried to make it it gives me this
> error.
>
> mv -f .deps/nox_main.Tpo .deps/nox_main.Po
> /bin/sh ../libtool --tag=CXX   --mode=link g++ -fno-omit-frame-pointer -Wall
> -Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2
> -R/usr/local/bin -export-dynamic -L/usr/lib
> -lboost_unit_test_framework-gcc42-1_35 -lboost_filesystem-gcc42-1_35 -lssl
> -L/usr/local/lib  -Wl,-E   -o nox_core components.xsd.o nox.xsd.o nox_main.o
> ./builtin/.libs/libbuiltin.la ./lib/libnoxcore.la
> g++ -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
> -Wformat-nonliteral -Wformat-security -g -O2 -Wl,-E -o .libs/nox_core
> components.xsd.o nox.xsd.o nox_main.o -Wl,--export-dynamic  -L/usr/lib
> -lboost_unit_test_framework-gcc42-1_35 -lboost_filesystem-gcc42-1_35 -lssl
> -L/usr/local/lib ./builtin/.libs/libbuiltin.so ./lib/.libs/libnoxcore.so
>  -Wl,--rpath -Wl,/usr/local/bin/builtin -Wl,--rpath -Wl,/usr/local/bin
> components.xsd.o: In function `~XMLAttDefList':
> /usr/local/include/xercesc/framework/XMLAttDefList.hpp:158: undefined
> reference to `xercesc_3_1::XMemory::operator delete(void*)'
> components.xsd.o:(.rodata._ZTVN11xercesc_3_113XMLAttDefListE[vtable for
> xercesc_3_1::XMLAttDefList]+0x10): undefined reference to
> `xercesc_3_1::XMLAttDefList::isSerializable() const'
> components.xsd.o:(.rodata._ZTVN11xercesc_3_113XMLAttDefListE[vtable for
> xercesc_3_1::XMLAttDefList]+0x14): undefined reference to
> `xercesc_3_1::XMLAttDefList::serialize(xercesc_3_1::XSerializeEngine&)'
> components.xsd.o:(.rodata._ZTVN11xercesc_3_113XMLAttDefListE[vtable for
> xercesc_3_1::XMLAttDefList]+0x18): undefined reference to
> `xercesc_3_1::XMLAttDefList::getProtoType() const'
> ./builtin/.libs/libbuiltin.so: undefined reference to
> `xercesc_3_1::XMLPlatformUtils::fgMemoryManager'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgDOMElementContentWhitespace'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLString::transcode(char const*, unsigned short*, unsigned
> int, xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to `typeinfo for
> xercesc_3_1::DOMException'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgXercesSchemaFullChecking'
> ./builtin/.libs/libbuiltin.so: undefined reference to
> `xercesc_3_1::XMLString::transcode(char const*,
> xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgXercescDefaultLocale'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgXercesUseCachedGrammarInParse'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgDOMErrorHandler'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::Wrapper4InputSource::Wrapper4InputSource(xercesc_3_1::InputSource*,
> bool, xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::MemBufInputSource::MemBufInputSource(unsigned char const*,
> unsigned int, char const*, bool, xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgXercesUserAdoptsDOMDocument'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgDOMNamespaces'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLString::release(char**, xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::Wrapper4InputSource::~Wrapper4InputSource()'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLPlatformUtils::Initialize(char const*, char const*,
> xercesc_3_1::PanicHandler*, xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to `typeinfo for
> xercesc_3_1::XMLException'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::DOMImplementationRegistry::getDOMImplementation(unsigned short
> const*)'
> ./builtin/.libs/libbuiltin.so: undefined reference to
> `xercesc_3_1::XMLString::transcode(unsigned short const*,
> xercesc_3_1::MemoryManager*)'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgDOMValidate'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::MemBufInputSource::~MemBufInputSource()'
> ./lib/.libs/libnoxcore.so: undefined reference to
> `xercesc_3_1::XMLUni::fgXercesSchema'
> collect2: ld returned 1 exit status
> make[4]: *** [nox_core] Error 1
> make[4]: Leaving directory `/home/nox/build/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/nox/build/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/nox/build/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/nox/build'
> make: *** [all] Error 2
>
> Any idea how to resolve this ?
>
> Best Regards,
>
> M. Waqas Ahmad Daar
> MS Internetworking
> KTH Royal Institute of Technology,
> Stockholm Sweden.
> Cell: +46704058221
>
>
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>
>

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to