Hi,
I got NOX from the git repo, and when I try boot.sh, I get the following error == r...@openfflow:~/nox/noxcore# ./boot.sh Disabling noxext... building with all apps aclocal: couldn't open directory `config': No such file or directory autoreconf: aclocal failed with exit status: 1 == If I try make from the source package (after running configure), I am getting the following weird error, considering that EOF is usually in <stdio.h> == r...@openfflow:~/nox-0.5.0~full~beta# make make all-recursive make[1]: Entering directory `/root/nox-0.5.0~full~beta' Making all in src make[2]: Entering directory `/root/nox-0.5.0~full~beta/src' make all-recursive make[3]: Entering directory `/root/nox-0.5.0~full~beta/src' Making all in include make[4]: Entering directory `/root/nox-0.5.0~full~beta/src/include' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/nox-0.5.0~full~beta/src/include' Making all in lib make[4]: Entering directory `/root/nox-0.5.0~full~beta/src/lib' make all-am make[5]: Entering directory `/root/nox-0.5.0~full~beta/src/lib' /bin/bash ../../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/include -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/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 async_io.lo -MD -MP -MF .deps/async_io.Tpo -c -o async_io.lo async_io.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/include -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/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 async_io.lo -MD -MP -MF .deps/async_io.Tpo -c async_io.cc -fPIC -DPIC -o .libs/async_io.o async_io.cc: In member function 'int vigil::Async_stream::read_fully(vigil::Buffer&, ssize_t*, bool)': async_io.cc:84: error: 'EOF' was not declared in this scope make[5]: *** [async_io.lo] Error 1 make[5]: Leaving directory `/root/nox-0.5.0~full~beta/src/lib' make[4]: *** [all] Error 2 make[4]: Leaving directory `/root/nox-0.5.0~full~beta/src/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/nox-0.5.0~full~beta/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/nox-0.5.0~full~beta/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/nox-0.5.0~full~beta' make: *** [all] Error 2 =========== I have installed all the dependecies as required (I think), let me know how to fix this. Thanks, Pradeep
_______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
