mdsitton / cubix-cpp

A 2D game written in C++ using OpenGL 3.3
0 stars 0 forks source link

CMake error #1

Closed Salamandar closed 9 years ago

Salamandar commented 9 years ago

Just wanted to try this bit of code… But CMake doesn't like my git clone.

-- The C compiler identification is GNU 5.2.0
-- The CXX compiler identification is GNU 5.2.0
-- 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
-- Building for Linux.
-- Found GLEW: /usr/include  
-- Looking for include file pthread.h
-- Looking for include file 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  
-- Found SDL2: /usr/lib64/libSDL2.so;-lpthread  
-- Found Freetype: /usr/lib64/libfreetype.so (found version "2.6.1") 
-- Found GLM: /usr/include  
-- GLM_INCLUDE_DIR = /usr/include
CMake Error: File /home/felix/tmp/cubix-cpp/src/config.hpp.in does not exist.
CMake Error at CMakeLists.txt:50 (configure_file):
  configure_file Problem configuring file

-- Configuring incomplete, errors occurred!
See also "/home/felix/tmp/cubix-cpp/CMakeFiles/CMakeOutput.log".
See also "/home/felix/tmp/cubix-cpp/CMakeFiles/CMakeError.log".
mdsitton commented 9 years ago

For some reason I removed src/config.hpp.in in one of the last commits on this repo... But just so you know for the most part the code from this repo was move over to here: https://github.com/mdsitton/musicgame

This repo really didn't go very far before I move to that.

Salamandar commented 9 years ago

Oh okay, I thought it was something else. Well, don't worry about the issue then !

mdsitton commented 9 years ago

Fixed it anyways haha.