complie the cloudcompare in the windows 7

Any question about the main GUI application (frontend)
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

complie the cloudcompare in the windows 7

Post 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 ?
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: complie the cloudcompare in the windows 7

Post 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).
Daniel, CloudCompare admin
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

Re: complie the cloudcompare in the windows 7

Post 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."
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: complie the cloudcompare in the windows 7

Post 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.).
Daniel, CloudCompare admin
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

Re: complie the cloudcompare in the windows 7

Post by snfge »

HI
I have try it many times , but the have the same error.
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: complie the cloudcompare in the windows 7

Post by daniel »

Then maybe you'll have to reinstall Visual... As it's a CMake error, I can't do much...
Daniel, CloudCompare admin
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

Re: complie the cloudcompare in the windows 7

Post by snfge »

HI
I have reinstalled the system, and complied it successfull, but I import the dxf file? why?
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: complie the cloudcompare in the windows 7

Post by daniel »

Do you mean you want to export DXF files?

Then you have to compile dxflib and 'link' it in CMake.
Daniel, CloudCompare admin
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

Re: complie the cloudcompare in the windows 7

Post 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.
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: complie the cloudcompare in the windows 7

Post 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?
Daniel, CloudCompare admin
Post Reply