This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Point cloud generation SDK compile error

Hello,

I got the error message as below in building 3D Machine Vision Reference Design Project:

08:29:51: Starting: "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe"
mingw32-make: *** No rule to make target '../../../../../Qt/Qt5.2.1/5.2.1/mingw48_32/mkspecs/modules/qt_lib_axbase_private.pri', needed by 'Makefile'.  Stop.
08:29:51: The process "C:\Qt\Qt5.2.1\Tools\mingw48_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project 3D_Scanner_LCr4500_PGcam (kit: Desktop Qt 5.2.1 MinGW 32bit)
When executing step 'Make'
08:29:51: Elapsed time: 00:00.

Could you please provide advices regarding this issue.


Thanks!

Hyun

  • Hello Hyun,

    It sounds like QT Creator didn't run qmake by default which generats the makefile from the PRO file. Within QT creator click the "Build" menu option near the upper left corner, select "run qmake" and then try compiling. Let me know if this fixes the problem!

    Best regards,

    Blair