Re: [ovs-dev] [PATCH 0/2] Python JSON parser improvements

2016-07-22 Thread Ben Pfaff
In that case we should probably invent an include/ovn directory. On Mon, Jul 18, 2016 at 12:19:58PM -0700, Aaron Rosen wrote: > I'm facing this same issue with the _ovn-utils.c Python C extension patch I > posted. If this gets approved I believe I need to so the same thing for the > following

Re: [ovs-dev] [PATCH 0/2] Python JSON parser improvements

2016-07-18 Thread Aaron Rosen
I'm facing this same issue with the _ovn-utils.c Python C extension patch I posted. If this gets approved I believe I need to so the same thing for the following files: ovn/lib/actions.h ovn/lib/expr.h ovn/lib/lex.h On Tue, Jul 12, 2016 at 2:37 PM, Terry Wilson wrote: >

[ovs-dev] [PATCH 0/2] Python JSON parser improvements

2016-07-12 Thread Terry Wilson
These patches should address the previous issue with building the Python wrapper when builddir != srcdir. It also ensures that the wrapper can be properly built by pip from out-of-tree by ensuring that json.h is added to include/openvswitch/json.h. Terry Wilson (2): Move lib/json.h to