-
Notifications
You must be signed in to change notification settings - Fork 188
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
Compilation failure: "Could not find native static library SDL2main
" on Gentoo
#488
Comments
SDL2main
" on GentooSDL2main\
" on Gentoo
SDL2main\
" on GentooSDL2main
" on Gentoo
@zatmos
as stated in the README? |
@rzerres |
On NixOS same problem |
same on Fedora (tried to compile Sodium) |
I had the same issue on Pop Os. When I read the error message carefully it also mentioned that I did not have cmake. Here is what I did.. After that the first orbtk example compiles and the orbtk-template. However, I can see the tile block but not text boxes. |
@ItalicIntegral my system has cmake and still... I looked up what is needed to build sdl2 here, but don't see what is missing. |
@ItalicIntegral I can confirm that I have cmake installed as well. |
Describe the bug
When adding orbtk as a dependency to a new Rust project and trying to compile it on Gentoo, the compilation fails with
To Reproduce
Enter the following commands on Gentoo:
$ cargo new orbtk-test
$ cd orbtk-test
$ echo 'orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" }' >> Cargo.toml
$ cargo run
Compilation then fails.
Expected behavior
The project should compile and display the "Hello, world!" string.
Desktop
Additional context
The text was updated successfully, but these errors were encountered: