Questions tagged [cmake-gui]

cmake-gui is CMake's bundled GUI wrapper for its command line interface. One can use this program for configure a CMake project and edit settings of such configuration. Use this tag for questions specifically about usage of the cmake-gui program.

From the reference documentation:

The cmake-gui executable is the CMake GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running.

Use this tag for questions specifically about usage of the cmake-gui program and not for questions about usage of CMake in general.

261 questions
0
votes
1 answer

Cmake don't find Freetype on Windows 10

I'm trying to use Cmake https://cmake.org/download/ to convert the source code of EmulationStation (https://github.com/Herdinger/EmulationStation) to VS, so I can make a translation, and later recompile it. But Cmake (3.7.0) keeps showing me…
Daniel Lemes
  • 279
  • 4
  • 21
0
votes
2 answers

How do I build/compile Fortran with MinGW gfortran via CMake?

I've got much more I've got to get figured out with CMake than just the following problem, but it's the first and simplest one which I still can't get past. I've scoured the interwebs and even borrowed the 'Mastering CMake' book from a friend, but…
B. Eckles
  • 1,626
  • 2
  • 15
  • 27
0
votes
1 answer

why specifying architecture needs to be done in cmake for multi-configuration generators

I understand that CMAKE_BUILD_TYPE only works for single-configuration generators like Unix Makefiles. There are also multi-configuration generators like Visual Studio or Xcode where CMAKE_BUILD_TYPE does not works. (see this and this question for…
Wakan Tanka
  • 7,542
  • 16
  • 69
  • 122
0
votes
0 answers

xxd.lib file can not created from xx.vcproj file for Visual Studio

I generated built file with configuring openCV and openCV_contrib as sources on Cmake-gui programme. When i start opencv.sln via visual studio 2013 64 bit , some core libraries of opencv cannot be created.(i.e.highgui310d.lib) It informs "Build…
Moustafa51
  • 23
  • 4
0
votes
1 answer

Cmake error libwww when compiling Ryzom

I get these errors when I try to configure in cmake: Could NOT find Libwww (missing: LIBWWW_LIBRARIES LIBWWW_INCLUDE_DIR) but I couldn't find any answer in google, I tried to download "w3-libwww" but I don't know how to include it on project. I'm…
0
votes
1 answer

Error in configuration process, Project files may be invalid

I'm new to CMake. I copied a small vtk example from the link http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/SimplePointsReader and used CMake to compile. And it gives me an error, " Error in configuration process, Project files may be invalid". It…
TSac
  • 115
  • 4
  • 12
0
votes
1 answer

How to install OpenCV 3.1 with nonfree module?

I'm trying to write a program that uses SURF algorithm and I know that the nonfree module must be installed separately. I've downloaded and installed the latest version of CMake(3.5.2) and I'm following the instructions from:…
patri
  • 333
  • 1
  • 4
  • 16
0
votes
0 answers

Where to get PCL boost libraries with -mgw48 postfix?

I'm working with MinGW not Visual Studio to compile openCV libraries to use them in a Qt .pro project. My problem is my library files in boost folder are all -vc100 while CMake is trying to find -mgw48 files. My libraries are in this…
Hadi GhahremanNezhad
  • 2,377
  • 5
  • 29
  • 58
0
votes
1 answer

Managing OpenCV python Cmake Studio Windows

Recently , I wanted to install OpenCV (in Win10 64 bit ) using Cmake 3.5.0-rc3 and Visual studio 2015 . I have python 3.5 as root and 2.7 as python2 . The issue is while configuring it recognizes python 3.5 as main interpreter but i want it to be…
Harish
  • 19
  • 6
0
votes
2 answers

rint() issue after creating VS Project using CMake

I'm having an issue compiling code - specifically METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering. I've successfully managed to make Visual Studio 2013 Project out of the source files two ways: using CMake GUI (version 3.4.3) and…
T.Brown
  • 89
  • 9
0
votes
1 answer

OpenCV Contrib Modules

I have seen this question pop up several places, but the only time I have seen it answered is through Visual Studio using cpp or on a Linux OS. I am trying to add contribution modules to OpenCV and for use with Python-Anaconda in Spyder.…
atjenk
  • 65
  • 7
0
votes
1 answer

Manually write CMakeLists using CMake GUI

Is it possible to replace a manually written CMakeLists.txt with CCMake (CMake GUI) generated CMakeLists.txt? It seems that it is not interoperable with manually created cmake.txt, is it true?
0
votes
1 answer

Cannot find -lgtk-x11-2.0. Also, some modules are not found by cmake, though they are installed

I am trying to run opencv on Fedora 21 64-bit with ARM-compilers. I tried configuring it with Cmake 3.0.2 gui and i got this: The CXX compiler identification is GNU 4.5.1 The C compiler identification is GNU 4.5.1 Check for working CXX compiler:…
Umar
  • 1
  • 1
  • 6
0
votes
1 answer

cmake error with a software bam-window software

I am trying to install the tool bam-window but I am getting cmake error. I downloaded the bam-window-master.zip in linux. The link of the tool is hosted in git https://github.com/genome-vendor/bam-window. I downloaded and follow the below…
ivivek_ngs
  • 917
  • 3
  • 10
  • 28
0
votes
1 answer

CMake: Set user-defined path for library

I'm using Windows and I want to create a CMakeLists.txt that allows me to build a Qt application. I've installed Qt in a folder that's not present in PATH enviornment variable and I want to specify the folder when I invoke CMake. I want to create a…
Jepessen
  • 11,744
  • 14
  • 82
  • 149