[SOLVED]Compiling CC on debian stretch (9.6)
Posted: Sat Dec 15, 2018 6:00 pm
Hi CC users/devs!
I'm new to this forum dedicated to CloudCompare, and perhaps the first thing I would like to say is a huge thank you to the developer(s?) of this gorgeous piece of work! Together with MicMac photogrammetric suite, it provides a great set of tools to the world. And what a good recent news: qCanupo is now supposed to be available on GNU/linx platforms! thanks too for this very nice plugin.
Well, I tried to compile the latest git version of CC, but I fail...
I generate the compilation script via CMake, using c++ compiler.
My current version of CMake is 3.7.2
My current version of Qt5 is 5.7.1
CMake (well, cmake-gui) seems to run fine, displaying:
But later at the building stage, the process interrupts at 28% against the AsciiOpenDlg (ascii loading dialog utility I guess?), with the following error message:
I'm nearly ignorant of this compilation process, but I guess it's a Qt moc related issue, rather than a possible lacking dependancy. Am I wrong?
I would be glad to have any kind of clue to help me solve this issue,
Yours,
Vincent.
I'm new to this forum dedicated to CloudCompare, and perhaps the first thing I would like to say is a huge thank you to the developer(s?) of this gorgeous piece of work! Together with MicMac photogrammetric suite, it provides a great set of tools to the world. And what a good recent news: qCanupo is now supposed to be available on GNU/linx platforms! thanks too for this very nice plugin.
Well, I tried to compile the latest git version of CC, but I fail...
I generate the compilation script via CMake, using c++ compiler.
My current version of CMake is 3.7.2
My current version of Qt5 is 5.7.1
CMake (well, cmake-gui) seems to run fine, displaying:
Code: Select all
Configuring done
Generating done
Code: Select all
[ 28%] Automatic moc for target QCC_IO_LIB
Generating moc source QCC_IO_LIB_automoc.dir/moc_AsciiOpenDlg_VJZRWOQXSEBFMS.cpp
moc: Cannot create /opt/cloudcompare/build/libs/qCC_io/QCC_IO_LIB_automoc.dir/moc_AsciiOpenDlg_VJZRWOQXSEBFMS.cpp
AUTOGEN: error: process for /opt/cloudcompare/build/libs/qCC_io/QCC_IO_LIB_automoc.dir/moc_AsciiOpenDlg_VJZRWOQXSEBFMS.cpp failed:
moc: Cannot create /opt/cloudcompare/build/libs/qCC_io/QCC_IO_LIB_automoc.dir/moc_AsciiOpenDlg_VJZRWOQXSEBFMS.cpp
I would be glad to have any kind of clue to help me solve this issue,
Yours,
Vincent.