Search found 9 matches

by LidCub
Wed Apr 06, 2016 12:26 pm
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Hi again,

in the end, I compiled myself LibLas from sources (adding Laszip from OSGeo4W, just to experiment a little...) and now CC works perfect this way.

Thank you SO much again!
by LidCub
Mon Apr 04, 2016 6:26 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Hi,

I'll try that and see what happens.

Thank you kindly!
by LidCub
Wed Mar 30, 2016 6:30 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Hi, LibLas version is 1.8.0-1, and Laszip is 2.2.0-3. Both are from Osgeo installation, so I supposed that the first one was compiled with the latter. Right now I'm trying to confirm it, but checking Laszip website I have found that "libLAS binaries through OSGeo4W also link LASzip" . Than...
by LidCub
Tue Mar 29, 2016 11:34 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Yes, I have tried several .las files. All of them open in the 2.6 release but fail in my compiled version.
by LidCub
Tue Mar 29, 2016 7:41 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

That fixed the problem indeed, my sources were from a week ago. But now, when I try to open a las/laz file in my compiled CC version I get the following error: "the third-party library in charge of saving/loading the file has failed to perform the operation" or the software just crashes. I...
by LidCub
Mon Mar 28, 2016 6:29 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Hello again! I finally compiled CC in its most basic version, with no plug-ins or additional libraries. After some testing with the software, I decided to build it with LibLas to open .las images. I manage to generate the CMake flawlessly, and the resulting .sln project also compiles with no error, ...
by LidCub
Wed Mar 16, 2016 2:33 pm
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Ok, forget about it, I'm dumb as a river. Not only I needed the proper 64 bits version, but I also didn't set a QT version in Visual Studio ¬_¬

Thank you very much!
by LidCub
Wed Mar 16, 2016 1:42 pm
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Re: Build error - MS Visual Studio Express 14 2015 x64, QT5

Thanks! And... Doh!!! T_T I will try to play with the configuration a bit more.

The "catch" is... meanwhile I've been trying to build it, too, as a Win32 application with Visual 2015 and Visual 2008, and the problem is the same: as soon as any QT function appears, the Linker fails...
by LidCub
Wed Mar 16, 2016 10:22 am
Forum: Issues, bugs, etc.
Topic: Build error - MS Visual Studio Express 14 2015 x64, QT5
Replies: 15
Views: 9465

Build error - MS Visual Studio Express 14 2015 x64, QT5

Hi! I have downloaded the binary files to compile CloudCompare in Windows 7, with QT 5.5. I configure CMake like this, setting the compiler as Visual Studio 2015 x64 , and generates it successfully: http://i.imgur.com/wCZTGfb.png http://i.imgur.com/ocvZ6vR.png Then, I open CloudCompare.sln on Visual...