bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
42 stars 39 forks source link

Source code directly compiled error #1053

Closed Leonidas-Lee closed 1 year ago

Leonidas-Lee commented 1 year ago

Hello! The source code I downloaded on github will make an error if I compile it directly with QT?

patrickelectric commented 1 year ago

Follow our build instructions here: https://docs.bluerobotics.com/ping-viewer/build-instructions/

For windows, you need to build it in release mode or remove the kcrash dependency.

patrickelectric commented 1 year ago

Ok, did you found any problem with msvc2019 ?

Leonidas-Lee commented 1 year ago

Ok, did you found any problem with msvc2019 ?

yes, qt5.15.2 has an error while compiling, It shows that no cmake_cxx_compiler could be ......., Can I install VS2019 and compile the source code with msvc2019?

patrickelectric commented 1 year ago

You should be able to use msvc2019.

Please provide the full error log of your compiler output.

patrickelectric commented 1 year ago

You are compiling in debug mode, where KCrash is necessary, as said previously, please build in release mode for windows.

patrickelectric commented 1 year ago

I don't understand the text on the last two warning. The first one is new. Should be no problem