Hi,

I'd like to try the destiny-fast branch (I saw it mentioned here:
http://www.openflow.org/wk/index.php/Controller_Performance_Comparisons), so
I did the following

git clone git://noxrepo.org/nox
cd nox
git checkout dev/destiny-fast

Is that the right way to get this branch? After that I ran
./boot.sh
mkdir build
cd build
../configure
make

and got the following error:

Making all in pyrt
make[8]: Entering directory
`/home/av/Download/nox-destiny/nox/build/src/nox/coreapps/pyrt'
/usr/bin/swig -c++ -python  -DSWIGWORDSIZE64
-I../../../../../src/include/openflow -I../../../../../src/nox/lib/ -outdir
./. -o oxidereactor_wrap.cc -module oxidereactor
../../../../../src/nox/coreapps/pyrt/oxidereactor.i
/usr/bin/swig -c++ -python  -DSWIGWORDSIZE64 -outdir ./. -o
deferredcallback_wrap.cc -module deferredcallback
../../../../../src/nox/coreapps/pyrt/deferredcallback.i
/usr/bin/swig -c++ -python  -DSWIGWORDSIZE64
-I../../../../../src/include/openflow -I../../../../../src/nox/lib/ -outdir
./. -o pycomponent_wrap.cc -module pycomponent
../../../../../src/nox/coreapps/pyrt/component.i
../../../../../src/nox/coreapps/pyrt/context.i:79: Error: Syntax error in
input(3).
make[8]: *** [pycomponent.py] Error 1

Does anyone know what went wrong and how to fix this?

Thanks,
Andreas
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to