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'm using the tar version, so I launched configure and make but it displays:
make[2] : on entre dans le répertoire « /home/vpham/Applications/libcaca-0.99.beta20/src »
CCLD cacaview
/usr/bin/ld: cacaview-common-image.o: in function load_image': /home/vpham/Applications/libcaca-0.99.beta20/src/common-image.c:164: undefined reference to _caca_alloc2d'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:583 : cacaview] Erreur 1
make[2] : on quitte le répertoire « /home/vpham/Applications/libcaca-0.99.beta20/src »
make[1]: *** [Makefile:546 : all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/vpham/Applications/libcaca-0.99.beta20 »
make: *** [Makefile:440 : all] Erreur 2
The text was updated successfully, but these errors were encountered:
For the record, I've bumped into this same problem. I guess it's fixable by moving the definition of _caca_alloc2d into one of the source files that gets put into the library -- I gather caca/caca.c isn't.
I'll try to figure something out, but @Micha0 if you can post a patch, that would be really terrific.
I'm using the tar version, so I launched configure and make but it displays:
make[2] : on entre dans le répertoire « /home/vpham/Applications/libcaca-0.99.beta20/src »
CCLD cacaview
/usr/bin/ld: cacaview-common-image.o: in function
load_image': /home/vpham/Applications/libcaca-0.99.beta20/src/common-image.c:164: undefined reference to
_caca_alloc2d'collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:583 : cacaview] Erreur 1
make[2] : on quitte le répertoire « /home/vpham/Applications/libcaca-0.99.beta20/src »
make[1]: *** [Makefile:546 : all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/vpham/Applications/libcaca-0.99.beta20 »
make: *** [Makefile:440 : all] Erreur 2
The text was updated successfully, but these errors were encountered: