Bedankt, dat heeft me gisteren weer een stapje verder geholpen. Maar nu zit ik alweer vast en met Google kom ik er niet uit. Bij de stap ./bootstrap (CMake) gaat ie bezig om Cmake te compilen (als ik het zo goed zeg)
Daar begint de NAS voortvarend aan, echter na een tijdje krijg ik toch de volgende error:
make: `cmake' is up to date.
loading initial cache file /cmake-2.8.10/Bootstrap.cmk/InitialCacheFlags.cmake
CMake Error at Utilities/cmcurl/CMake/OtherTests.cmake:89 (MESSAGE):
Unable to link function recv
Call Stack (most recent call first):
Utilities/cmcurl/CMakeLists.txt:677 (INCLUDE)
-- Configuring incomplete, errors occurred!
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
Ik gebruik CMake2.8.10. Iemand een idee voor een oplossing?
UPDATE:
Wat ik nog geprobeerd heb is van
https://github.com/Kitware/CMake/blob/master/Utilities/cmcurl/CMakeLists.txt deze .txt over de andere heen gekopieerd en toen opnieuw ./bootstrap geprobeerd. Nu krijg ik een andere error:
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:
CURSES_CURSES_H_PATH
used as include directory in directory /cmake-2.8.10/Source/CursesDialog/form
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
used as include directory in directory /cmake-2.8.10/Source
-- Configuring incomplete, errors occurred!
---------------------------------------------
Error when bootstrapping CMake:
Problem while running initial CMake
Wat nu?