Skip to content
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

(sdl2-examples:basic-test) fails with "The alien function "SDL_Init" is undefined." #129

Closed
dakling opened this issue Apr 17, 2020 · 1 comment

Comments

@dakling
Copy link

dakling commented Apr 17, 2020

When running (sdl2-examples:basic-test) after loading sdl2/examples, the error mentioned in the title appears. Under different circumstances, e.g. when trying to start cepl, a similar error claiming that SDL_WasInit is undefined.

I have ensured that sdl2 is installed, and I have also written a small C-file as a test, which, as far as I can tell, can call SDL_WasInit successfully. Any hints on how to debug this further?

I am running sdl2 (2.0.12-1) on Manjaro Linux (testing branch) with sbcl 2.0.3, if that matters.

@dakling dakling changed the title (sdl2-examples:basic-test) fails with "The alien function "SDL_Init" is undefined." (sdl2-examples:basic-test) fails with "The alien function "SDL_Init" is undefined." Apr 17, 2020
@fitzsim
Copy link
Contributor

fitzsim commented Aug 24, 2024

This works for me on SBCL 2.2.9.debian. Can you retry on the latest Manjaro? Do remember if you had the SDL2 development headers package installed? You will need that for autowrap to function.

@fitzsim fitzsim closed this as completed Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants