James-Whitney / Voyager

CSC476 Final Project
0 stars 0 forks source link

Engine #4

Closed axis7818 closed 6 years ago

axis7818 commented 6 years ago

finally finished converting to the better architecture. I'll go over it in class tomorrow!

martynasbudvytis commented 6 years ago

@axis7818 I'm running into the following cmake error when I run remake.sh:


-- The CXX compiler identification is AppleClang 9.0.0.9000039
-- The C compiler identification is AppleClang 9.0.0.9000039
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:57 (add_subdirectory):
  The source directory

    /Users/martynasbudvytis/Documents/Cal Poly/CSC 476/Voyager/ext/glfw

  does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!
See also "/Users/martynasbudvytis/Documents/Cal Poly/CSC 476/Voyager/build/CMakeFiles/CMakeOutput.log".
martynasbudvytis commented 6 years ago

nevermind, needed to pull down the submodules