Hello everybody,
I am new to OpenFlow and NOX controller and I am trying to install NOX from
source.

My configuration is a NetFPGA Cube, with all package installed and also the
openflow is already installed, but I am having problems about the
installation of Nox.

At first I followed what is said in the install guide using git, but I
received:

   git clone git://noxrepo.org/nox
Cloning into noxcore...
fatal: The remote end hung up unexpectedly

So I tried to download the source and do the installation in this way, but
after doing the ./configure (gone well), when I do the make command, the
output is:


openflow-event.cc: At global scope:
openflow-event.cc:68: error: expected ‘,’ or ‘...’ before ‘*’ token
openflow-event.cc:68: error: ISO C++ forbids declaration of
‘ofp_flow_expired’ with no type
openflow-event.cc: In function
‘vigil::Event*<unnamed>::handle_flow_expired(vigil::datapathid, int)’:
openflow-event.cc:72: error: ‘ofe’ was not declared in this scope
openflow-event.cc:72: error: ‘buf’ was not declared in this scope
openflow-event.cc: In function ‘vigil::Event*
vigil::openflow_packet_to_event(vigil::datapathid,
std::auto_ptr<vigil::Buffer>)’:
openflow-event.cc:277: error: ‘OFPT_FLOW_EXPIRED’ was not declared in this
scope
openflow-event.cc:278: error: no matching function for call to
‘handle_packet(vigil::Event* (&)(vigil::datapathid, int),
vigil::datapathid&, const ofp_header*&, std::auto_ptr<vigil::Buffer>&)’
make[5]: *** [openflow-event.lo] Error 1
make[5]: Leaving directory `/home/netfpga2/nox/nox-0.4.0~beta/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/netfpga2/nox/nox-0.4.0~beta/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/netfpga2/nox/nox-0.4.0~beta/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/netfpga2/nox/nox-0.4.0~beta/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/netfpga2/nox/nox-0.4.0~beta'
make: *** [all] Error 2

I hope you could help me, because I don't know how to overcome this problem.
Regards,

Leonardo
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to