Thread: Compile Error
View Single Post
  #1  
Old 07-26-2019, 03:34 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default Compile Error

So long story short I use the old method for compiling through cmake and visual studio. I did a fresh git clone from the repository put the zlib boost ect files where they are suppose to go and when I go to cmake to make I get this error

Boost version: 1.53.0
CMake Error at CMakeLists.txt:383 (ADD_SUBDIRECTORY):
The source directory

C:/EQ/Fresh Source/submodules/fmt

does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:384 (ADD_SUBDIRECTORY):
The source directory

C:/EQ/Fresh Source/submodules/libuv

does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:389 (ADD_SUBDIRECTORY):
The source directory

C:/EQ/Fresh Source/submodules/recastnavigation

does not contain a CMakeLists.txt file.


Configuring incomplete, errors occurred!
See also "C:/EQ/Fresh Source/build/CMakeFiles/CMakeOutput.log".

Now if I simply copy the cmake file from the source folder to those folders it gives me all kinds of other errors. So im curious if doing it this way is still viable or do I need to bite the bullet and do it a different way?

Edit: Im using Cmake 3.8.1 and VS 15 2017
__________________
__________________
Supernova - GM/Developer
"Secrets of Faydwer"
Reply With Quote