Dear folks, This is Yoshihiko Kanaumi of NICT. I tried to compile new NOX and completed NOX-zaku on my machine.
However, I got the error on openflow-0.9 branch. The OpenFlow switches on my OFnetwork is just available for OpenFlow 0.97. So I need the NOX supported OpenFlow 0.9, too. I have the plan to install OpenFlow switches supported 1.0 by the end of the month. <console log> r...@nox1:/home/y-kanaumi/temp/nox# git branch -a * zaku remotes/origin/HEAD -> origin/zaku remotes/origin/destiny remotes/origin/openflow-0.8.9 remotes/origin/openflow-0.9 remotes/origin/openflow-1.0 remotes/origin/zaku r...@nox1:/home/y-kanaumi/temp/nox# r...@nox1:/home/y-kanaumi/temp/nox# r...@nox1:/home/y-kanaumi/temp/nox# git checkout remotes/origin/openflow-0.9 Note: moving to 'remotes/origin/openflow-0.9' which isn't a local branch If you want to create a new branch from this checkout, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new_branch_name> HEAD is now at a57a683... Fix swigruntime inclusion r...@nox1:/home/y-kanaumi/temp/nox# git branch * (no branch) zaku r...@nox1:/home/y-kanaumi/temp/nox# ./boot.sh (snip) r...@nox1:/home/y-kanaumi/temp/nox# mkdir build && cd build/ r...@nox1:/home/y-kanaumi/temp/nox/build# r...@nox1:/home/y-kanaumi/temp/nox/build# ../configure && make (snip) In file included from ../../../src/lib/openflow-event.cc:33: ../../../src/include/openflow/openflow/nicira-ext.h: At global scope: ../../../src/include/openflow/openflow/nicira-ext.h:204: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ make[5]: *** [openflow-event.lo] Error 1 make[5]: Leaving directory `/home/y-kanaumi/temp/nox/build/src/lib' make[4]: *** [all] Error 2 make[4]: Leaving directory `/home/y-kanaumi/temp/nox/build/src/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/y-kanaumi/temp/nox/build/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/y-kanaumi/temp/nox/build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/y-kanaumi/temp/nox/build' make: *** [all] Error 2 I would appreciate your help. Best regards, Kanaan. _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
