You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build anura (love this engine) but I ran into this problem:
Linking : anura
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFReadRGBAImageOriented@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFGetField@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFSetErrorHandler@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to TIFFClose@LIBTIFF_4.0'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to `TIFFClientOpen@LIBTIFF_4.0'
collect2: error: ld returned 1 exit status
make: *** [Makefile:197: anura] Error 1
I am building it on Manjaro Linux (so basically Arch Linux) and I installed all the dependencies, so I'm a little bit lost as to what is causing this problem
The text was updated successfully, but these errors were encountered:
I was trying to build anura (love this engine) but I ran into this problem:
Linking : anura
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to
TIFFReadRGBAImageOriented@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to
TIFFGetField@LIBTIFF_4.0'/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to
TIFFSetErrorHandler@LIBTIFF_4.0' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to
TIFFClose@LIBTIFF_4.0'/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/libSDL2_image.so: undefined reference to `TIFFClientOpen@LIBTIFF_4.0'
collect2: error: ld returned 1 exit status
make: *** [Makefile:197: anura] Error 1
I am building it on Manjaro Linux (so basically Arch Linux) and I installed all the dependencies, so I'm a little bit lost as to what is causing this problem
The text was updated successfully, but these errors were encountered: