I'm trying to compile FGFS 2.8 with the "download_and_compile.sh"-Skript on ubuntu.
Unfortunally I get the following error-message:
- Code: Select all
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for windows.h
-- Looking for windows.h - not found
-- Looking for mkfifo
-- Looking for mkfifo - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
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:
PLIB_FNT_LIBRARY_RELEASE (ADVANCED)
linked by target "fgjs" in directory /home/christian/flightgear/fgfs/flightgear/src/Input
linked by target "js_demo" in directory /home/christian/flightgear/fgfs/flightgear/src/Input
linked by target "fgfs" in directory /home/christian/flightgear/fgfs/flightgear/src/Main
linked by target "fgadmin" in directory /home/christian/flightgear/fgfs/flightgear/utils/fgadmin/src
-- Configuring incomplete, errors occurred!
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
make: *** Keine Regel, um »install« zu erstellen. Schluss.
download_and_compile.sh: 756: cd: can't cd to /home/christian/flightgear/install/fgfs
Can anybody help?