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?