Hi,

when I install the openflow1.1, I meet the following error, can you help me ?

$make
lib/learning-switch.c: In function ‘lswitch_run’:
lib/learning-switch.c:217: error: ‘OFPP_NONE’ undeclared (first use in this 
function)
lib/learning-switch.c:217: error: (Each undeclared identifier is reported only 
once
lib/learning-switch.c:217: error: for each function it appears in.)
lib/learning-switch.c: In function ‘process_switch_features’:
lib/learning-switch.c:397: error: ‘OFPC_STP’ undeclared (first use in this 
function)
lib/learning-switch.c: In function ‘process_packet_in’:
lib/learning-switch.c:407: warning: large integer implicitly truncated to 
unsigned type
lib/learning-switch.c: In function ‘process_phy_port’:
lib/learning-switch.c:503: error: dereferencing pointer to incomplete type
lib/learning-switch.c:504: error: ‘OFPC_STP’ undeclared (first use in this 
function)
lib/learning-switch.c:505: error: dereferencing pointer to incomplete type
lib/learning-switch.c:506: error: dereferencing pointer to incomplete type
lib/learning-switch.c:510: error: ‘OFPPC_NO_STP’ undeclared (first use in this 
function)
lib/learning-switch.c:513: error: ‘OFPPS_STP_MASK’ undeclared (first use in 
this function)
lib/learning-switch.c:514: error: ‘OFPPS_STP_LISTEN’ undeclared (first use in 
this function)
lib/learning-switch.c:517: error: ‘OFPPS_STP_LEARN’ undeclared (first use in 
this function)
lib/learning-switch.c:520: error: ‘OFPPS_STP_FORWARD’ undeclared (first use in 
this function)
lib/learning-switch.c:523: error: ‘OFPPS_STP_BLOCK’ undeclared (first use in 
this function)
lib/learning-switch.c: In function ‘get_port_state’:
lib/learning-switch.c:543: error: ‘OFPC_STP’ undeclared (first use in this 
function)
lib/learning-switch.c: In function ‘process_flow_stats’:
lib/learning-switch.c:582: error: ‘const struct ofp_flow_stats’ has no member 
named ‘actions’
lib/learning-switch.c:594: error: ‘const struct ofp_flow_stats’ has no member 
named ‘actions’
lib/learning-switch.c:623: error: ‘struct ofp_flow_mod’ has no member named 
‘actions’
make[2]: *** [lib/learning-switch.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Thank you!
Regards!

J.
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to