CMake config does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Writer |
In Progress
|
High
|
Anthony Huben |
Bug Description
When using 'cmake -DCMAKE_
CMake Error at CMakeLists.txt:22 (find_package):
By not providing "FindVala.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Vala", but
CMake did not find one.
Could not find a package configuration file provided by "Vala" with any of
the following names:
ValaConfig.
vala-
Add the installation prefix of "Vala" to CMAKE_PREFIX_PATH or set
"Vala_DIR" to a directory containing one of the above files. If "Vala"
provides a separate development package or SDK, be sure it has been
installed.
#### END
I have no idea how CMake works, so could anybody who does have some experience with it look into this?
Currently, I use the run.sh file, which compiles and runs Writer. (Actually, I find this way easier. What are the benefits of using CMake?)
Changed in writer: | |
status: | Confirmed → Fix Released |
status: | Fix Released → In Progress |
Changed in writer: | |
assignee: | nobody → Anthony Huben (harp37) |
tags: | added: packaging |
I am willing to help you with this bug, but I want to check out other parts of the UI and work on specific items. Taking over the world. Haha.
Here are the pros of using CMake:
-has a fully working configure-like framework, that is easy to use
-has no other dependencies except for a C++ compiler
-supports basically every UNIX, MS Windows (MSVC, Borland, cygwin, mingw) and Mac OS X
-has a simple syntax
-features a testing framework