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

Fix build process to not use rustpkg #20

Closed
darnuria opened this issue Jan 28, 2014 · 4 comments
Closed

Fix build process to not use rustpkg #20

darnuria opened this issue Jan 28, 2014 · 4 comments

Comments

@darnuria
Copy link

like @cptroot say :
The rust master branch is deprecating rustpkg soon, and the build is currently broken even using rustpkg. Is it possible to use a build practice that doesn't depend on rustpkg?

rust-lang/rust#11859
Rust-SDL2/rust-sdl2#41

@jeremyletang
Copy link
Owner

Hi!

I think about this from a while and i probably will use cmake.
It can allow us to check if all the dependency to build rust-sfml are present (CSFML +SFML +SFML dependency).

Do you think about an other build system?

@darnuria
Copy link
Author

Currently I don't know. There is a lot of discussion on rust ML about rustpkg.

@jeremyletang :

Do you think about an other build system?

In my humble opinion, Make, Cmake or other compiling systems are awful...
So I am not a good source of information. :)

@jeremyletang
Copy link
Owner

I see the discussion in the mailing list, it's really active!

For the moment i use make to build rust-sfml. It's easy to use / common to lot of people, and i don't think we need a complicated build system, since rustpkg should be replaced in a short / moyen term.

@darnuria
Copy link
Author

darnuria commented Feb 8, 2014

Yeap a good old make is ok. :)

You can close the bug if you want. :D

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

2 participants