Login  Register

Re: About LibreCAD and QT SDK on Windows computers

Posted by ClaudeQC on Jul 19, 2011; 8:15pm
URL: https://forum.librecad.org/About-LibreCAD-and-QT-SDK-on-Windows-computers-tp4596860p4613546.html


>
> you need to turn of shadow build.
>
> Shadow build is not yet supported, this is why the respected script
> (scripts\postprocess-win.bat) cannot be found.
>

- Thank you Ries,

- I turned shadow build off.
  But, seems that there is other things going wrong...

- Below the messages displayed in Qt Creator Compile Output.

- The process of testing/debugging this problem is really lengthy, since
  it happen only when doing a "Rebuilt All" :-(

- I will continue to track down this problem, but will not have as
  much time as before since I return to work tomorrow (was in holiday).
  This explain this flood of bugs and patches in the LibreCAD
  tracker ;-)
  And I put another little bug report into it today ;-)


Claude


                                      +++

C:\QtSDK\Desktop\Qt\4.7.3\mingw\bin\uic3.exe -embed LibreCAD -f intermediate/ui/images.tmp -o intermediate\ui\qmake_image_collection.cpp
g++ -c -O2 -Wall -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT -DQC_APPKEY="/LibreCAD" -DQC_APPNAME="LibreCAD" -DQC_COMPANYNAME="LibreCAD" -DQC_COMPANYKEY="LibreCAD" -DQC_VERSION="1.0.0rc1" -DQC_DELAYED_SPLASH_SCREEN=1 -DQC_SCMREVISION="" -DQC_APPDIR="LibreCAD" -DQINITIMAGES_LIBRECAD=qInitImages_LibreCAD -DQT_DLL -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\QtCore" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\QtGui" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\QtXml" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\QtSql" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\Qt3Support" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\QtHelp" -I"dxflib\src" -I"fparser" -I"src\cmd" -I"src\lib\actions" -I"src\lib\creation" -I"src\lib\debug" -I"src\lib\engine" -I"src\lib\fileio" -I"src\lib\filters" -I"src\lib\gui" -I"src\lib\information" -I"src\lib\math" -I"src\lib\modification" -I"src\lib\scripting" -I"src\actions" -I"src\main" -I"src\plugins" -I"src\ui" -I"src\ui\forms" -I"res" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\include\ActiveQt" -I"intermediate\moc" -I"intermediate\ui" -I"c:\QtSDK\Desktop\Qt\4.7.3\mingw\mkspecs\win32-g++" -o intermediate\obj\qmake_image_collection.o intermediate\ui\qmake_image_collection.cpp
Error: Could not find rules file: q3porting.xml
uic: cannot load image file res\main\librecad16.png
windres -i res\main\librecad.rc -o intermediate\obj\librecad_res.o --include-dir=./res/main -DUNICODE -DQT_LARGEFILE_SUPPORT -DQC_APPKEY="/LibreCAD" -DQC_APPNAME="LibreCAD" -DQC_COMPANYNAME="LibreCAD" -DQC_COMPANYKEY="LibreCAD" -DQC_VERSION="1.0.0rc1" -DQC_DELAYED_SPLASH_SCREEN=1 -DQC_SCMREVISION="" -DQC_APPDIR="LibreCAD" -DQINITIMAGES_LIBRECAD=qInitImages_LibreCAD -DQT_DLL -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\LibreCAD.exe object_script.LibreCAD.Release  -L"c:\QtSDK\Desktop\Qt\4.7.3\mingw\lib" -lmingw32 -lqtmain intermediate\obj\librecad_res.o -lQtHelp4 -lQt3Support4 -lQtSql4 -lQtXml4 -lQtGui4 -lQtCore4 -LC:\OpenSSL-Win32_full\lib
scripts\postprocess-win.bat
mingw32-make[1]: Leaving directory `C:/cygwin/home/claude/work/software/pc/librecad/librecad-git-2011-07-16_modified'
process_begin: CreateProcess(C:\cygwin\home\claude\work\software\pc\librecad\librecad-git-2011-07-16_modified\scripts\postprocess-win.bat, scripts\postprocess-win.bat, ...) failed.
make (e=5): Access is denied.
mingw32-make[1]: *** [release\LibreCAD.exe] Error 5
mingw32-make: *** [release] Error 2
The process "C:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building project librecad (target: Desktop)
When executing build step 'Make'

                                      +++