finalterm icon indicating copy to clipboard operation
finalterm copied to clipboard

Error upon cmake

Open keyxmakerx opened this issue 10 years ago • 3 comments

CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message): Could NOT find Vala (missing: VALA_EXECUTABLE) Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE) cmake/FindVala.cmake:55 (find_package_handle_standard_args) CMakeLists.txt:54 (find_package)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

keyxmakerx avatar Aug 22 '13 03:08 keyxmakerx

Please show:

type valac
valac --version
ls /usr/bin/valac*

Which operating system are you using?

Lasall avatar Aug 22 '13 05:08 Lasall

I ran into this using Ubuntu 13.x. Having not used cmake much before, I did some reading and as pointed out above, vala is a compiler that needs to be present to assist with the cmake process. I also needed to add intltool before cmake would process sucessfully.

eegilbert avatar Nov 04 '13 17:11 eegilbert

Vala and intltool are both listed as dependencies. After installing them, does it build now? If yes, can I consider this bug fixed?

p-e-w avatar Nov 10 '13 07:11 p-e-w