Search found 6 matches

by oddvardm
Sun Dec 27, 2020 4:32 pm
Forum: Tips and tricks
Topic: Build error Mingw64 on Windows.
Replies: 4
Views: 13981

Re: Build error Mingw64 on Windows.

Ok. Got it fixed. Issue resolved by switching to Msvc2017 build environment. Mingw64 has issues and if someone can get back to me and check my stuff I can file a BUG report if needed.
by oddvardm
Sun Dec 27, 2020 1:45 pm
Forum: Tips and tricks
Topic: Build error Mingw64 on Windows.
Replies: 4
Views: 13981

Re: Build error Mingw64 on Windows.

Looks like I am answering myself yet again. This is an compiler optimalisation isseue I think. Why is this optimalisation issue turning up in a debug build? I am not a build expert and really would like some help. Link to a post that lead me to believe that this is a optimalisation issue. https://st...
by oddvardm
Sun Dec 27, 2020 12:50 am
Forum: Tips and tricks
Topic: Build error Mingw64 on Windows.
Replies: 4
Views: 13981

Build error Mingw64 on Windows.

Hi, I have spent XMas trying to get CC running on My Windows 10 PC, but have run into a snag. The process is like this: 1. Open CloudCompare in VC++ 2017. 2. Add Mingw64-Debug target and set it. Mingw64 installed with Msys64. Qt5.14 installed in C: All files found in CMake. 2. From CMake menu I choo...
by oddvardm
Fri Dec 25, 2020 7:21 am
Forum: Tips and tricks
Topic: Cross compiling issue. Include files for qt missing.
Replies: 2
Views: 9412

Re: Cross compiling issue. Include files for qt missing.

Ok. Update folks. We survived the santa attack 2020. I was sitting in front of the fireplace armed with a shotgun awaiting santa. He did not show up. Thank god for that. I started from scratch again. 1. Reloaded CloadCompare from Git. 2. Set the CMAKE_PREFIX_INSTALL_DIR in CMakeList.tx (as described...
by oddvardm
Thu Dec 24, 2020 11:24 am
Forum: Tips and tricks
Topic: Cross compiling issue. Include files for qt missing.
Replies: 2
Views: 9412

Re: Cross compiling issue. Include files for qt missing.

I was able to solve this issue. I added the Mingw64 build in VC++ (2017) and followed info here https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2 . The gcc are now used on Linux and Windows. Good to have the same compiler on both platforms. Remark: To get it working I had to te...
by oddvardm
Wed Dec 23, 2020 1:56 am
Forum: Tips and tricks
Topic: Cross compiling issue. Include files for qt missing.
Replies: 2
Views: 9412

Cross compiling issue. Include files for qt missing.

Hi, Brand new user here. I want to use CC in processing LIDAR data for power line classification tasks. I have an startup issue with using gcc (Cygwin/Minggw) when Cmake (VC++ 2017) failes with: Severity Code Description Project File Line Suppression State Error CMake Error at C:/PX4/toolchain/cygwi...