[nox-dev] Python.h and authenticator.

2009-12-15 Thread Varghese Mathew
Hi, my nox-0.5.0~full~beta does not compile on ubuntu 9.04. Authenticator gives an error with principal_types.hh missing the file "Python.h" I tired modfiying it to "python2.5/Python.h" and then the file gets included but gives rise to a galore of errors. Anyone facing similar situations? /v

Re: [nox-dev] More than one action

2009-10-29 Thread Varghese Mathew
Hi Chitra, this is what I understand (this code snippet is from the unmodified hub.cc file) ofp_flow_mod* ofm; size_t size = sizeof *ofm + *sizeof(ofp_action_output); *//* #1:* make this * sizeof(ofp_action_output) boost::shared_array raw_of(new char[size]); ofm =