When I try to use c2nim, it tends to fail while parsing stuff (vapoursynth and 
gr). Por example, with 
[gr.h](https://github.com/sciapp/gr/blob/master/lib/gr/gr.h):
    
    
    $ c2nim --header gr.h
    gr.h(27, 25) Error: token expected: ;
    $ c2nim --dynlib /usr/gr/lib/libGR.so
    /usr/gr/lib/libGR.so(1, 1) Error: invalid token  (\127)

so probably I am not using it well.

I write some spaguetty code in python to create the wrapper.

Reply via email to