inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

CMake fails because ENET_INCLUDE_DIRS is not found. #317

Closed Elzair closed 8 years ago

Elzair commented 8 years ago

I am trying to compile it this on Arch Linux with Clang++. I made sure to initialize the remote repositories and then just did the typical mkdir build && cd build && cmake .. dance but no dice.

Here is the CMake output.

-- CMAKE_VERSION = 3.5.2
-- CMAKE_GENERATOR = Unix Makefiles
-- Using Toolchain File /home/elzair/Development/C++/inexor/platform/linux.cmake
-- CMAKE_PROGRAM_PATH   = /home/elzair/Development/C++/inexor/platform/tool/linux-linux;/home/elzair/Development/C++/inexor/platform/tool/linux
-- CMAKE_LIBRARY_PATH   = /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64
-- CMAKE_INCLUDE_PATH   = /home/elzair/Development/C++/inexor/platform/include/linux-x86_64;/home/elzair/Development/C++/inexor/platform/include/linux;/home/elzair/Development/C++/inexor/platform/include/linux-x86_64;/home/elzair/Development/C++/inexor/platform/include/linux;/home/elzair/Development/C++/inexor/platform/include/all
-- INSTALL_EXES         = 
-- INSTALL_SHARED_LIBS  = /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libffmpegsumo.so;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc_unsecure.so.0;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libcef.so;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgpr.so.0;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc++_unsecure.so.0;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libffmpegsumo.so;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc_unsecure.so.0;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libcef.so;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgpr.so.0;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc++_unsecure.so.0
-- INSTALL_RESOURCES    = platform/resources/linux-x86_64/chrome-sandbox;platform/resources/linux-x86_64/chrome-sandbox;platform/resources/all/icudtl.dat;platform/resources/all/cef.pak;platform/resources/all/cef_200_percent.pak;platform/resources/all/cef_100_percent.pak;platform/resources/all/devtools_resources.pak
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- 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/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Platform: Linux
-- No PROJECT_ARCH value specified, using x86_64
-- PROJECT_ARCH: x86_64
-- Current mode:                   Debug
-- Compiler:                       Clang
-- C_FLAGS:                         -m64 -march=x86-64 -std=c99 
-- CXX_FLAGS:                       -m64 -march=x86-64 -fno-threadsafe-statics -std=c++14 
-- CXX_FLAGS_DEBUG:                -O0 -D_DEBUG 
-- CXX_FLAGS_RELEASE:              -O3 -fdata-sections -ffunction-sections -fno-ident -DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 
-- EXE_LINKER_FLAGS:               -Wl,-rpath,. -m64  
-- EXE_LINKER_FLAGS_DEBUG:          
-- EXE_LINKER_FLAGS_RELEASE:       -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections 
-- Platform definitions:           __STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;_FILE_OFFSET_BITS=64
-- Local installation chosen. No files will move outside this folder (/home/elzair/Development/C++/inexor). .. /home/elzair/Development/C++/inexor
-- Generating Project-Files to /home/elzair/Development/C++/inexor/build
-- Resulting Executable goes to bin/linux/x86_64
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- 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  
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libpthread.so
-- THREADAPI : pthreads
-- Found OpenGL: /usr/lib64/libGL.so  
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libSDL2.so;/usr/lib64/libSDL2_image.so;/usr/lib64/libSDL2_mixer.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") 
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libz.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_system.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_thread.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_random.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_filesystem.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_regex.so
-- glibc ABI workaround: Registering lib dependency: /usr/lib64/libboost_program_options.so
-- glibc ABI workaround: Registering lib dependency: /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libprotobuf.a
-- glibc ABI workaround: Registering lib dependency: /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgpr.a;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc_unsecure.a;/home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc++_unsecure.a
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
-- /usr/lib64/libpthread.so requires new GLIBC C++11 ABI: no
-- /usr/lib64/libSDL2.so requires new GLIBC C++11 ABI: no
-- /usr/lib64/libSDL2_image.so requires new GLIBC C++11 ABI: no
-- /usr/lib64/libSDL2_mixer.so requires new GLIBC C++11 ABI: no
-- /usr/lib64/libz.so requires new GLIBC C++11 ABI: no
-- /usr/lib64/libboost_system.so requires new GLIBC C++11 ABI: yes
-- /usr/lib64/libboost_thread.so requires new GLIBC C++11 ABI: yes
-- /usr/lib64/libboost_random.so requires new GLIBC C++11 ABI: yes
-- /usr/lib64/libboost_filesystem.so requires new GLIBC C++11 ABI: yes
-- /usr/lib64/libboost_regex.so requires new GLIBC C++11 ABI: yes
-- /usr/lib64/libboost_program_options.so requires new GLIBC C++11 ABI: yes
-- /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libprotobuf.a requires new GLIBC C++11 ABI: yes
-- /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgpr.a requires new GLIBC C++11 ABI: no
-- /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc_unsecure.a requires new GLIBC C++11 ABI: no
-- /home/elzair/Development/C++/inexor/platform/lib/linux-x86_64/libgrpc++_unsecure.a requires new GLIBC C++11 ABI: yes
-- Compiling with new GLIBC C++11 ABI: yes
-- DECLARE MODULE(shared, ./shared) -> SHARED inside /home/elzair/Development/C++/inexor/inexor/shared
-- DECLARE MODULE(engine, ./engine) -> ENGINE inside /home/elzair/Development/C++/inexor/inexor/engine
-- DECLARE MODULE(fpsgame, ./fpsgame) -> FPSGAME inside /home/elzair/Development/C++/inexor/inexor/fpsgame
-- DECLARE MODULE(util, .) -> UTIL inside /home/elzair/Development/C++/inexor/inexor/util
-- Configuring module_util with Boost Thread
-- Configuring module_util with Boost System
-- Configuring module_util with Threads (pthreads)
-- Configuring module_util with Boost Random
-- Configuring module_util with Boost System
-- DECLARE MODULE(filesystem, .) -> FILESYSTEM inside /home/elzair/Development/C++/inexor/inexor/filesystem
-- Configuring module_filesystem with SDL
-- Configuring module_filesystem with OpenGL (/usr/lib64/libGL.so)
-- Configuring module_filesystem with Boost Filesystem
-- Configuring module_filesystem with Boost System
-- Configuring linux with protobuf
-- Configuring module_filesystem with module_util
-- Configuring module_filesystem with Boost Thread
-- Configuring module_filesystem with Boost System
-- Configuring module_filesystem with Threads (pthreads)
-- Configuring module_filesystem with Boost Random
-- Configuring module_filesystem with Boost System
-- ALL_PARSED_FILES: --parse-file;/home/elzair/Development/C++/inexor/inexor/texture/savetexture.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/additionaltools.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/SDL_loading.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/texture.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/compressedtex.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/format.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/cubemap.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/texsettings.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/slot.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/texture/image.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/filesystem/mediadirs.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/gluegen/tree.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/gluegen/fill_templatedata.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/gluegen/gluegen.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/gluegen/generate_files.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/main.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/compat/minmax.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/helpers.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/util/random.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/util/Observe.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/test/util/utilTest.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/rpc/InexorServiceImpl.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/rpc/RpcSubsystem.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/lightmap.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/main.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/dynlight.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/blend.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/client.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/decal.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/material.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/menus.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/3dgui.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/normal.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/server.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/water.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/bih.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/rendergl.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/blob.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/worldio.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/movie.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/glemu.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/rendermodel.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/glare.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/serverbrowser.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/octa.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/world.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/shadowmap.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/octaedit.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/rendertext.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/octarender.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/master.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/console.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/sound.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/shader.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/renderva.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/grass.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/command.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/physics.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/renderparticles.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/pvs.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/engine/rendersky.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/util/StringFormatter.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/util/random.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/util/Logging.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/crashreporter/CrashReporter.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefkeyboard.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefapp.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/CefSubsystem.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/ceflayer.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefframe.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefrenderhandler.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefcontextmanager.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefcontextprovider.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/ceflayermanager.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/ui/cefmouse.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/shared/tools.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/shared/crypto.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/shared/stream.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/shared/zip.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/shared/geom.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/client.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/server.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/render.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/ai.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/scoreboard.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/movable.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/weapon.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/monster.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/waypoint.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/fps.cpp;--parse-file;/home/elzair/Development/C++/inexor/inexor/fpsgame/entities.cpp
-- FLAGS_AND_DEFS: -pipe;-w;-std=c++14;-frtti;-fexceptions;-D__REFLECTION_PASS__;-D_DEBUG;-D__STDC_CONSTANT_MACROS;-D__STDC_FORMAT_MACROS;-I"/home/elzair/Development/C++/inexor";-I"/home/elzair/Development/C++/inexor/platform/include/all/";-I"/usr/lib/clang/3.8.0/include/";-I"/usr/include/SDL2"
-- gluegen_out: /home/elzair/Development/C++/inexor/inexor/rpc/treedata.gen.hpp;/home/elzair/Development/C++/inexor/inexor/rpc/treedata.gen.proto
-- DECLARE MODULE(rpc, .) -> RPC inside /home/elzair/Development/C++/inexor/inexor/rpc
-- Configuring module_rpc with SDL
-- Configuring module_rpc with OpenGL (/usr/lib64/libGL.so)
-- Configuring module_rpc with gRPC
-- Configuring module_rpc with protobuf
-- Configuring module_rpc with module_util
-- Configuring module_rpc with Boost Thread
-- Configuring module_rpc with Boost System
-- Configuring module_rpc with Threads (pthreads)
-- Configuring module_rpc with Boost Random
-- Configuring module_rpc with Boost System
-- DECLARE MODULE(ui, .) -> UI inside /home/elzair/Development/C++/inexor/inexor/ui
-- Configuring module_ui with ENET
-- Configuring module_ui with SDL
-- Configuring module_ui with OpenGL (/usr/lib64/libGL.so)
-- DECLARE MODULE(crashreporter, .) -> CRASHREPORTER inside /home/elzair/Development/C++/inexor/inexor/crashreporter
-- DECLARE MODULE(texture, .) -> TEXTURE inside /home/elzair/Development/C++/inexor/inexor/texture
-- Configuring module_texture with SDL
-- Configuring module_texture with OpenGL (/usr/lib64/libGL.so)
-- Configuring module_texture with module_filesystem
-- Configuring module_texture with SDL
-- Configuring module_texture with OpenGL (/usr/lib64/libGL.so)
-- Configuring module_texture with Boost Filesystem
-- Configuring module_texture with Boost System
-- Configuring module_texture with protobuf
-- Configuring module_texture with module_util
-- Configuring module_texture with Boost Thread
-- Configuring module_texture with Boost System
-- Configuring module_texture with Threads (pthreads)
-- Configuring module_texture with Boost Random
-- Configuring module_texture with Boost System
-- Adding Application: inexor
-- Configuring inexor with Threads (pthreads)
-- Configuring inexor with module_crashreporter
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with ZLIB
-- Configuring inexor with ENET
-- Configuring inexor with module_rpc
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with gRPC
-- Configuring inexor with protobuf
-- Configuring inexor with module_util
-- Configuring inexor with Boost Thread
-- Configuring inexor with Boost System
-- Configuring inexor with Threads (pthreads)
-- Configuring inexor with Boost Random
-- Configuring inexor with Boost System
-- Configuring inexor with module_util
-- Configuring inexor with Boost Thread
-- Configuring inexor with Boost System
-- Configuring inexor with Threads (pthreads)
-- Configuring inexor with Boost Random
-- Configuring inexor with Boost System
-- Configuring inexor with module_ui
-- Configuring inexor with ENET
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with module_texture
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with module_filesystem
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with Boost Filesystem
-- Configuring inexor with Boost System
-- Configuring inexor with protobuf
-- Configuring inexor with module_util
-- Configuring inexor with Boost Thread
-- Configuring inexor with Boost System
-- Configuring inexor with Threads (pthreads)
-- Configuring inexor with Boost Random
-- Configuring inexor with Boost System
-- Configuring inexor with module_filesystem
-- Configuring inexor with SDL
-- Configuring inexor with OpenGL (/usr/lib64/libGL.so)
-- Configuring inexor with Boost Filesystem
-- Configuring inexor with Boost System
-- Configuring inexor with protobuf
-- Configuring inexor with module_util
-- Configuring inexor with Boost Thread
-- Configuring inexor with Boost System
-- Configuring inexor with Threads (pthreads)
-- Configuring inexor with Boost Random
-- Configuring inexor with Boost System
-- not building server
-- not building master
-- DECLARE MODULE(test, .) -> TEST inside /home/elzair/Development/C++/inexor/inexor/test
-- Adding Application: unit_tests
-- Configuring unit_tests with module_util
-- Configuring unit_tests with Boost Thread
-- Configuring unit_tests with Boost System
-- Configuring unit_tests with Threads (pthreads)
-- Configuring unit_tests with Boost Random
-- Configuring unit_tests with Boost System
-- Configuring unit_tests with google test
-- not building gluegen
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ENET_INCLUDE_DIRS
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/ui
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client
   used as include directory in directory /home/elzair/Development/C++/inexor/inexor/client

Here are the contents of CMakeOutput.log and CMakeError.log

CMakeOutput.log.txt CMakeError.log.txt

a-teammate commented 8 years ago

Id guess youre missing the enet library:

sudo pacman -S --needed git cmake sdl2 sdl2_gfx sdl2_image sdl2_mixer protobuf mesa mesa-libgl enet boost boost-libs

and

sudo pacman -S --needed pango cairo libxi libxcomposite alsa-lib libxtst gconf libxrandr

(Copied from here. if those commands are not enough anymore, contributions to the wiki would be much appreciated, but i think that should do it)

Elzair commented 8 years ago

That worked. It is weird, though. Doesn't enet come with the Cube2 engines?