Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-31 Thread mantielero
Solved in Archlinux's R49-2. It was a packaging problem.


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread mantielero
It doesn't gives me much information:


$ ./modifyframe
ViolaciĆ³n de segmento (`core' generado)

I have observed also that this happens when I call a macro, but not when I call 
a vapoursynth plugin.


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread geotre
Can you paste the error? Seems most likely that something changed in the 
vapoursynth update and now your bindings don't match up


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread geotre
Do you mean that without \--gc:none you get the error above?


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread mantielero
A different one. I get a Segfault: 


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread mantielero
That fails, but I have checked that the following works:


nim c -f --threads:on --gc:none modifyframe

Why do I need that now? Is this a change in Nim or in vapoursynth? I keep on 
using v1.0.6 as far as I know.


Re: libvapoursynth.so: undefined symbol: pthread_create

2020-03-30 Thread geotre
Did you compile with \--threads:on?