-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Here's my system:
Linux tinodesk 4.3.3-303.fc23.x86_64 #1 SMP Tue Jan 19 18:31:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
When I try to make the package on Fedora 23 I get the following error:
cmake options:
-DCMAKE_BUILD_TYPE='Release': Build debug or release. (Debug|Release)
-DCMAKE_VERBOSE='OFF': Spew cmake project options. (On|Off)
-DBUILD_X64='': Build 32 or 64-bit. (On|Off)Building 64-bit voglperf...
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:
tinfo_LIBRARY
linked by target "voglperfrun" in directory /home/martino/voglperf/src-- Configuring incomplete, errors occurred!
See also "/home/martino/voglperf/build_x86_64/CMakeFiles/CMakeOutput.log".
See also "/home/martino/voglperf/build_x86_64/CMakeFiles/CMakeError.log".
make[1]: Entering directory '/home/martino/voglperf/build_x86_64'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/home/martino/voglperf/build_x86_64'
Makefile:16: recipe for target 'voglperfnative' failed
make: *** [voglperfnative] Error 2