Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QMake error 129 QT 5.12 #14

Open
rickbase1 opened this issue Apr 19, 2019 · 1 comment
Open

QMake error 129 QT 5.12 #14

rickbase1 opened this issue Apr 19, 2019 · 1 comment

Comments

@rickbase1
Copy link

Hi, I am hoping you can help. I am using Win10, with Qt 5.12.2 and when I try to compile I am getting this error. Any help would be appreciated. I have tried with both MinGW64 and 32 bit. Here is my compile errors for both 32/64.

Thanks,

Rick

MinGW64

09:12:07: Running steps for project QDeviceWatcher...
09:12:07: Starting: "C:\Qt\Qt5.12.2\5.12.2\mingw73_64\bin\qmake.exe" "C:\Users\Rick Local\Desktop\QDeviceWatcher\qdevicewatcher-master\QDeviceWatcher.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
09:12:08: The process "C:\Qt\Qt5.12.2\5.12.2\mingw73_64\bin\qmake.exe" exited normally.
09:12:08: Starting: "C:\Qt\Qt5.12.2\Tools\mingw730_64\bin\mingw32-make.exe" -f "C:/Users/Rick Local/Desktop/QDeviceWatcher/build-QDeviceWatcher-Desktop_Qt_5_12_2_MinGW_64_bit-Debug/Makefile" qmake_all
0 [main] sh 13132 sync_with_child: child 17036(0x19C) died before initialization with status code 0xC0000142
29 [main] sh 13132 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
mingw32-make: *** [C:/Users/Rick Local/Desktop/QDeviceWatcher/build-QDeviceWatcher-Desktop_Qt_5_12_2_MinGW_64_bit-Debug/Makefile:37: sub-src-libQDeviceWatcher-pro-qmake_all] Error 129
09:12:08: The process "C:\Qt\Qt5.12.2\Tools\mingw730_64\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project QDeviceWatcher (kit: Desktop Qt 5.12.2 MinGW 64-bit)
When executing step "qmake"
09:12:08: Elapsed time: 00:00.

and with MinGW32

09:14:49: Running steps for project QDeviceWatcher...
09:14:49: Starting: "C:\Qt\Qt5.12.2\5.12.2\mingw73_32\bin\qmake.exe" "C:\Users\Rick Local\Desktop\QDeviceWatcher\qdevicewatcher-master\QDeviceWatcher.pro" -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
Info: creating stash file C:\Users\Rick Local\Desktop\QDeviceWatcher\build-QDeviceWatcher-Desktop_Qt_5_12_2_MinGW_32_bit-Debug.qmake.stash
09:14:49: The process "C:\Qt\Qt5.12.2\5.12.2\mingw73_32\bin\qmake.exe" exited normally.
09:14:49: Starting: "C:\Qt\Qt5.12.2\Tools\mingw730_32\bin\mingw32-make.exe" -f "C:/Users/Rick Local/Desktop/QDeviceWatcher/build-QDeviceWatcher-Desktop_Qt_5_12_2_MinGW_32_bit-Debug/Makefile" qmake_all
0 [main] sh 11132 sync_with_child: child 18004(0x1A0) died before initialization with status code 0xC0000142
16 [main] sh 11132 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
mingw32-make: *** [C:/Users/Rick Local/Desktop/QDeviceWatcher/build-QDeviceWatcher-Desktop_Qt_5_12_2_MinGW_32_bit-Debug/Makefile:37: sub-src-libQDeviceWatcher-pro-qmake_all] Error 129
09:14:50: The process "C:\Qt\Qt5.12.2\Tools\mingw730_32\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project QDeviceWatcher (kit: Desktop Qt 5.12.2 MinGW 32-bit)
When executing step "qmake"
09:14:50: Elapsed time: 00:01.

@marxzhao
Copy link

can you finish this question?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants