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

incorrect dll name for SDL_gpu? #17

Open
exelotl opened this issue Apr 18, 2018 · 2 comments
Open

incorrect dll name for SDL_gpu? #17

exelotl opened this issue Apr 18, 2018 · 2 comments

Comments

@exelotl
Copy link
Contributor

exelotl commented Apr 18, 2018

Hey, first of all thanks for these awesome clean and well documented bindings :)
When I build SDL_gpu from source (using MSYS2 MinGW 64-bit) I get libSDL2_gpu.dll, while my test program using these bindings is looking for SDL2_gpu.dll
Ofc this is no big problem because I can just rename my DLL, but I'm wondering if this is an issue for all Windows users, or if it's just something wrong with my setup?

@Vladar4 Vladar4 assigned Vladar4 and unassigned Vladar4 Apr 18, 2018
@Vladar4
Copy link
Owner

Vladar4 commented Apr 18, 2018

Sorry, can't help you with this question since I haven't used sdl2_gpu. May be @Serenitor could give some info on the matter.

@h0lley
Copy link
Contributor

h0lley commented Apr 19, 2018

On Windows the DLL is always supposed to be called SDL2_gpu.dll.

libSDL2_gpu is the name used on the other platforms.

Can you try to build with x86_64-w64-mingw32-gcc? This is an executable sitting in the MinGW-64 bin folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants