shard123 2011-12-20 13:14
No executable? How do I run the source?
Foon → Ludum Dare Explorer → LD22 → Ancient Rover
By tnelsond
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Graphics | 136 | 2.20 | ||
| Community | 350 | 2.44 | ||
| Coolness | 605 | 14 |
No executable? How do I run the source?
i love it, lol, you have an interesting bug too however, it segfaults when exiting at the end, not a huge deal as it happens while the game is closing though.
@shard123 there's a makefile in the zip, just run make in the game directory and it'll produce an executable.
@shard123: Yeah sorry, I was really pressed for time on this game and am having problems porting to Windows because SDL_mixer isn't working right.
Your main function should be defined as `int main(int argc, char **argv)` for portability.
To build on Mac:
- The above change to main().
- SDL.framework, available from http://libsdl.org/download-1.2.php
- SDLmain.m/h, found in the devel extras package on the same page (bottom most link).
- SDL_mixer.framework, available from http://libsdl.org/projects/SDL_mixer/
- clang -ansi -pedantic -O2 -framework Cocoa -framework SDL -framework SDL_mixer SDLMain.m alone.c -o alone
I got stuck on the second level, but like the mechanic and narration. Good work!
:( Can't play it
Can't compile it
Susan
Waiting for windows release :)
Can't compile it.
Can't play...