On 2021/08/16 12:47, Renaud Allard wrote: > > > On 8/16/21 12:23 PM, Stuart Henderson wrote: > > On 2021/08/16 11:19, Stuart Henderson wrote: > > > On 2021/08/16 12:10, Renaud Allard wrote: > > > > Hello, > > > > > > > > Here is a port of python ijson library will be needed in future > > > > versions of > > > > net/synapse. > > > > > > > > Best Regards > > > > > > > > > > > > COMMENT needs expanding, please don't include CVS dirs > > > > > > > ... gets some of these during build (though build does finish) > > > > /tmp/yajl_versionj7af_s6f.c:2:22: fatal error: 'yajl/yajl_version.h' file > > not found > > #include <yajl/yajl_version.h> > > ^~~~~~~~~~~~~~~~~~~~~ > > 1 error generated. > > > > > > ... couple of errors in tests as-is, but adding MODPY_PYTEST=Yes gets them > > to work. > > > > ... possibly missing a dependency of some sort on libyajl? > > > > > I tried with libyajl and with py-yajl (freshly ported) and I still get that > error. When looking at ijson-3.1.4/setup.py, it seems they use a non > standard way of testing if the library is there.
It probably just needs the include path setting. > BTW, synapse works fine even with the error. >
