Kenny Koller
Results
12
comments of
Kenny Koller
As a workaround, I linked the expected library to what exists and the example code worked. ``` cd /Users/Kenny/Anaconda3/envs/cryo/lib ln -s libSDL2_image-2.0.601.1.0.dylib libSDL2_image-2.0.0.dylib ```
Seems to have fixed this problem that I'm having on MacOS: ``` flac/encoder_wrap.c:3116:19: note: forward declaration of 'struct FLAC__StreamEncoder' SWIGINTERN struct FLAC__StreamEncoder *new_FLAC__StreamEncoder(void){ ^ flac/encoder_wrap.c:4090:19: error: incomplete definition of type...