hi Justin, I tried to compile latest version of openvswitch(from git) on Ubuntu 9.10 32 bits (gcc 4.4.1) and everything is fine. However if I compile on Ubuntu 10.10 64 bits (gcc 4.4.5) and this error shows up -
sudo make make all-recursive make[1]: Entering directory `/usr/src/openvswitch-HEAD-dd8d6b8' Making all in datapath make[2]: Entering directory `/usr/src/openvswitch-HEAD-dd8d6b8/datapath' Making all in linux-2.6 make[3]: Entering directory `/usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6' make -C /lib/modules/2.6.35-23-generic/build M=/usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6 modules make[4]: Entering directory `/usr/src/linux-headers-2.6.35-23-generic' CC [M] /usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.o /usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.c: In function ‘openvswitch_compat_ioctl’: /usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.c:1713: error: ‘ODP_VPORT_LIST32’ undeclared (first use in this function) /usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.c:1713: error: (Each undeclared identifier is reported only once /usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.c:1713: error: for each function it appears in.) make[5]: *** [/usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6/datapath.o] Error 1 make[4]: *** [_module_/usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6] Error 2 make[4]: Leaving directory `/usr/src/linux-headers-2.6.35-23-generic' make[3]: *** [default] Error 2 make[3]: Leaving directory `/usr/src/openvswitch-HEAD-dd8d6b8/datapath/linux-2.6' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/openvswitch-HEAD-dd8d6b8/datapath' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/openvswitch-HEAD-dd8d6b8' make: *** [all] Error 2 Thank you! On Mon, Dec 6, 2010 at 4:32 PM, Justin Pettit <[email protected]> wrote: > Glad to hear it. Let us know if you are seeing any compiler errors. I've > done a recent build on Ubuntu 10.04 and haven't seen any problems. > > --Justin > > > > -- Best Regards, CS Lee<geek00L[at]gmail.com> http://geek00l.blogspot.com http://defcraft.net
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
