-
```
pip install -r requirements.txt
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S
python-xyz', …
-
From the comment in SDL_filesystem.h:
`Please call SDL_free() on the pointer when you are done with it`
When building the project with MSVC, I ran into some debug heap asserts early into the progr…
-
When I create a project that depends on any bindbc project (This may apply to other dependencies but I have not tested them), it works fine except I get the following error in my "Problems" tab
```…
-
```
On my distribution the SDL includes are installed under /usr/include/SDL
and aren't found because the sources use #include . I temporarly
fixed that by putting -I/usr/include/SDL to the CFLAGS in …
-
Hi. Trying to build on Arch Linux atm;
```
g++ -c main.cpp -Wall
In file included from main.cpp:14:
/usr/include/SDL/SDL_gfxPrimitives.h:38:10: fatal error: SDL.h: No such file or directory
…
-
```
hello,
I want to use guichan with mingw, but i have problems to link exmaples. I
am do this:
configure CXX=g++ CPPFLAGS="-D_REENTRANT -I/usr/local/include -I/usr/local/in
clude/SDL" LDFLAGS=-L/u…
-
Unangband uses platform-dependent interfaces like X11 and Carbon. SDL should work on Windows, OS X and Linux, so maybe a platform-independent SDL interface could replace these other interfaces and mak…
-
**Please Note: This form is the minimum required information for submitting bugs.**
**Removing this form may lead to your issue being closed until it is completed.**
| Platform | Branch | Hash |…
-
### Quick summary
After closing a game, SDL will no longer detect my controller, and I have to restart RPCS3.
This causes major issues with games like Kingdom Hearts I.5 and II.5, as my controller…
-
Is possible to add sdl2+OpenGL example
I need draw on background, this is possible?