Building using CMake: Difference between revisions

Jump to navigation Jump to search
Adding tip to troubleshooting.
m (cmake option-source order altered)
(Adding tip to troubleshooting.)
Line 130: Line 130:
but there is *no* 'make distclean' target. The equivalent is to completely
but there is *no* 'make distclean' target. The equivalent is to completely
remove your build directory, and start with a fresh one.
remove your build directory, and start with a fresh one.
== Troubleshooting ==
If you have strange errors when invoking cmake, for example you installed SimGear and when configuring flightgear to compile you get the error "Oops, you have installed SimGear includes, however test compiling failed. Try removing 'CMakeCache.txt' and reconfigure with 'cmake'." even though everything is apparently fine you should check how your filesystem is mounted, because if it is another partition it could be that is mounted with the "noexec" flag and cmake cannot work in that conditions.


{{Building}}
{{Building}}
32

edits

Navigation menu