Anyone have any idea why the Stellarium man page won't generate during a compile? Here's the error:
Code:
Linking CXX executable stellarium
[ 71%] Built target stellarium
Scanning dependencies of target ManPages
[ 71%] Generating stellarium.1
make[2]: *** [doc/stellarium.1] Error 127
make[1]: *** [doc/CMakeFiles/ManPages.dir/all] Error 2
make: *** [all] Error 2
I'm building via SlackBuilds and I have looked in the temp folder where this builds and from what I can tell is that the file Stellarium.pod.cmake is converted to Stellarium.pod and that's as far as it goes. It won't make the Stellarium.1 file. I'm pretty sure it has nothing to do with the SlackBuilds script itself.
I just tried to compile Stellarium-0.11.0 manually and got the same results on the man page generation. I am able to run Stellarium from the source directory using some info on Stellarium's website and it does work. I would prefer to have it installed normally however. Unfortunately the man page issue is preventing that. Since this issue is showing up in the 0.10.6 sourcecode tree of Stellarium as well, it must mean there is something wrong with my Slackware system. Also is there anyway to bypass the man page generation?