ValveSoftware / voglperf

Benchmarking tool for Linux OpenGL games. Spews frame information, logs frametimes.
Other
201 stars 31 forks source link

Getting error when I make the package on Fedora 23 (x64) #27

Open martinoj2009 opened 8 years ago

martinoj2009 commented 8 years ago

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

kingtaurus commented 8 years ago

I believe you are missing the build dependencies. So you will need to install libedit (BSD editline and history libraries), libtinfo (low-level terminfo library), and mesa-common-dev. I believe these have the same name in Fedora Core as Ubuntu.

kparal commented 8 years ago

Hello, I have created a Fedora COPR repository with voglperf here: https://copr.fedorainfracloud.org/coprs/kparal/voglperf/ You can add it and install it from there.