Acess denied when trying to debug a program
-
Hi All,
I'm very new to QT creator, and could therefore use some help with an error I experience when trying to compile a program from github.
11:55:20: Running steps for project SLStudio...
11:55:20: Starting: "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" C:\Users\kemei\Desktop\SLStudio\slstudio\src\SLStudio.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
Info: creating stash file C:\Users\kemei\Desktop\SLStudio\slstudio\build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug.qmake.stash
RCC: Warning: No resources in '..\src\resources.qrc'.
RCC: Warning: No resources in '..\src\resources.qrc'.
12:04:00: The process "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" exited normally.
12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -f C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug/Makefile qmake_all
mingw32-make: Nothing to be done for 'qmake_all'.
12:04:00: The process "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" exited normally.
12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -j8
C:/Qt/Qt5.12.12/Tools/mingw730_32/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug'
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\AboutDialog.ui -o ui_AboutDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\CalibrationDialog.ui -o ui_CalibrationDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\LogDialog.ui -o ui_LogDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\MainWindow.ui -o ui_MainWindow.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\PreferenceDialog.ui -o ui_PreferenceDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\VideoDialog.ui -o ui_VideoDialog.h
g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\main.o ..\src\main.cpp
g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\AboutDialog.o ..\src\AboutDialog.cpp
Access is denied.Can anyone help me adress how exactly to debug from here? As formerly stated im a noob to QT.
Best Regards,
Kenneth -
Hi All,
I'm very new to QT creator, and could therefore use some help with an error I experience when trying to compile a program from github.
11:55:20: Running steps for project SLStudio...
11:55:20: Starting: "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" C:\Users\kemei\Desktop\SLStudio\slstudio\src\SLStudio.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
Info: creating stash file C:\Users\kemei\Desktop\SLStudio\slstudio\build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug.qmake.stash
RCC: Warning: No resources in '..\src\resources.qrc'.
RCC: Warning: No resources in '..\src\resources.qrc'.
12:04:00: The process "C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\qmake.exe" exited normally.
12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -f C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug/Makefile qmake_all
mingw32-make: Nothing to be done for 'qmake_all'.
12:04:00: The process "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" exited normally.
12:04:00: Starting: "C:\Qt\Qt5.12.12\Tools\mingw730_32\bin\mingw32-make.exe" -j8
C:/Qt/Qt5.12.12/Tools/mingw730_32/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory 'C:/Users/kemei/Desktop/SLStudio/slstudio/build-SLStudio-Desktop_Qt_5_12_12_MinGW_32_bit-Debug'
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\AboutDialog.ui -o ui_AboutDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\CalibrationDialog.ui -o ui_CalibrationDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\LogDialog.ui -o ui_LogDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\MainWindow.ui -o ui_MainWindow.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\PreferenceDialog.ui -o ui_PreferenceDialog.h
C:\Qt\Qt5.12.12\5.12.12\mingw73_32\bin\uic.exe ..\src\VideoDialog.ui -o ui_VideoDialog.h
g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\main.o ..\src\main.cpp
g++ -c -fno-keep-inline-dllexport -g -Wall -W -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DDBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DWITH_LC3000API -DWITH_LC4500API -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_QML_DEBUG -DQT_NEEDS_QMAIN -I..\src -I. -I..\src\camera -I..\src\projector -I..\src\codec -I..\src\triangulator -Icalibrator/ -I<C:\opencv\build\include> -I -I/include -I<C:\Eigen\Eigen> -I/include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtOpenGL -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\include\QtCore -Idebug -I. -IC:\Qt\Qt5.12.12\5.12.12\mingw73_32\mkspecs\win32-g++ -o debug\AboutDialog.o ..\src\AboutDialog.cpp
Access is denied.Can anyone help me adress how exactly to debug from here? As formerly stated im a noob to QT.
Best Regards,
Kenneth@Ken1 hi. I don't have an answer for you, but this isn't the right forum for such a question. "Announcements" is generally used for news from the mother ship (or significant third parties) to inform the user community of developments to the product. You'd likely get better answers posting to the Qt General --> General and Desktop forum.
You can either delete this post and repost there, or wait for a moderator to move it for you. Good luck with your project.
-
C Chris Kawa moved this topic from Announcements on