The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

Unable to compile beclock on Arch

I was unable to compile beclock on latest Arch, with yaourt -S bekwinfx-git: CMake Error at CMakeLists.txt:9 (find_package): By not providing "FindXCB.cmake" in CMAKE_MODULE_PATH this project has ...
1
vote
0answers
82 views

CMake Error: The current directory is different than

I'm trying to compile the source code for Shrewsoft VPN. The instructions say to compile the source on step 4. However... I get this error: user@ubuntu:~/Ubuntu One/Programs/ShrewSoft VPN$ sudo ...
1
vote
2answers
60 views

cmake question on RedHat Linux 64

I am new with building software using cmake. I want to install VTK using cmake. I downloaded the .tar file and un-tared it. This leaves me with a directory that contains some cmake files and some ...
3
votes
1answer
310 views

Cross-compiling and CMake

I am trying to cross-compile CGAL on an amd64 Linux machine to the ARM architecture. CGAL uses CMake for building. CGAL has several dependencies, including GMP and MPFR libraries. When CMake runs, ...
2
votes
2answers
251 views

Building MariaDB 5.5.27 without OQGraph: How to deselect the plugin?

I'm trying to build MariaDB 5.5.27 from source. In fact, I just need the client, but I seem to have to build the complete database system anyway. While configuring with cmake and later compiling with ...
2
votes
1answer
150 views

Can't find automoc4 on Arch Linux

I was trying to build dekorator, but CMake Error at /usr/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE): Did not find automoc4 (Automoc4Config.cmake, install ...