Hi All,

I am new to NOX.

I am consistently getting a compilation error and not able to resolve it and
proceeed: for the file src/builtin/deployer.cc

g++ -DHAVE_CONFIG_H -I. -I../.. -I../../../src/builtin
-DPKGDATADIR=\"/usr/local/share/nox\" -DPKGLIBDIR=\"/usr/local/bin/builtin\"
-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 -D_REENTRANT -D__STDC_LIMIT_MACROS=1
-D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
-D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
-I/usr/include/python2.5 -I../../../src/include/openflow -I../../../src/nox
-fno-omit-frame-pointer -fno-strict-aliasing -Wall -Wno-sign-compare
-Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -MT deployer.lo -MD
-MP -MF .deps/deployer.Tpo -c ../../../src/builtin/deployer.cc  -fPIC -DPIC
-o .libs/deployer.o
*../../../src/builtin/deployer.cc:142: error: expected initializer before
‘<’ token

*I followed the following instructions:

git clone git://noxrepo.org/nox
cd nox
git checkout -b openflow-1.0 origin/openflow-1.0

./boot.sh
./configure
make

Just before linking this error happens. And for me this error happens on any
other version also.

My gcc version: gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)

Thanks a lot for help.
Regards,
Vishal
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to