Hello All, I am compiling the nox code. the compilation succeeds but the on doing a make check I am getting the following error. I have not touched the code. I am using the one that is available for download.
Please see the dump of make check below... Making check in utilities make[3]: Entering directory `/home/nox/noxcore/build/src/utilities' make check-am make[4]: Entering directory `/home/nox/noxcore/build/src/utilities' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/home/nox/noxcore/build/src/utilities' make[3]: Leaving directory `/home/nox/noxcore/build/src/utilities' Making check in tests make[3]: Entering directory `/home/nox/noxcore/build/src/tests' make check-am make[4]: Entering directory `/home/nox/noxcore/build/src/tests' make test-classifier test-coop-preblock-hook test-coop-sema test-coop-signals test-ethernetaddr test-event-dispatcher-blocking test-event-dispatcher-starvation test-poll-loop-removal test-timer-dispatcher-delay test-timer-dispatcher-duplicates test-timer-dispatcher-starvation test-timeval test-type-props make[5]: Entering directory `/home/nox/noxcore/build/src/tests' /bin/bash ../../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/tests -export-dynamic -o test-classifier test-classifier.o ../lib/libnoxcore.la g++ -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -o .libs/test-classifier test-classifier.o -Wl,--export-dynamic ../lib/.libs/libnoxcore.so -Wl,--rpath -Wl,/usr/local/bin/tests ../lib/.libs/libnoxcore.so: undefined reference to `vigil::nox::register_handler(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, boost::function<vigil::Disposition ()(vigil::Event const&), std::allocator<void> >, int)' collect2: ld returned 1 exit status make[5]: *** [test-classifier] Error 1 make[5]: Leaving directory `/home/nox/noxcore/build/src/tests' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/home/nox/noxcore/build/src/tests' make[3]: *** [check] Error 2 make[3]: Leaving directory `/home/nox/noxcore/build/src/tests' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/nox/noxcore/build/src' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/nox/noxcore/build/src' make: *** [check-recursive] Error 1 Any help is highly appreciated. Thanks a lot! Regards, Surabhi
_______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
