Find the answer to your Linux question:
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 ...
  1. #1
    Just 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!

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Have you installed build-essential package?

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Posts
    2

    Instructions

    Look up libcurl in synaptic. Looking up curl will not work.

  4. #4
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...