I have the latest version of the boost libraries.
So when i try to compile i do the following:
cmake -DSYSTEM_INSTALL:BOOL=true .
make
sudo make install
Everything works just fine until sudo make install:
[ 6%] Built target squelch
[ 89%] Built target game
[ 94%] Built target harness
[ 96%] Built target game_main
[ 98%] Built target tome-gtk2
[100%] Built target tome-gcu
MacBook-Air-de-Miquel:tome2-master miquelbernatlaportaigranados$ sudo make install
[ 6%] Built target squelch
[ 89%] Built target game
[ 94%] Built target harness
[ 96%] Built target game_main
[ 98%] Built target tome-gtk2
[100%] Built target tome-gcu
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/bin/tome-gcu
-- Up-to-date: /usr/local/bin/tome-gtk2
-- Up-to-date: /usr/local/lib/tome/apex
-- Up-to-date: /usr/local/lib/tome/cmov
-- Up-to-date: /usr/local/lib/tome/data
CMake Error at lib/cmake_install.cmake:39 (file):
file INSTALL cannot find
"/Users/miquelbernatlaportaigranados/Desktop/tome2-master/lib/dngn".
Call Stack (most recent call first):
cmake_install.cmake:33 (include)
make: *** [install] Error 1
Apparently dngn is missing in lib folder.
Im using macOS High Sierra 10.13.6
thank you in advance
So when i try to compile i do the following:
cmake -DSYSTEM_INSTALL:BOOL=true .
make
sudo make install
Everything works just fine until sudo make install:
[ 6%] Built target squelch
[ 89%] Built target game
[ 94%] Built target harness
[ 96%] Built target game_main
[ 98%] Built target tome-gtk2
[100%] Built target tome-gcu
MacBook-Air-de-Miquel:tome2-master miquelbernatlaportaigranados$ sudo make install
[ 6%] Built target squelch
[ 89%] Built target game
[ 94%] Built target harness
[ 96%] Built target game_main
[ 98%] Built target tome-gtk2
[100%] Built target tome-gcu
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/bin/tome-gcu
-- Up-to-date: /usr/local/bin/tome-gtk2
-- Up-to-date: /usr/local/lib/tome/apex
-- Up-to-date: /usr/local/lib/tome/cmov
-- Up-to-date: /usr/local/lib/tome/data
CMake Error at lib/cmake_install.cmake:39 (file):
file INSTALL cannot find
"/Users/miquelbernatlaportaigranados/Desktop/tome2-master/lib/dngn".
Call Stack (most recent call first):
cmake_install.cmake:33 (include)
make: *** [install] Error 1
Apparently dngn is missing in lib folder.
Im using macOS High Sierra 10.13.6
thank you in advance
Comment