OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

can't compile #126

Closed BielBdeLuna closed 7 years ago

BielBdeLuna commented 7 years ago

I did both :

git submodule init
git submodule update

but I get the following error:

$ ./cmake-eclipse-linux-profile.sh 
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Could not determine Eclipse version, assuming at least 3.6 (Helios). Adjust CMAKE_ECLIPSE_VERSION if this is wrong.
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
CMake Error at libs/openal-soft/CMakeLists.txt:48 (add_subdirectory):
  The source directory

    /usr/local/share/d3bfg/src/ote/libs/openal-soft/openal-soft.git

  does not contain a CMakeLists.txt file.

-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so  
CMake Error at libs/cegui/CMakeLists.txt:126 (add_subdirectory):
  add_subdirectory given source "CEGUI.git" which is not an existing
  directory.

-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- CMAKE_BUILD_TYPE:RelWithDebInfo
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so  
-- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-lpthread  
-- Found OpenAL: ../libs/openal/openal-soft.git/lib/openal.a  
CMake Warning (dev) at neo/unix.cmake:73 (GET_DIRECTORY_PROPERTY):
  Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  property.  Run "cmake --help-policy CMP0059" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
  neo/CMakeLists.txt:32 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/usr/local/share/d3bfg/src/ote/build/CMakeFiles/CMakeOutput.log".
See also "/usr/local/share/d3bfg/src/ote/build/CMakeFiles/CMakeError.log".
BielBdeLuna commented 7 years ago

oops, not enough space on my computer...