You are here

Add new comment

Thanks for the reply. yes, here is not quite proper place to ask something like this, after figured out what mingw needs to be prepared (that's another day passed *facepalm*), I tried to compile it in mingw, but I stuck in qt lib related, so I turned to qt5 again, yet warnings come again:

00:47:24: Running steps for project qjackctl...
00:47:24: Configuration unchanged, skipping qmake step.
00:47:24: Starting: "C:\Qt\Qt5.9.0\Tools\mingw530_32\bin\mingw32-make.exe"
cd src/ && ( test -e Makefile || C:/Qt/Qt5.9.0/5.9/mingw53_32/bin/qmake.exe -o Makefile C:/Users/allen/Documents/GitHub/qjackctl/src/src.pro -spec win32-g++ ) && C:/Qt/Qt5.9.0/Tools/mingw530_32/bin/mingw32-make -f Makefile
mingw32-make[1]: Entering directory 'C:/Users/allen/Documents/GitHub/build-qjackctl-Desktop_Qt_5_9_0_MinGW_32bit-Release/src'
C:/Qt/Qt5.9.0/Tools/mingw530_32/bin/mingw32-make -f Makefile.Release
mingw32-make[2]: Entering directory 'C:/Users/allen/Documents/GitHub/build-qjackctl-Desktop_Qt_5_9_0_MinGW_32bit-Release/src'
g++ -c -fno-keep-inline-dllexport -pipe @ac_cflags@ -O2 -std=gnu++11 -Wextra -Wall -W -fexceptions -mthreads -DUNICODE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I../../qjackctl/src -I. -I../../qjackctl/src -I@ac_incpath@ -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtWidgets -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtGui -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtANGLE -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtDBus -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtXml -IC:/Qt/Qt5.9.0/5.9/mingw53_32/include/QtCore -Irelease -I. -IC:/Qt/Qt5.9.0/5.9/mingw53_32/mkspecs/win32-g++ -o release/qjackctl.o ../../qjackctl/src/qjackctl.cpp
g++: error: @ac_cflags@: No such file or directory
Makefile.Release:1798: recipe for target 'release/qjackctl.o' failed
mingw32-make[2]: Leaving directory 'C:/Users/allen/Documents/GitHub/build-qjackctl-Desktop_Qt_5_9_0_MinGW_32bit-Release/src'
Makefile:37: recipe for target 'release' failed
mingw32-make[1]: Leaving directory 'C:/Users/allen/Documents/GitHub/build-qjackctl-Desktop_Qt_5_9_0_MinGW_32bit-Release/src'
mingw32-make[2]: *** [release/qjackctl.o] Error 1
mingw32-make[1]: *** [release] Error 2
Makefile:41: recipe for target 'sub-src-make_first' failed
mingw32-make: *** [sub-src-make_first] Error 2
00:47:25: The process "C:\Qt\Qt5.9.0\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project qjackctl (kit: Desktop Qt 5.9.0 MinGW 32bit)
When executing step "Make"
00:47:25: Elapsed time: 00:01.

Could you help me to check the bold words? I am not sure what i had missed. Are there some libs I have not installed yet or qt related lib missing? I tried to google this, it seems most of the results pointed to you, so I came here again:)

allen