Results 1 to 4 of 4
I really, really, really enjoy playing Supertux (both the stable release and the development version) and wanted to see the latest SVN build. I downloaded it and followed all of ...
- 11-02-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 1
Supertux SVN Compiling Help!
I really, really, really enjoy playing Supertux (both the stable release and the development version) and wanted to see the latest SVN build. I downloaded it and followed all of the instructions on the Wiki. However, when I type in "cmake -DDEBUG=ON .." like the Wiki says to, I get an unpleasant message:
"-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
-- Size of void* is 8
CMake Error at tools/miniswig/CMakeLists.txt:43 (MESSAGE):
bison not found - aborting
-- Configuring incomplete, errors occurred!"
Yikes. Ignoring that and trying to just say "make" doesn't work either:
"make: *** No targets specified and no makefile found. Stop."
Has anybody else had this problem? Somebody help!
- 11-02-2009 #2
Have you installed build-essential package?
- 11-02-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
Instructions
Look up libcurl in synaptic. Looking up curl will not work.
- 11-02-2009 #4Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
more specifically you still need to install libcurl, bison, flex, and probably a few other things to get it to work. Search the CMakelists file in the supertux folder for exactly what you need.


Reply With Quote