Release Blake Stone: Planet Strike


do you have g++ installed?
Now I do.

More problems:

Code:
The CXX compiler identification is GNU 4.8.1
Check for working CXX compiler: /usr/bin/c++
Check for working CXX compiler: /usr/bin/c++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for include file pthread.h
CMake Error at /usr/share/cmake-2.8/Modules/CheckIncludeFiles.cmake:58 (try_compile):
  Unknown extension ".c" for file

    /home/klumpen/Spiele/CMakeFiles/CMakeTmp/CheckIncludeFiles.c

  try_compile() works only for enabled languages.  Currently these are:

    CXX

  See project() command to enable other languages.
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindThreads.cmake:39 (CHECK_INCLUDE_FILES)
  /usr/share/cmake-2.8/Modules/FindSDL.cmake:110 (find_package)
  CMakeLists.txt:4 (find_package)


Looking for include file pthread.h - not found
Could NOT find Threads (missing:  Threads_FOUND) 
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR) (Required is at
  least version "2")
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindSDL.cmake:176 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:4 (find_package)


Configuring incomplete, errors occurred!
 
still seems your missing basic devel pacakges, i think pthread lives in glibc. You would do yourself a big favor if your distro supports installing packages by catagory or theme and installing it.
 
I gave up by now and have a ton of packages I can probably never use. Was anybody able to compile it?
 
ive updated the pnd on the repo. The game now supports aliens of gold. Be aware I only created a app entry for version 2.1 of the data.
I also had to update the appdata folders, so now planetstrike is 'ps' and aliens of gold is 'aog'.
Check the first post for the files needed.
 
Back
Top