Open albertofem opened 10 years ago
I'm not sure about the current state of sdl_main.rs
, especially because I don't have a Mac machine at my disposal. libSDLmain.a
is primarily a means to get the consistent SDL_main
entry point across different platforms anyway, so you can just use main.rs
to build it on Linux anyway. I'll keep this issue open as the whole SDL_main
business should be reconsidered at some point.
Hi, I'm trying to run the demo using the
sdl_main.rs
approach, but it does not seems to be working. This is the linking error I got:This is the Rust version I'm using:
Running the
main.rs
demo worked fine. Any ideas?