Thank you very much for sorting that out, all compiled perfectly now.
I am however having another problem now, which I suspect is more due to my system - I don't suppose you have any suggestions?
If I try and open a ply file, the file appears in the DB Tree section, but there is no display. I get ...
Search found 5 matches
- Wed Oct 16, 2013 1:37 pm
- Forum: Linux related topics
- Topic: cmake bug and compile error on Unix
- Replies: 9
- Views: 21917
- Wed Oct 16, 2013 8:06 am
- Forum: Linux related topics
- Topic: cmake bug and compile error on Unix
- Replies: 9
- Views: 21917
Re: cmake bug and compile error on Unix
Still not quite there unfortunately!
[ 65%] Building CXX object qCC/CMakeFiles/CloudCompare.dir/fileIO/DxfFilter.cpp.o
/home/users/davidm/lbin/cloudcompare/trunk/qCC/fileIO/DxfFilter.cpp: In member function ‘virtual CC_FILE_ERROR DxfFilter::loadFile(const char*, ccHObject&, bool, bool*, double ...
[ 65%] Building CXX object qCC/CMakeFiles/CloudCompare.dir/fileIO/DxfFilter.cpp.o
/home/users/davidm/lbin/cloudcompare/trunk/qCC/fileIO/DxfFilter.cpp: In member function ‘virtual CC_FILE_ERROR DxfFilter::loadFile(const char*, ccHObject&, bool, bool*, double ...
- Tue Oct 15, 2013 3:44 pm
- Forum: Linux related topics
- Topic: cmake bug and compile error on Unix
- Replies: 9
- Views: 21917
Re: cmake bug and compile error on Unix
One more I'm afraid!
[ 81%] Building CXX object qCC/CMakeFiles/CloudCompare.dir/qrc_icones.cxx.o
Linking CXX executable CloudCompare
../CC/libCC_DLL.so: undefined reference to `CCLib::DgmOctree::computeCellCenter(short const*, unsigned char, float*) const'
../CC/libCC_DLL.so: undefined reference ...
[ 81%] Building CXX object qCC/CMakeFiles/CloudCompare.dir/qrc_icones.cxx.o
Linking CXX executable CloudCompare
../CC/libCC_DLL.so: undefined reference to `CCLib::DgmOctree::computeCellCenter(short const*, unsigned char, float*) const'
../CC/libCC_DLL.so: undefined reference ...
- Tue Oct 15, 2013 1:41 pm
- Forum: Linux related topics
- Topic: cmake bug and compile error on Unix
- Replies: 9
- Views: 21917
Re: cmake bug and compile error on Unix
Thanks Daniel, fully realise what you mean for cmake now! That works fine.
Hit another compile bug though;
[ 8%] Building CXX object CC/CMakeFiles/CC_DLL.dir/src/PointProjectionTools.cpp.o
/home/users/davidm/lbin/cloudcompare/trunk/CC/src/PointProjectionTools.cpp: In static member function ...
Hit another compile bug though;
[ 8%] Building CXX object CC/CMakeFiles/CC_DLL.dir/src/PointProjectionTools.cpp.o
/home/users/davidm/lbin/cloudcompare/trunk/CC/src/PointProjectionTools.cpp: In static member function ...
- Tue Oct 15, 2013 8:27 am
- Forum: Linux related topics
- Topic: cmake bug and compile error on Unix
- Replies: 9
- Views: 21917
cmake bug and compile error on Unix
Hi,
I am trying to compile CloudCompare on my Mandriva system, but have run into a few problems. The first seems to be a mistake in the CMakeLists.txt in the trunk/qCC/plugins folder:
- the loop in this file is including the CMakeFiles folder => telling the loop to ignore this folder allows the ...
I am trying to compile CloudCompare on my Mandriva system, but have run into a few problems. The first seems to be a mistake in the CMakeLists.txt in the trunk/qCC/plugins folder:
- the loop in this file is including the CMakeFiles folder => telling the loop to ignore this folder allows the ...