Page 1 of 2

complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 7:58 am
by snfge
HI , I have downloaded the new code , but I can't complie it , I can complie it succesful before. I use the CMAKE3.3.2, QT4.8.5, VS2010, but it appear the file is invalid and my system is win7 64. How to slove it ?

Re: complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 8:44 am
by daniel
I'll need more info to help you ;)

But before that, have you updated your CMake project? (start Cmake and 'configure' the ptoject again).

Re: complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 8:52 am
by snfge
Hi
I have started cmake and "configure" it , when I configure it , the error appare."CMake Error at CMakeLists.txt:21 (project):
No CMAKE_CXX_COMPILER could be found."

Re: complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 9:41 am
by daniel
Then something has changed on your computer (probably the Visual Studio installation).

You should try to create a new CMake project (i.e. with a differnt build directory and select the compiler again, etc.).

Re: complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 9:49 am
by snfge
HI
I have try it many times , but the have the same error.

Re: complie the cloudcompare in the windows 7

Posted: Wed May 20, 2015 11:18 am
by daniel
Then maybe you'll have to reinstall Visual... As it's a CMake error, I can't do much...

Re: complie the cloudcompare in the windows 7

Posted: Thu May 21, 2015 1:33 pm
by snfge
HI
I have reinstalled the system, and complied it successfull, but I import the dxf file? why?

Re: complie the cloudcompare in the windows 7

Posted: Thu May 21, 2015 3:13 pm
by daniel
Do you mean you want to export DXF files?

Then you have to compile dxflib and 'link' it in CMake.

Re: complie the cloudcompare in the windows 7

Posted: Fri May 22, 2015 1:47 am
by snfge
Hi
I want to import dxf files and can export at the same time.I have downloaded the dxflib code,and use the cmake to link it, and no error appear,but can not import dxf files also.

Re: complie the cloudcompare in the windows 7

Posted: Fri May 22, 2015 6:53 am
by daniel
Well, I guessed you checked the OPTION_USE_DXF_LIB in CMake? Then compiled the INSTALL project again in Visual?

Otherwise can you test with the online version to see if you have the same issue?