-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build 0.99.beta20 (common-image.c:164: undefined reference to `_caca_alloc2d') #59
Comments
Thanks for the report, I will address this soon. Note however that |
aeiouaeiouaeiouaeiouaeiouaeiou
referenced
this issue
in macports/macports-ports
Oct 30, 2021
evanmiller
added a commit
to evanmiller/macports-ports
that referenced
this issue
Nov 6, 2021
11 tasks
mascguy
pushed a commit
to macports/macports-ports
that referenced
this issue
Nov 7, 2021
I'm getting this same error as well when compiling current master commit f42aa68. Full build log attached.
|
JohannesKauffmann
added a commit
to JohannesKauffmann/libcaca
that referenced
this issue
Sep 18, 2022
It is used by the image viewer: /usr/bin/ld: img2txt-common-image.o: in function `load_image': ../../src/common-image.c:164: undefined reference to `_caca_alloc2d' Fixes cacalabs#59.
@samhocevar any thoughts on related pull request #70? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When looking at packaging the new beta20 release for Gentoo, I hit the following error:
Seems like the use of _caca_alloc2d was introduced in 96ff990 and the common-image usage is outside of the library, so might be exacerbated by 726ede6.
Attached the full build.log.gz.
The text was updated successfully, but these errors were encountered: