[texworks] Compiling with mingw32

Paul A Norman paul.a.norman at gmail.com
Mon May 24 11:30:59 CEST 2010


Dear Stefan,

>> I have tried to find a log file with the information in it, and then
>> I re-directed the out put of mingw32-make to a text file, but could
>> not find more specific detail on the ld type error. (" ld returned 1
>> exit status")
>>
>
> Could you send that complete log file? This synctex parser problems
> doesn't seem to be related to plugins at first glance, but there is no
> telling without the complete log.

Thanks for looking into this, very much appreciated.  Once I've got it
going I can prepare and test some Script / .ui

Here are two  redirected files.

Both don't show this at the end (pasted from the console box):

collect2: ld returned 1 exit status
mingw32-make[1]: *** [release/TeXworks.exe] Error 1
mingw32-make: *** [release] Error 2

Using just normal texworks.pro

                 QMAKE_LFLAGS += -Wl,--export-dynamic
Redirected Output to File:
           outPut_QMAKE_LFLAGS_Normal_Texworks.pro_switches.txt

And (after hunting around in the gcc.pdf manual)
using in texwprks.pro

	QMAKE_LFLAGS += -Wl,-verbose -Q --export-dynamic
Redirected Output to File:
           outPut_QMAKE_LFLAGS_Extra_switches.txt

Paul
-------------- next part --------------
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/texworks'
c:/KDE/bin/uic.exe src/TeXDocument.ui -o ui/ui_TeXDocument.h
c:/KDE/bin/uic.exe src/PDFDocument.ui -o ui/ui_PDFDocument.h
c:/KDE/bin/uic.exe src/Find.ui -o ui/ui_Find.h
c:/KDE/bin/uic.exe src/PDFFind.ui -o ui/ui_PDFFind.h
c:/KDE/bin/uic.exe src/Replace.ui -o ui/ui_Replace.h
c:/KDE/bin/uic.exe src/SearchResults.ui -o ui/ui_SearchResults.h
c:/KDE/bin/uic.exe src/PrefsDialog.ui -o ui/ui_PrefsDialog.h
c:/KDE/bin/uic.exe src/ToolConfig.ui -o ui/ui_ToolConfig.h
c:/KDE/bin/uic.exe src/TemplateDialog.ui -o ui/ui_TemplateDialog.h
c:/KDE/bin/uic.exe src/HardWrapDialog.ui -o ui/ui_HardWrapDialog.h
c:/KDE/bin/uic.exe src/ScriptManager.ui -o ui/ui_ScriptManager.h
c:/KDE/bin/uic.exe src/ConfirmDelete.ui -o ui/ui_ConfirmDelete.h
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/main.o src/main.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWApp.o src/TWApp.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWUtils.o src/TWUtils.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScriptable.o src/TWScriptable.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScript.o src/TWScript.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScriptAPI.o src/TWScriptAPI.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXDocument.o src/TeXDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/CompletingEdit.o src/CompletingEdit.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXHighlighter.o src/TeXHighlighter.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXDocks.o src/TeXDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PDFDocument.o src/PDFDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PDFDocks.o src/PDFDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/FindDialog.o src/FindDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PrefsDialog.o src/PrefsDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TemplateDialog.o src/TemplateDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/HardWrapDialog.o src/HardWrapDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/ScriptManager.o src/ScriptManager.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/ConfirmDelete.o src/ConfirmDelete.cpp
gcc -c -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/synctex_parser.o src/synctex_parser.c
gcc -c -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/synctex_parser_utils.o src/synctex_parser_utils.c
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/CommandlineParser.o src/CommandlineParser.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWApp.h -o moc/moc_TWApp.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWApp.o moc/moc_TWApp.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWUtils.h -o moc/moc_TWUtils.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWUtils.o moc/moc_TWUtils.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScriptable.h -o moc/moc_TWScriptable.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScriptable.o moc/moc_TWScriptable.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScript.h -o moc/moc_TWScript.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScript.o moc/moc_TWScript.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScriptAPI.h -o moc/moc_TWScriptAPI.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScriptAPI.o moc/moc_TWScriptAPI.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXDocument.h -o moc/moc_TeXDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXDocument.o moc/moc_TeXDocument.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/CompletingEdit.h -o moc/moc_CompletingEdit.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_CompletingEdit.o moc/moc_CompletingEdit.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXHighlighter.h -o moc/moc_TeXHighlighter.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXHighlighter.o moc/moc_TeXHighlighter.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXDocks.h -o moc/moc_TeXDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXDocks.o moc/moc_TeXDocks.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PDFDocument.h -o moc/moc_PDFDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PDFDocument.o moc/moc_PDFDocument.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PDFDocks.h -o moc/moc_PDFDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PDFDocks.o moc/moc_PDFDocks.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/FindDialog.h -o moc/moc_FindDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_FindDialog.o moc/moc_FindDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PrefsDialog.h -o moc/moc_PrefsDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PrefsDialog.o moc/moc_PrefsDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TemplateDialog.h -o moc/moc_TemplateDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TemplateDialog.o moc/moc_TemplateDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/HardWrapDialog.h -o moc/moc_HardWrapDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_HardWrapDialog.o moc/moc_HardWrapDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/ScriptManager.h -o moc/moc_ScriptManager.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_ScriptManager.o moc/moc_ScriptManager.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/ConfirmDelete.h -o moc/moc_ConfirmDelete.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_ConfirmDelete.o moc/moc_ConfirmDelete.cpp
c:/KDE/bin/rcc.exe -name resources res/resources.qrc -o rcc/qrc_resources.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/qrc_resources.o rcc/qrc_resources.cpp
c:/KDE/bin/rcc.exe -name resfiles res/resfiles.qrc -o rcc/qrc_resfiles.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/qrc_resfiles.o rcc/qrc_resfiles.cpp
windres -i res/TeXworks.rc -o ./obj/TeXworks_res.o --include-dir=./res
fixQtLibs.bat
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-verbose -Q --export-dynamic -fexceptions -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release/TeXworks.exe object_script.TeXworks.Release  -L'c:/KDE/bin/../lib' -lmingw32 -lqtmain ./obj/TeXworks_res.o -LC:/texworks/hunspell-1.2.11/src/hunspell/.libs -lpoppler-qt4 -lhunspell-1.2 -Lc:/texworks/lua5.1 -llua5.1 -lQtUiTools -Lplugins-src/TWLuaPlugin/release -lTWLuaPlugin -llua5.1 -Lplugins-src/TWPythonPlugin/release -lTWPythonPlugin -Lc:/Python26/libs -lpython26 -lQtScript -lQtScriptTools -lQtXml -lQtGui -lQtCore -lQtUiTools 
GNU ld (GNU Binutils) 2.20
  Supported emulations:
   i386pe
using internal linker script:
==================================================
/* Script for ld --enable-auto-import: Like the default script except read only data is placed into .data  */
OUTPUT_FORMAT(pei-i386)
SEARCH_DIR("/mingw/mingw32/lib"); SEARCH_DIR("/mingw/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
SECTIONS
{
  /* Make the virtual address and file offset synced if the alignment is
     lower than the target page size. */
  . = SIZEOF_HEADERS;
  . = ALIGN(__section_alignment__);
  .text  __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) :
  {
     *(.init)
    *(.text)
    *(SORT(.text$*))
     *(.text.*)
    *(.glue_7t)
    *(.glue_7)
     ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
			LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*));  LONG (0);
     ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
			LONG (-1); *(.dtors); *(.dtor); *(SORT(.dtors.*));  LONG (0);
     *(.fini)
    /* ??? Why is .gcc_exc here?  */
     *(.gcc_exc)
    PROVIDE (etext = .);
     *(.gcc_except_table)
  }
  /* The Cygwin32 library uses a section to avoid copying certain data
     on fork.  This used to be named ".data".  The linker used
     to include this between __data_start__ and __data_end__, but that
     breaks building the cygwin32 dll.  Instead, we name the section
     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
  .data BLOCK(__section_alignment__) :
  {
    __data_start__ = . ;
    *(.data)
    *(.data2)
    *(SORT(.data$*))
            *(.rdata)
	    *(SORT(.rdata$*))
    *(.jcr)
    __data_end__ = . ;
    *(.data_cygwin_nocopy)
  }
  .rdata BLOCK(__section_alignment__) :
  {
    ___RUNTIME_PSEUDO_RELOC_LIST__ = .;
    __RUNTIME_PSEUDO_RELOC_LIST__ = .;
    *(.rdata_runtime_pseudo_reloc)
    ___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
    __RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
  }
  .eh_frame BLOCK(__section_alignment__) :
  {
    *(.eh_frame)
  }
  .pdata BLOCK(__section_alignment__) :
  {
    *(.pdata)
  }
  .bss BLOCK(__section_alignment__) :
  {
    __bss_start__ = . ;
    *(.bss)
    *(COMMON)
    __bss_end__ = . ;
  }
  .edata BLOCK(__section_alignment__) :
  {
    *(.edata)
  }
  /DISCARD/ :
  {
    *(.debug$S)
    *(.debug$T)
    *(.debug$F)
    *(.drectve)
  }
  .idata BLOCK(__section_alignment__) :
  {
    /* This cannot currently be handled with grouped sections.
	See pe.em:sort_sections.  */
    SORT(*)(.idata$2)
    SORT(*)(.idata$3)
    /* These zeroes mark the end of the import list.  */
    LONG (0); LONG (0); LONG (0); LONG (0); LONG (0);
    SORT(*)(.idata$4)
    SORT(*)(.idata$5)
    SORT(*)(.idata$6)
    SORT(*)(.idata$7)
  }
  .CRT BLOCK(__section_alignment__) :
  {
    ___crt_xc_start__ = . ;
    *(SORT(.CRT$XC*))  /* C initialization */
    ___crt_xc_end__ = . ;
    ___crt_xi_start__ = . ;
    *(SORT(.CRT$XI*))  /* C++ initialization */
    ___crt_xi_end__ = . ;
    ___crt_xl_start__ = . ;
    *(SORT(.CRT$XL*))  /* TLS callbacks */
    /* ___crt_xl_end__ is defined in the TLS Directory support code */
    ___crt_xp_start__ = . ;
    *(SORT(.CRT$XP*))  /* Pre-termination */
    ___crt_xp_end__ = . ;
    ___crt_xt_start__ = . ;
    *(SORT(.CRT$XT*))  /* Termination */
    ___crt_xt_end__ = . ;
  }
  .tls BLOCK(__section_alignment__) :
  {
    ___tls_start__ = . ;
    *(.tls)
    *(.tls$)
    *(SORT(.tls$*))
    ___tls_end__ = . ;
  }
  .endjunk BLOCK(__section_alignment__) :
  {
    /* end is deprecated, don't use it */
    PROVIDE (end = .);
    PROVIDE ( _end = .);
     __end__ = .;
  }
  .rsrc BLOCK(__section_alignment__) :
  {
    *(.rsrc)
    *(SORT(.rsrc$*))
  }
  .reloc BLOCK(__section_alignment__) :
  {
    *(.reloc)
  }
  .stab BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.stab)
  }
  .stabstr BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.stabstr)
  }
  /* DWARF debug sections.
     Symbols in the DWARF debugging sections are relative to the beginning
     of the section.  Unlike other targets that fake this by putting the
     section VMA at 0, the PE format will not allow it.  */
  /* DWARF 1.1 and DWARF 2.  */
  .debug_aranges BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_aranges)
  }
  .debug_pubnames BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_pubnames)
  }
  .debug_pubtypes BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_pubtypes)
  }
  /* DWARF 2.  */
  .debug_info BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_info) *(.gnu.linkonce.wi.*)
  }
  .debug_abbrev BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_abbrev)
  }
  .debug_line BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_line)
  }
  .debug_frame BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_frame)
  }
  .debug_str BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_str)
  }
  .debug_loc BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_loc)
  }
  .debug_macinfo BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_macinfo)
  }
  /* SGI/MIPS DWARF 2 extensions.  */
  .debug_weaknames BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_weaknames)
  }
  .debug_funcnames BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_funcnames)
  }
  .debug_typenames BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_typenames)
  }
  .debug_varnames BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_varnames)
  }
  /* DWARF 3.  */
  .debug_ranges BLOCK(__section_alignment__) (NOLOAD) :
  {
    *(.debug_ranges)
  }
}


==================================================
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../crt2.o succeeded
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../crt2.o
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/crtbegin.o succeeded
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/crtbegin.o
attempt to open object_script.TeXworks.Release succeeded
opened script file object_script.TeXworks.Release
attempt to open ./obj/main.o succeeded
./obj/main.o
attempt to open ./obj/TWApp.o succeeded
./obj/TWApp.o
attempt to open ./obj/TWUtils.o succeeded
./obj/TWUtils.o
attempt to open ./obj/TWScriptable.o succeeded
./obj/TWScriptable.o
attempt to open ./obj/TWScript.o succeeded
./obj/TWScript.o
attempt to open ./obj/TWScriptAPI.o succeeded
./obj/TWScriptAPI.o
attempt to open ./obj/TeXDocument.o succeeded
./obj/TeXDocument.o
attempt to open ./obj/CompletingEdit.o succeeded
./obj/CompletingEdit.o
attempt to open ./obj/TeXHighlighter.o succeeded
./obj/TeXHighlighter.o
attempt to open ./obj/TeXDocks.o succeeded
./obj/TeXDocks.o
attempt to open ./obj/PDFDocument.o succeeded
./obj/PDFDocument.o
attempt to open ./obj/PDFDocks.o succeeded
./obj/PDFDocks.o
attempt to open ./obj/FindDialog.o succeeded
./obj/FindDialog.o
attempt to open ./obj/PrefsDialog.o succeeded
./obj/PrefsDialog.o
attempt to open ./obj/TemplateDialog.o succeeded
./obj/TemplateDialog.o
attempt to open ./obj/HardWrapDialog.o succeeded
./obj/HardWrapDialog.o
attempt to open ./obj/ScriptManager.o succeeded
./obj/ScriptManager.o
attempt to open ./obj/ConfirmDelete.o succeeded
./obj/ConfirmDelete.o
attempt to open ./obj/synctex_parser.o succeeded
./obj/synctex_parser.o
attempt to open ./obj/synctex_parser_utils.o succeeded
./obj/synctex_parser_utils.o
attempt to open ./obj/main.o succeeded
./obj/main.o
attempt to open ./obj/TWApp.o succeeded
./obj/TWApp.o
attempt to open ./obj/TWUtils.o succeeded
./obj/TWUtils.o
attempt to open ./obj/TWScriptable.o succeeded
./obj/TWScriptable.o
attempt to open ./obj/TWScript.o succeeded
./obj/TWScript.o
attempt to open ./obj/TWScriptAPI.o succeeded
./obj/TWScriptAPI.o
attempt to open ./obj/TeXDocument.o succeeded
./obj/TeXDocument.o
attempt to open ./obj/CommandlineParser.o succeeded
./obj/CommandlineParser.o
attempt to open ./obj/CompletingEdit.o succeeded
./obj/CompletingEdit.o
attempt to open ./obj/TeXHighlighter.o succeeded
./obj/TeXHighlighter.o
attempt to open ./obj/TeXDocks.o succeeded
./obj/TeXDocks.o
attempt to open ./obj/PDFDocument.o succeeded
./obj/PDFDocument.o
attempt to open ./obj/PDFDocks.o succeeded
./obj/PDFDocks.o
attempt to open ./obj/FindDialog.o succeeded
./obj/FindDialog.o
attempt to open ./obj/PrefsDialog.o succeeded
./obj/PrefsDialog.o
attempt to open ./obj/TemplateDialog.o succeeded
./obj/TemplateDialog.o
attempt to open ./obj/HardWrapDialog.o succeeded
./obj/HardWrapDialog.o
attempt to open ./obj/ScriptManager.o succeeded
./obj/ScriptManager.o
attempt to open ./obj/ConfirmDelete.o succeeded
./obj/ConfirmDelete.o
attempt to open ./obj/synctex_parser.o succeeded
./obj/synctex_parser.o
attempt to open ./obj/synctex_parser_utils.o succeeded
./obj/synctex_parser_utils.o
attempt to open ./obj/moc_TWApp.o succeeded
./obj/moc_TWApp.o
attempt to open ./obj/moc_TWUtils.o succeeded
./obj/moc_TWUtils.o
attempt to open ./obj/moc_TWScriptable.o succeeded
./obj/moc_TWScriptable.o
attempt to open ./obj/moc_TWScript.o succeeded
./obj/moc_TWScript.o
attempt to open ./obj/moc_TWScriptAPI.o succeeded
./obj/moc_TWScriptAPI.o
attempt to open ./obj/moc_TeXDocument.o succeeded
./obj/moc_TeXDocument.o
attempt to open ./obj/moc_CompletingEdit.o succeeded
./obj/moc_CompletingEdit.o
attempt to open ./obj/moc_TeXHighlighter.o succeeded
./obj/moc_TeXHighlighter.o
attempt to open ./obj/moc_TeXDocks.o succeeded
./obj/moc_TeXDocks.o
attempt to open ./obj/moc_PDFDocument.o succeeded
./obj/moc_PDFDocument.o
attempt to open ./obj/moc_PDFDocks.o succeeded
./obj/moc_PDFDocks.o
attempt to open ./obj/moc_FindDialog.o succeeded
./obj/moc_FindDialog.o
attempt to open ./obj/moc_PrefsDialog.o succeeded
./obj/moc_PrefsDialog.o
attempt to open ./obj/moc_TemplateDialog.o succeeded
./obj/moc_TemplateDialog.o
attempt to open ./obj/moc_HardWrapDialog.o succeeded
./obj/moc_HardWrapDialog.o
attempt to open ./obj/moc_ScriptManager.o succeeded
./obj/moc_ScriptManager.o
attempt to open ./obj/moc_ConfirmDelete.o succeeded
./obj/moc_ConfirmDelete.o
attempt to open ./obj/qrc_resources.o succeeded
./obj/qrc_resources.o
attempt to open ./obj/qrc_resfiles.o succeeded
./obj/qrc_resfiles.o
attempt to open c:/KDE/bin/../lib/libmingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/mingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingw32.a failed
attempt to open c:/KDE/bin/../lib/mingw32.lib failed
attempt to open c:/KDE/bin/../lib/libmingw32.dll failed
attempt to open c:/KDE/bin/../lib/mingw32.dll failed
attempt to open c:/KDE/bin/../lib\libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingw32.a failed
attempt to open c:/texworks/lua5.1/libmingw32.dll.a failed
attempt to open c:/texworks/lua5.1/mingw32.dll.a failed
attempt to open c:/texworks/lua5.1/libmingw32.a failed
attempt to open c:/texworks/lua5.1/mingw32.lib failed
attempt to open c:/texworks/lua5.1/libmingw32.dll failed
attempt to open c:/texworks/lua5.1/mingw32.dll failed
attempt to open c:/texworks/lua5.1\libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingw32.a failed
attempt to open c:/Python26/libs/libmingw32.dll.a failed
attempt to open c:/Python26/libs/mingw32.dll.a failed
attempt to open c:/Python26/libs/libmingw32.a failed
attempt to open c:/Python26/libs/mingw32.lib failed
attempt to open c:/Python26/libs/libmingw32.dll failed
attempt to open c:/Python26/libs/mingw32.dll failed
attempt to open c:/Python26/libs\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)CRTglob.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)CRTfmode.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)txtmode.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)cpu_features.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)pseudo-reloc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)gccmain.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)main.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)CRT_fp10.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a)pseudo-reloc-list.o
attempt to open c:/KDE/bin/../lib/libqtmain.dll.a failed
attempt to open c:/KDE/bin/../lib/qtmain.dll.a failed
attempt to open c:/KDE/bin/../lib/libqtmain.a succeeded
(c:/KDE/bin/../lib/libqtmain.a)qtmain_win.o
attempt to open ./obj/TeXworks_res.o succeeded
./obj/TeXworks_res.o
attempt to open c:/KDE/bin/../lib/libpoppler-qt4.dll.a succeeded
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000549.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000498.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000301.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000507.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000542.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000453.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000456.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000455.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000454.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000458.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000460.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000310.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000320.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000503.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000501.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000492.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000357.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000316.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000547.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000311.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000309.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000559.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000560.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000235.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000561.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000328.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000323.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000543.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000553.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000555.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000558.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000557.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000554.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000538.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000546.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000539.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000540.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000046.o
(c:/KDE/bin/../lib/libpoppler-qt4.dll.a)d000603.o
attempt to open c:/KDE/bin/../lib/libhunspell-1.2.dll.a failed
attempt to open c:/KDE/bin/../lib/hunspell-1.2.dll.a failed
attempt to open c:/KDE/bin/../lib/libhunspell-1.2.a failed
attempt to open c:/KDE/bin/../lib/hunspell-1.2.lib failed
attempt to open c:/KDE/bin/../lib/libhunspell-1.2.dll failed
attempt to open c:/KDE/bin/../lib/hunspell-1.2.dll failed
attempt to open c:/KDE/bin/../lib\libhunspell-1.2.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/hunspell-1.2.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a succeeded
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)hunspell.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)filemgr.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)affixmgr.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)hashmgr.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)csutil.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)suggestmgr.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)replist.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)hunzip.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)phonet.o
(C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libhunspell-1.2.a)affentry.o
attempt to open c:/KDE/bin/../lib/liblua5.1.dll.a failed
attempt to open c:/KDE/bin/../lib/lua5.1.dll.a failed
attempt to open c:/KDE/bin/../lib/liblua5.1.a failed
attempt to open c:/KDE/bin/../lib/lua5.1.lib failed
attempt to open c:/KDE/bin/../lib/liblua5.1.dll failed
attempt to open c:/KDE/bin/../lib/lua5.1.dll failed
attempt to open c:/KDE/bin/../lib\liblua5.1.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\liblua5.1.a failed
attempt to open c:/texworks/lua5.1/liblua5.1.dll.a failed
attempt to open c:/texworks/lua5.1/lua5.1.dll.a failed
attempt to open c:/texworks/lua5.1/liblua5.1.a succeeded
attempt to open c:/KDE/bin/../lib/libQtUiTools.dll.a failed
attempt to open c:/KDE/bin/../lib/QtUiTools.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtUiTools.a succeeded
(c:/KDE/bin/../lib/libQtUiTools.a)quiloader.o
(c:/KDE/bin/../lib/libQtUiTools.a)moc_quiloader.o
(c:/KDE/bin/../lib/libQtUiTools.a)abstractformbuilder.o
(c:/KDE/bin/../lib/libQtUiTools.a)formbuilder.o
(c:/KDE/bin/../lib/libQtUiTools.a)textbuilder.o
(c:/KDE/bin/../lib/libQtUiTools.a)formbuilderextra.o
(c:/KDE/bin/../lib/libQtUiTools.a)moc_properties_p.o
(c:/KDE/bin/../lib/libQtUiTools.a)ui4.o
(c:/KDE/bin/../lib/libQtUiTools.a)resourcebuilder.o
(c:/KDE/bin/../lib/libQtUiTools.a)properties.o
attempt to open c:/KDE/bin/../lib/libTWLuaPlugin.dll.a failed
attempt to open c:/KDE/bin/../lib/TWLuaPlugin.dll.a failed
attempt to open c:/KDE/bin/../lib/libTWLuaPlugin.a failed
attempt to open c:/KDE/bin/../lib/TWLuaPlugin.lib failed
attempt to open c:/KDE/bin/../lib/libTWLuaPlugin.dll failed
attempt to open c:/KDE/bin/../lib/TWLuaPlugin.dll failed
attempt to open c:/KDE/bin/../lib\libTWLuaPlugin.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWLuaPlugin.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWLuaPlugin.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWLuaPlugin.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWLuaPlugin.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWLuaPlugin.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWLuaPlugin.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libTWLuaPlugin.a failed
attempt to open c:/texworks/lua5.1/libTWLuaPlugin.dll.a failed
attempt to open c:/texworks/lua5.1/TWLuaPlugin.dll.a failed
attempt to open c:/texworks/lua5.1/libTWLuaPlugin.a failed
attempt to open c:/texworks/lua5.1/TWLuaPlugin.lib failed
attempt to open c:/texworks/lua5.1/libTWLuaPlugin.dll failed
attempt to open c:/texworks/lua5.1/TWLuaPlugin.dll failed
attempt to open c:/texworks/lua5.1\libTWLuaPlugin.a failed
attempt to open plugins-src/TWLuaPlugin/release/libTWLuaPlugin.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/TWLuaPlugin.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libTWLuaPlugin.a succeeded
attempt to open c:/KDE/bin/../lib/liblua5.1.dll.a failed
attempt to open c:/KDE/bin/../lib/lua5.1.dll.a failed
attempt to open c:/KDE/bin/../lib/liblua5.1.a failed
attempt to open c:/KDE/bin/../lib/lua5.1.lib failed
attempt to open c:/KDE/bin/../lib/liblua5.1.dll failed
attempt to open c:/KDE/bin/../lib/lua5.1.dll failed
attempt to open c:/KDE/bin/../lib\liblua5.1.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/liblua5.1.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/lua5.1.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\liblua5.1.a failed
attempt to open c:/texworks/lua5.1/liblua5.1.dll.a failed
attempt to open c:/texworks/lua5.1/lua5.1.dll.a failed
attempt to open c:/texworks/lua5.1/liblua5.1.a succeeded
attempt to open c:/KDE/bin/../lib/libTWPythonPlugin.dll.a failed
attempt to open c:/KDE/bin/../lib/TWPythonPlugin.dll.a failed
attempt to open c:/KDE/bin/../lib/libTWPythonPlugin.a failed
attempt to open c:/KDE/bin/../lib/TWPythonPlugin.lib failed
attempt to open c:/KDE/bin/../lib/libTWPythonPlugin.dll failed
attempt to open c:/KDE/bin/../lib/TWPythonPlugin.dll failed
attempt to open c:/KDE/bin/../lib\libTWPythonPlugin.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWPythonPlugin.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWPythonPlugin.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWPythonPlugin.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWPythonPlugin.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libTWPythonPlugin.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/TWPythonPlugin.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libTWPythonPlugin.a failed
attempt to open c:/texworks/lua5.1/libTWPythonPlugin.dll.a failed
attempt to open c:/texworks/lua5.1/TWPythonPlugin.dll.a failed
attempt to open c:/texworks/lua5.1/libTWPythonPlugin.a failed
attempt to open c:/texworks/lua5.1/TWPythonPlugin.lib failed
attempt to open c:/texworks/lua5.1/libTWPythonPlugin.dll failed
attempt to open c:/texworks/lua5.1/TWPythonPlugin.dll failed
attempt to open c:/texworks/lua5.1\libTWPythonPlugin.a failed
attempt to open plugins-src/TWLuaPlugin/release/libTWPythonPlugin.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/TWPythonPlugin.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libTWPythonPlugin.a failed
attempt to open plugins-src/TWLuaPlugin/release/TWPythonPlugin.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libTWPythonPlugin.dll failed
attempt to open plugins-src/TWLuaPlugin/release/TWPythonPlugin.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libTWPythonPlugin.a failed
attempt to open plugins-src/TWPythonPlugin/release/libTWPythonPlugin.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/TWPythonPlugin.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libTWPythonPlugin.a succeeded
attempt to open c:/KDE/bin/../lib/libpython26.dll.a failed
attempt to open c:/KDE/bin/../lib/python26.dll.a failed
attempt to open c:/KDE/bin/../lib/libpython26.a failed
attempt to open c:/KDE/bin/../lib/python26.lib failed
attempt to open c:/KDE/bin/../lib/libpython26.dll failed
attempt to open c:/KDE/bin/../lib/python26.dll failed
attempt to open c:/KDE/bin/../lib\libpython26.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libpython26.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/python26.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libpython26.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/python26.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libpython26.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/python26.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libpython26.a failed
attempt to open c:/texworks/lua5.1/libpython26.dll.a failed
attempt to open c:/texworks/lua5.1/python26.dll.a failed
attempt to open c:/texworks/lua5.1/libpython26.a failed
attempt to open c:/texworks/lua5.1/python26.lib failed
attempt to open c:/texworks/lua5.1/libpython26.dll failed
attempt to open c:/texworks/lua5.1/python26.dll failed
attempt to open c:/texworks/lua5.1\libpython26.a failed
attempt to open plugins-src/TWLuaPlugin/release/libpython26.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/python26.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libpython26.a failed
attempt to open plugins-src/TWLuaPlugin/release/python26.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libpython26.dll failed
attempt to open plugins-src/TWLuaPlugin/release/python26.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libpython26.a failed
attempt to open plugins-src/TWPythonPlugin/release/libpython26.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/python26.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libpython26.a failed
attempt to open plugins-src/TWPythonPlugin/release/python26.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libpython26.dll failed
attempt to open plugins-src/TWPythonPlugin/release/python26.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libpython26.a failed
attempt to open c:/Python26/libs/libpython26.dll.a failed
attempt to open c:/Python26/libs/python26.dll.a failed
attempt to open c:/Python26/libs/libpython26.a succeeded
attempt to open c:/KDE/bin/../lib/libQtScript.dll.a failed
attempt to open c:/KDE/bin/../lib/QtScript.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtScript.a succeeded
(c:/KDE/bin/../lib/libQtScript.a)d000287.o
(c:/KDE/bin/../lib/libQtScript.a)d000298.o
(c:/KDE/bin/../lib/libQtScript.a)d000305.o
(c:/KDE/bin/../lib/libQtScript.a)d000068.o
(c:/KDE/bin/../lib/libQtScript.a)d000299.o
(c:/KDE/bin/../lib/libQtScript.a)d000313.o
(c:/KDE/bin/../lib/libQtScript.a)d000115.o
(c:/KDE/bin/../lib/libQtScript.a)d000071.o
(c:/KDE/bin/../lib/libQtScript.a)d000317.o
(c:/KDE/bin/../lib/libQtScript.a)d000022.o
(c:/KDE/bin/../lib/libQtScript.a)d000049.o
(c:/KDE/bin/../lib/libQtScript.a)d000103.o
(c:/KDE/bin/../lib/libQtScript.a)d000070.o
(c:/KDE/bin/../lib/libQtScript.a)d000324.o
(c:/KDE/bin/../lib/libQtScript.a)d000321.o
(c:/KDE/bin/../lib/libQtScript.a)d000303.o
(c:/KDE/bin/../lib/libQtScript.a)d000120.o
(c:/KDE/bin/../lib/libQtScript.a)d000272.o
(c:/KDE/bin/../lib/libQtScript.a)d000000.o
(c:/KDE/bin/../lib/libQtScript.a)d000399.o
attempt to open c:/KDE/bin/../lib/libQtScriptTools.dll.a failed
attempt to open c:/KDE/bin/../lib/QtScriptTools.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtScriptTools.a succeeded
(c:/KDE/bin/../lib/libQtScriptTools.a)d000011.o
(c:/KDE/bin/../lib/libQtScriptTools.a)d000010.o
(c:/KDE/bin/../lib/libQtScriptTools.a)d000014.o
(c:/KDE/bin/../lib/libQtScriptTools.a)d000000.o
(c:/KDE/bin/../lib/libQtScriptTools.a)d000023.o
attempt to open c:/KDE/bin/../lib/libQtXml.dll.a failed
attempt to open c:/KDE/bin/../lib/QtXml.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtXml.a succeeded
(c:/KDE/bin/../lib/libQtXml.a)d000536.o
(c:/KDE/bin/../lib/libQtXml.a)d000414.o
(c:/KDE/bin/../lib/libQtXml.a)d000420.o
(c:/KDE/bin/../lib/libQtXml.a)d000548.o
(c:/KDE/bin/../lib/libQtXml.a)d000399.o
(c:/KDE/bin/../lib/libQtXml.a)d000544.o
(c:/KDE/bin/../lib/libQtXml.a)d000400.o
(c:/KDE/bin/../lib/libQtXml.a)d000398.o
(c:/KDE/bin/../lib/libQtXml.a)d000570.o
(c:/KDE/bin/../lib/libQtXml.a)d000587.o
(c:/KDE/bin/../lib/libQtXml.a)d000419.o
(c:/KDE/bin/../lib/libQtXml.a)d000077.o
(c:/KDE/bin/../lib/libQtXml.a)d000228.o
(c:/KDE/bin/../lib/libQtXml.a)d000209.o
(c:/KDE/bin/../lib/libQtXml.a)d000220.o
(c:/KDE/bin/../lib/libQtXml.a)d000217.o
(c:/KDE/bin/../lib/libQtXml.a)d000206.o
(c:/KDE/bin/../lib/libQtXml.a)d000234.o
(c:/KDE/bin/../lib/libQtXml.a)d000189.o
(c:/KDE/bin/../lib/libQtXml.a)d000184.o
(c:/KDE/bin/../lib/libQtXml.a)d000494.o
(c:/KDE/bin/../lib/libQtXml.a)d000183.o
(c:/KDE/bin/../lib/libQtXml.a)d000492.o
(c:/KDE/bin/../lib/libQtXml.a)d000170.o
(c:/KDE/bin/../lib/libQtXml.a)d000495.o
(c:/KDE/bin/../lib/libQtXml.a)d000195.o
(c:/KDE/bin/../lib/libQtXml.a)d000475.o
(c:/KDE/bin/../lib/libQtXml.a)d000477.o
(c:/KDE/bin/../lib/libQtXml.a)d000472.o
(c:/KDE/bin/../lib/libQtXml.a)d000319.o
(c:/KDE/bin/../lib/libQtXml.a)d000314.o
(c:/KDE/bin/../lib/libQtXml.a)d000313.o
(c:/KDE/bin/../lib/libQtXml.a)d000172.o
(c:/KDE/bin/../lib/libQtXml.a)d000478.o
(c:/KDE/bin/../lib/libQtXml.a)d000493.o
(c:/KDE/bin/../lib/libQtXml.a)d000471.o
(c:/KDE/bin/../lib/libQtXml.a)d000213.o
(c:/KDE/bin/../lib/libQtXml.a)d000207.o
(c:/KDE/bin/../lib/libQtXml.a)d000204.o
(c:/KDE/bin/../lib/libQtXml.a)d000205.o
(c:/KDE/bin/../lib/libQtXml.a)d000200.o
(c:/KDE/bin/../lib/libQtXml.a)d000000.o
(c:/KDE/bin/../lib/libQtXml.a)d000635.o
attempt to open c:/KDE/bin/../lib/libQtGui.dll.a failed
attempt to open c:/KDE/bin/../lib/QtGui.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtGui.a succeeded
(c:/KDE/bin/../lib/libQtGui.a)d001673.o
(c:/KDE/bin/../lib/libQtGui.a)d010915.o
(c:/KDE/bin/../lib/libQtGui.a)d001621.o
(c:/KDE/bin/../lib/libQtGui.a)d001632.o
(c:/KDE/bin/../lib/libQtGui.a)d001638.o
(c:/KDE/bin/../lib/libQtGui.a)d001684.o
(c:/KDE/bin/../lib/libQtGui.a)d009309.o
(c:/KDE/bin/../lib/libQtGui.a)d009310.o
(c:/KDE/bin/../lib/libQtGui.a)d009317.o
(c:/KDE/bin/../lib/libQtGui.a)d001710.o
(c:/KDE/bin/../lib/libQtGui.a)d003884.o
(c:/KDE/bin/../lib/libQtGui.a)d000688.o
(c:/KDE/bin/../lib/libQtGui.a)d006288.o
(c:/KDE/bin/../lib/libQtGui.a)d010662.o
(c:/KDE/bin/../lib/libQtGui.a)d001679.o
(c:/KDE/bin/../lib/libQtGui.a)d001077.o
(c:/KDE/bin/../lib/libQtGui.a)d001080.o
(c:/KDE/bin/../lib/libQtGui.a)d005921.o
(c:/KDE/bin/../lib/libQtGui.a)d001628.o
(c:/KDE/bin/../lib/libQtGui.a)d005930.o
(c:/KDE/bin/../lib/libQtGui.a)d001707.o
(c:/KDE/bin/../lib/libQtGui.a)d000683.o
(c:/KDE/bin/../lib/libQtGui.a)d000684.o
(c:/KDE/bin/../lib/libQtGui.a)d001072.o
(c:/KDE/bin/../lib/libQtGui.a)d009316.o
(c:/KDE/bin/../lib/libQtGui.a)d010905.o
(c:/KDE/bin/../lib/libQtGui.a)d006635.o
(c:/KDE/bin/../lib/libQtGui.a)d010870.o
(c:/KDE/bin/../lib/libQtGui.a)d006128.o
(c:/KDE/bin/../lib/libQtGui.a)d010583.o
(c:/KDE/bin/../lib/libQtGui.a)d006148.o
(c:/KDE/bin/../lib/libQtGui.a)d006734.o
(c:/KDE/bin/../lib/libQtGui.a)d006744.o
(c:/KDE/bin/../lib/libQtGui.a)d001027.o
(c:/KDE/bin/../lib/libQtGui.a)d007186.o
(c:/KDE/bin/../lib/libQtGui.a)d007188.o
(c:/KDE/bin/../lib/libQtGui.a)d007175.o
(c:/KDE/bin/../lib/libQtGui.a)d010855.o
(c:/KDE/bin/../lib/libQtGui.a)d006622.o
(c:/KDE/bin/../lib/libQtGui.a)d006311.o
(c:/KDE/bin/../lib/libQtGui.a)d006299.o
(c:/KDE/bin/../lib/libQtGui.a)d006295.o
(c:/KDE/bin/../lib/libQtGui.a)d006320.o
(c:/KDE/bin/../lib/libQtGui.a)d010921.o
(c:/KDE/bin/../lib/libQtGui.a)d006649.o
(c:/KDE/bin/../lib/libQtGui.a)d010655.o
(c:/KDE/bin/../lib/libQtGui.a)d005947.o
(c:/KDE/bin/../lib/libQtGui.a)d011372.o
(c:/KDE/bin/../lib/libQtGui.a)d009239.o
(c:/KDE/bin/../lib/libQtGui.a)d010663.o
(c:/KDE/bin/../lib/libQtGui.a)d005891.o
(c:/KDE/bin/../lib/libQtGui.a)d006296.o
(c:/KDE/bin/../lib/libQtGui.a)d005904.o
(c:/KDE/bin/../lib/libQtGui.a)d006764.o
(c:/KDE/bin/../lib/libQtGui.a)d006278.o
(c:/KDE/bin/../lib/libQtGui.a)d006268.o
(c:/KDE/bin/../lib/libQtGui.a)d006309.o
(c:/KDE/bin/../lib/libQtGui.a)d006646.o
(c:/KDE/bin/../lib/libQtGui.a)d010669.o
(c:/KDE/bin/../lib/libQtGui.a)d006304.o
(c:/KDE/bin/../lib/libQtGui.a)d006279.o
(c:/KDE/bin/../lib/libQtGui.a)d006271.o
(c:/KDE/bin/../lib/libQtGui.a)d001887.o
(c:/KDE/bin/../lib/libQtGui.a)d006277.o
(c:/KDE/bin/../lib/libQtGui.a)d001896.o
(c:/KDE/bin/../lib/libQtGui.a)d006740.o
(c:/KDE/bin/../lib/libQtGui.a)d006670.o
(c:/KDE/bin/../lib/libQtGui.a)d000645.o
(c:/KDE/bin/../lib/libQtGui.a)d011121.o
(c:/KDE/bin/../lib/libQtGui.a)d001040.o
(c:/KDE/bin/../lib/libQtGui.a)d005982.o
(c:/KDE/bin/../lib/libQtGui.a)d008762.o
(c:/KDE/bin/../lib/libQtGui.a)d006282.o
(c:/KDE/bin/../lib/libQtGui.a)d005975.o
(c:/KDE/bin/../lib/libQtGui.a)d010453.o
(c:/KDE/bin/../lib/libQtGui.a)d008332.o
(c:/KDE/bin/../lib/libQtGui.a)d000299.o
(c:/KDE/bin/../lib/libQtGui.a)d001047.o
(c:/KDE/bin/../lib/libQtGui.a)d001890.o
(c:/KDE/bin/../lib/libQtGui.a)d001898.o
(c:/KDE/bin/../lib/libQtGui.a)d006702.o
(c:/KDE/bin/../lib/libQtGui.a)d003653.o
(c:/KDE/bin/../lib/libQtGui.a)d003639.o
(c:/KDE/bin/../lib/libQtGui.a)d001872.o
(c:/KDE/bin/../lib/libQtGui.a)d001869.o
(c:/KDE/bin/../lib/libQtGui.a)d001083.o
(c:/KDE/bin/../lib/libQtGui.a)d001870.o
(c:/KDE/bin/../lib/libQtGui.a)d001871.o
(c:/KDE/bin/../lib/libQtGui.a)d008464.o
(c:/KDE/bin/../lib/libQtGui.a)d007673.o
(c:/KDE/bin/../lib/libQtGui.a)d001338.o
(c:/KDE/bin/../lib/libQtGui.a)d001348.o
(c:/KDE/bin/../lib/libQtGui.a)d001346.o
(c:/KDE/bin/../lib/libQtGui.a)d011346.o
(c:/KDE/bin/../lib/libQtGui.a)d010857.o
(c:/KDE/bin/../lib/libQtGui.a)d010871.o
(c:/KDE/bin/../lib/libQtGui.a)d011362.o
(c:/KDE/bin/../lib/libQtGui.a)d001303.o
(c:/KDE/bin/../lib/libQtGui.a)d006269.o
(c:/KDE/bin/../lib/libQtGui.a)d001315.o
(c:/KDE/bin/../lib/libQtGui.a)d008456.o
(c:/KDE/bin/../lib/libQtGui.a)d008455.o
(c:/KDE/bin/../lib/libQtGui.a)d007687.o
(c:/KDE/bin/../lib/libQtGui.a)d001319.o
(c:/KDE/bin/../lib/libQtGui.a)d008449.o
(c:/KDE/bin/../lib/libQtGui.a)d001317.o
(c:/KDE/bin/../lib/libQtGui.a)d008468.o
(c:/KDE/bin/../lib/libQtGui.a)d001316.o
(c:/KDE/bin/../lib/libQtGui.a)d001326.o
(c:/KDE/bin/../lib/libQtGui.a)d000742.o
(c:/KDE/bin/../lib/libQtGui.a)d006755.o
(c:/KDE/bin/../lib/libQtGui.a)d010431.o
(c:/KDE/bin/../lib/libQtGui.a)d005871.o
(c:/KDE/bin/../lib/libQtGui.a)d009987.o
(c:/KDE/bin/../lib/libQtGui.a)d009484.o
(c:/KDE/bin/../lib/libQtGui.a)d011340.o
(c:/KDE/bin/../lib/libQtGui.a)d003389.o
(c:/KDE/bin/../lib/libQtGui.a)d007706.o
(c:/KDE/bin/../lib/libQtGui.a)d009236.o
(c:/KDE/bin/../lib/libQtGui.a)d009255.o
(c:/KDE/bin/../lib/libQtGui.a)d001336.o
(c:/KDE/bin/../lib/libQtGui.a)d008034.o
(c:/KDE/bin/../lib/libQtGui.a)d009273.o
(c:/KDE/bin/../lib/libQtGui.a)d011371.o
(c:/KDE/bin/../lib/libQtGui.a)d001044.o
(c:/KDE/bin/../lib/libQtGui.a)d010654.o
(c:/KDE/bin/../lib/libQtGui.a)d010666.o
(c:/KDE/bin/../lib/libQtGui.a)d006301.o
(c:/KDE/bin/../lib/libQtGui.a)d008454.o
(c:/KDE/bin/../lib/libQtGui.a)d008639.o
(c:/KDE/bin/../lib/libQtGui.a)d001333.o
(c:/KDE/bin/../lib/libQtGui.a)d001331.o
(c:/KDE/bin/../lib/libQtGui.a)d007986.o
(c:/KDE/bin/../lib/libQtGui.a)d000355.o
(c:/KDE/bin/../lib/libQtGui.a)d007733.o
(c:/KDE/bin/../lib/libQtGui.a)d007663.o
(c:/KDE/bin/../lib/libQtGui.a)d007658.o
(c:/KDE/bin/../lib/libQtGui.a)d000351.o
(c:/KDE/bin/../lib/libQtGui.a)d002185.o
(c:/KDE/bin/../lib/libQtGui.a)d008010.o
(c:/KDE/bin/../lib/libQtGui.a)d000884.o
(c:/KDE/bin/../lib/libQtGui.a)d000918.o
(c:/KDE/bin/../lib/libQtGui.a)d008007.o
(c:/KDE/bin/../lib/libQtGui.a)d004095.o
(c:/KDE/bin/../lib/libQtGui.a)d004081.o
(c:/KDE/bin/../lib/libQtGui.a)d004075.o
(c:/KDE/bin/../lib/libQtGui.a)d004010.o
(c:/KDE/bin/../lib/libQtGui.a)d002176.o
(c:/KDE/bin/../lib/libQtGui.a)d000407.o
(c:/KDE/bin/../lib/libQtGui.a)d002151.o
(c:/KDE/bin/../lib/libQtGui.a)d011187.o
(c:/KDE/bin/../lib/libQtGui.a)d011180.o
(c:/KDE/bin/../lib/libQtGui.a)d007308.o
(c:/KDE/bin/../lib/libQtGui.a)d009244.o
(c:/KDE/bin/../lib/libQtGui.a)d009265.o
(c:/KDE/bin/../lib/libQtGui.a)d009264.o
(c:/KDE/bin/../lib/libQtGui.a)d006178.o
(c:/KDE/bin/../lib/libQtGui.a)d008447.o
(c:/KDE/bin/../lib/libQtGui.a)d001837.o
(c:/KDE/bin/../lib/libQtGui.a)d009278.o
(c:/KDE/bin/../lib/libQtGui.a)d008041.o
(c:/KDE/bin/../lib/libQtGui.a)d010672.o
(c:/KDE/bin/../lib/libQtGui.a)d006682.o
(c:/KDE/bin/../lib/libQtGui.a)d007989.o
(c:/KDE/bin/../lib/libQtGui.a)d000322.o
(c:/KDE/bin/../lib/libQtGui.a)d005978.o
(c:/KDE/bin/../lib/libQtGui.a)d011348.o
(c:/KDE/bin/../lib/libQtGui.a)d001777.o
(c:/KDE/bin/../lib/libQtGui.a)d008686.o
(c:/KDE/bin/../lib/libQtGui.a)d001783.o
(c:/KDE/bin/../lib/libQtGui.a)d008453.o
(c:/KDE/bin/../lib/libQtGui.a)d006379.o
(c:/KDE/bin/../lib/libQtGui.a)d009474.o
(c:/KDE/bin/../lib/libQtGui.a)d006397.o
(c:/KDE/bin/../lib/libQtGui.a)d011114.o
(c:/KDE/bin/../lib/libQtGui.a)d001672.o
(c:/KDE/bin/../lib/libQtGui.a)d005988.o
(c:/KDE/bin/../lib/libQtGui.a)d005967.o
(c:/KDE/bin/../lib/libQtGui.a)d002806.o
(c:/KDE/bin/../lib/libQtGui.a)d005995.o
(c:/KDE/bin/../lib/libQtGui.a)d011270.o
(c:/KDE/bin/../lib/libQtGui.a)d011361.o
(c:/KDE/bin/../lib/libQtGui.a)d001376.o
(c:/KDE/bin/../lib/libQtGui.a)d001372.o
(c:/KDE/bin/../lib/libQtGui.a)d010925.o
(c:/KDE/bin/../lib/libQtGui.a)d011037.o
(c:/KDE/bin/../lib/libQtGui.a)d010477.o
(c:/KDE/bin/../lib/libQtGui.a)d001363.o
(c:/KDE/bin/../lib/libQtGui.a)d007682.o
(c:/KDE/bin/../lib/libQtGui.a)d001318.o
(c:/KDE/bin/../lib/libQtGui.a)d007480.o
(c:/KDE/bin/../lib/libQtGui.a)d001337.o
(c:/KDE/bin/../lib/libQtGui.a)d006760.o
(c:/KDE/bin/../lib/libQtGui.a)d005923.o
(c:/KDE/bin/../lib/libQtGui.a)d006665.o
(c:/KDE/bin/../lib/libQtGui.a)d006715.o
(c:/KDE/bin/../lib/libQtGui.a)d006675.o
(c:/KDE/bin/../lib/libQtGui.a)d006727.o
(c:/KDE/bin/../lib/libQtGui.a)d005914.o
(c:/KDE/bin/../lib/libQtGui.a)d006297.o
(c:/KDE/bin/../lib/libQtGui.a)d006275.o
(c:/KDE/bin/../lib/libQtGui.a)d006777.o
(c:/KDE/bin/../lib/libQtGui.a)d010846.o
(c:/KDE/bin/../lib/libQtGui.a)d006663.o
(c:/KDE/bin/../lib/libQtGui.a)d001544.o
(c:/KDE/bin/../lib/libQtGui.a)d006418.o
(c:/KDE/bin/../lib/libQtGui.a)d007637.o
(c:/KDE/bin/../lib/libQtGui.a)d007625.o
(c:/KDE/bin/../lib/libQtGui.a)d006349.o
(c:/KDE/bin/../lib/libQtGui.a)d010700.o
(c:/KDE/bin/../lib/libQtGui.a)d009993.o
(c:/KDE/bin/../lib/libQtGui.a)d006361.o
(c:/KDE/bin/../lib/libQtGui.a)d006076.o
(c:/KDE/bin/../lib/libQtGui.a)d006078.o
(c:/KDE/bin/../lib/libQtGui.a)d007686.o
(c:/KDE/bin/../lib/libQtGui.a)d007634.o
(c:/KDE/bin/../lib/libQtGui.a)d000358.o
(c:/KDE/bin/../lib/libQtGui.a)d000347.o
(c:/KDE/bin/../lib/libQtGui.a)d006079.o
(c:/KDE/bin/../lib/libQtGui.a)d002827.o
(c:/KDE/bin/../lib/libQtGui.a)d007698.o
(c:/KDE/bin/../lib/libQtGui.a)d000089.o
(c:/KDE/bin/../lib/libQtGui.a)d007492.o
(c:/KDE/bin/../lib/libQtGui.a)d007045.o
(c:/KDE/bin/../lib/libQtGui.a)d006035.o
(c:/KDE/bin/../lib/libQtGui.a)d006009.o
(c:/KDE/bin/../lib/libQtGui.a)d006004.o
(c:/KDE/bin/../lib/libQtGui.a)d006026.o
(c:/KDE/bin/../lib/libQtGui.a)d007035.o
(c:/KDE/bin/../lib/libQtGui.a)d006619.o
(c:/KDE/bin/../lib/libQtGui.a)d005898.o
(c:/KDE/bin/../lib/libQtGui.a)d001026.o
(c:/KDE/bin/../lib/libQtGui.a)d006911.o
(c:/KDE/bin/../lib/libQtGui.a)d001004.o
(c:/KDE/bin/../lib/libQtGui.a)d007198.o
(c:/KDE/bin/../lib/libQtGui.a)d006664.o
(c:/KDE/bin/../lib/libQtGui.a)d007184.o
(c:/KDE/bin/../lib/libQtGui.a)d001001.o
(c:/KDE/bin/../lib/libQtGui.a)d000312.o
(c:/KDE/bin/../lib/libQtGui.a)d001011.o
(c:/KDE/bin/../lib/libQtGui.a)d007176.o
(c:/KDE/bin/../lib/libQtGui.a)d007054.o
(c:/KDE/bin/../lib/libQtGui.a)d006627.o
(c:/KDE/bin/../lib/libQtGui.a)d010864.o
(c:/KDE/bin/../lib/libQtGui.a)d007725.o
(c:/KDE/bin/../lib/libQtGui.a)d011182.o
(c:/KDE/bin/../lib/libQtGui.a)d011166.o
(c:/KDE/bin/../lib/libQtGui.a)d011164.o
(c:/KDE/bin/../lib/libQtGui.a)d000300.o
(c:/KDE/bin/../lib/libQtGui.a)d008462.o
(c:/KDE/bin/../lib/libQtGui.a)d001652.o
(c:/KDE/bin/../lib/libQtGui.a)d001665.o
(c:/KDE/bin/../lib/libQtGui.a)d001036.o
(c:/KDE/bin/../lib/libQtGui.a)d010887.o
(c:/KDE/bin/../lib/libQtGui.a)d001649.o
(c:/KDE/bin/../lib/libQtGui.a)d005855.o
(c:/KDE/bin/../lib/libQtGui.a)d005846.o
(c:/KDE/bin/../lib/libQtGui.a)d006485.o
(c:/KDE/bin/../lib/libQtGui.a)d005854.o
(c:/KDE/bin/../lib/libQtGui.a)d010772.o
(c:/KDE/bin/../lib/libQtGui.a)d005843.o
(c:/KDE/bin/../lib/libQtGui.a)d005853.o
(c:/KDE/bin/../lib/libQtGui.a)d006502.o
(c:/KDE/bin/../lib/libQtGui.a)d010914.o
(c:/KDE/bin/../lib/libQtGui.a)d010642.o
(c:/KDE/bin/../lib/libQtGui.a)d005932.o
(c:/KDE/bin/../lib/libQtGui.a)d006346.o
(c:/KDE/bin/../lib/libQtGui.a)d007722.o
(c:/KDE/bin/../lib/libQtGui.a)d001090.o
(c:/KDE/bin/../lib/libQtGui.a)d008347.o
(c:/KDE/bin/../lib/libQtGui.a)d003325.o
(c:/KDE/bin/../lib/libQtGui.a)d001068.o
(c:/KDE/bin/../lib/libQtGui.a)d001101.o
(c:/KDE/bin/../lib/libQtGui.a)d001596.o
(c:/KDE/bin/../lib/libQtGui.a)d007324.o
(c:/KDE/bin/../lib/libQtGui.a)d007277.o
(c:/KDE/bin/../lib/libQtGui.a)d006650.o
(c:/KDE/bin/../lib/libQtGui.a)d006724.o
(c:/KDE/bin/../lib/libQtGui.a)d006184.o
(c:/KDE/bin/../lib/libQtGui.a)d000305.o
(c:/KDE/bin/../lib/libQtGui.a)d006077.o
(c:/KDE/bin/../lib/libQtGui.a)d001605.o
(c:/KDE/bin/../lib/libQtGui.a)d007335.o
(c:/KDE/bin/../lib/libQtGui.a)d007289.o
(c:/KDE/bin/../lib/libQtGui.a)d006677.o
(c:/KDE/bin/../lib/libQtGui.a)d007197.o
(c:/KDE/bin/../lib/libQtGui.a)d001693.o
(c:/KDE/bin/../lib/libQtGui.a)d005990.o
(c:/KDE/bin/../lib/libQtGui.a)d005935.o
(c:/KDE/bin/../lib/libQtGui.a)d005896.o
(c:/KDE/bin/../lib/libQtGui.a)d005860.o
(c:/KDE/bin/../lib/libQtGui.a)d006719.o
(c:/KDE/bin/../lib/libQtGui.a)d001601.o
(c:/KDE/bin/../lib/libQtGui.a)d001889.o
(c:/KDE/bin/../lib/libQtGui.a)d005983.o
(c:/KDE/bin/../lib/libQtGui.a)d011130.o
(c:/KDE/bin/../lib/libQtGui.a)d001012.o
(c:/KDE/bin/../lib/libQtGui.a)d008144.o
(c:/KDE/bin/../lib/libQtGui.a)d010869.o
(c:/KDE/bin/../lib/libQtGui.a)d008331.o
(c:/KDE/bin/../lib/libQtGui.a)d011352.o
(c:/KDE/bin/../lib/libQtGui.a)d006691.o
(c:/KDE/bin/../lib/libQtGui.a)d001010.o
(c:/KDE/bin/../lib/libQtGui.a)d009988.o
(c:/KDE/bin/../lib/libQtGui.a)d001088.o
(c:/KDE/bin/../lib/libQtGui.a)d001065.o
(c:/KDE/bin/../lib/libQtGui.a)d008340.o
(c:/KDE/bin/../lib/libQtGui.a)d010897.o
(c:/KDE/bin/../lib/libQtGui.a)d008878.o
(c:/KDE/bin/../lib/libQtGui.a)d008879.o
(c:/KDE/bin/../lib/libQtGui.a)d007691.o
(c:/KDE/bin/../lib/libQtGui.a)d007723.o
(c:/KDE/bin/../lib/libQtGui.a)d008689.o
(c:/KDE/bin/../lib/libQtGui.a)d007656.o
(c:/KDE/bin/../lib/libQtGui.a)d010866.o
(c:/KDE/bin/../lib/libQtGui.a)d004583.o
(c:/KDE/bin/../lib/libQtGui.a)d006749.o
(c:/KDE/bin/../lib/libQtGui.a)d006745.o
(c:/KDE/bin/../lib/libQtGui.a)d006747.o
(c:/KDE/bin/../lib/libQtGui.a)d007676.o
(c:/KDE/bin/../lib/libQtGui.a)d011249.o
(c:/KDE/bin/../lib/libQtGui.a)d001325.o
(c:/KDE/bin/../lib/libQtGui.a)d007668.o
(c:/KDE/bin/../lib/libQtGui.a)d000144.o
(c:/KDE/bin/../lib/libQtGui.a)d007660.o
(c:/KDE/bin/../lib/libQtGui.a)d007651.o
(c:/KDE/bin/../lib/libQtGui.a)d007709.o
(c:/KDE/bin/../lib/libQtGui.a)d008037.o
(c:/KDE/bin/../lib/libQtGui.a)d006785.o
(c:/KDE/bin/../lib/libQtGui.a)d007022.o
(c:/KDE/bin/../lib/libQtGui.a)d006062.o
(c:/KDE/bin/../lib/libQtGui.a)d006999.o
(c:/KDE/bin/../lib/libQtGui.a)d009267.o
(c:/KDE/bin/../lib/libQtGui.a)d009246.o
(c:/KDE/bin/../lib/libQtGui.a)d008692.o
(c:/KDE/bin/../lib/libQtGui.a)d006992.o
(c:/KDE/bin/../lib/libQtGui.a)d008033.o
(c:/KDE/bin/../lib/libQtGui.a)d009261.o
(c:/KDE/bin/../lib/libQtGui.a)d007026.o
(c:/KDE/bin/../lib/libQtGui.a)d007743.o
(c:/KDE/bin/../lib/libQtGui.a)d003754.o
(c:/KDE/bin/../lib/libQtGui.a)d001377.o
(c:/KDE/bin/../lib/libQtGui.a)d007703.o
(c:/KDE/bin/../lib/libQtGui.a)d007926.o
(c:/KDE/bin/../lib/libQtGui.a)d007922.o
(c:/KDE/bin/../lib/libQtGui.a)d002780.o
(c:/KDE/bin/../lib/libQtGui.a)d004477.o
(c:/KDE/bin/../lib/libQtGui.a)d004481.o
(c:/KDE/bin/../lib/libQtGui.a)d000140.o
(c:/KDE/bin/../lib/libQtGui.a)d007730.o
(c:/KDE/bin/../lib/libQtGui.a)d011339.o
(c:/KDE/bin/../lib/libQtGui.a)d007900.o
(c:/KDE/bin/../lib/libQtGui.a)d000115.o
(c:/KDE/bin/../lib/libQtGui.a)d007697.o
(c:/KDE/bin/../lib/libQtGui.a)d010538.o
(c:/KDE/bin/../lib/libQtGui.a)d003378.o
(c:/KDE/bin/../lib/libQtGui.a)d007678.o
(c:/KDE/bin/../lib/libQtGui.a)d001653.o
(c:/KDE/bin/../lib/libQtGui.a)d005852.o
(c:/KDE/bin/../lib/libQtGui.a)d010403.o
(c:/KDE/bin/../lib/libQtGui.a)d010867.o
(c:/KDE/bin/../lib/libQtGui.a)d001656.o
(c:/KDE/bin/../lib/libQtGui.a)d007684.o
(c:/KDE/bin/../lib/libQtGui.a)d007924.o
(c:/KDE/bin/../lib/libQtGui.a)d004464.o
(c:/KDE/bin/../lib/libQtGui.a)d007923.o
(c:/KDE/bin/../lib/libQtGui.a)d009950.o
(c:/KDE/bin/../lib/libQtGui.a)d007912.o
(c:/KDE/bin/../lib/libQtGui.a)d009218.o
(c:/KDE/bin/../lib/libQtGui.a)d009942.o
(c:/KDE/bin/../lib/libQtGui.a)d007918.o
(c:/KDE/bin/../lib/libQtGui.a)d007909.o
(c:/KDE/bin/../lib/libQtGui.a)d000128.o
(c:/KDE/bin/../lib/libQtGui.a)d007719.o
(c:/KDE/bin/../lib/libQtGui.a)d000137.o
(c:/KDE/bin/../lib/libQtGui.a)d007716.o
(c:/KDE/bin/../lib/libQtGui.a)d005952.o
(c:/KDE/bin/../lib/libQtGui.a)d007737.o
(c:/KDE/bin/../lib/libQtGui.a)d006780.o
(c:/KDE/bin/../lib/libQtGui.a)d000146.o
(c:/KDE/bin/../lib/libQtGui.a)d000132.o
(c:/KDE/bin/../lib/libQtGui.a)d000134.o
(c:/KDE/bin/../lib/libQtGui.a)d006031.o
(c:/KDE/bin/../lib/libQtGui.a)d010501.o
(c:/KDE/bin/../lib/libQtGui.a)d011358.o
(c:/KDE/bin/../lib/libQtGui.a)d010845.o
(c:/KDE/bin/../lib/libQtGui.a)d006631.o
(c:/KDE/bin/../lib/libQtGui.a)d006630.o
(c:/KDE/bin/../lib/libQtGui.a)d006738.o
(c:/KDE/bin/../lib/libQtGui.a)d010923.o
(c:/KDE/bin/../lib/libQtGui.a)d006621.o
(c:/KDE/bin/../lib/libQtGui.a)d010894.o
(c:/KDE/bin/../lib/libQtGui.a)d010886.o
(c:/KDE/bin/../lib/libQtGui.a)d010912.o
(c:/KDE/bin/../lib/libQtGui.a)d010931.o
(c:/KDE/bin/../lib/libQtGui.a)d010861.o
(c:/KDE/bin/../lib/libQtGui.a)d006688.o
(c:/KDE/bin/../lib/libQtGui.a)d006704.o
(c:/KDE/bin/../lib/libQtGui.a)d006726.o
(c:/KDE/bin/../lib/libQtGui.a)d006674.o
(c:/KDE/bin/../lib/libQtGui.a)d006625.o
(c:/KDE/bin/../lib/libQtGui.a)d006659.o
(c:/KDE/bin/../lib/libQtGui.a)d006686.o
(c:/KDE/bin/../lib/libQtGui.a)d006642.o
(c:/KDE/bin/../lib/libQtGui.a)d006657.o
(c:/KDE/bin/../lib/libQtGui.a)d006614.o
(c:/KDE/bin/../lib/libQtGui.a)d006616.o
(c:/KDE/bin/../lib/libQtGui.a)d006770.o
(c:/KDE/bin/../lib/libQtGui.a)d006632.o
(c:/KDE/bin/../lib/libQtGui.a)d006613.o
(c:/KDE/bin/../lib/libQtGui.a)d006695.o
(c:/KDE/bin/../lib/libQtGui.a)d006638.o
(c:/KDE/bin/../lib/libQtGui.a)d006626.o
(c:/KDE/bin/../lib/libQtGui.a)d006671.o
(c:/KDE/bin/../lib/libQtGui.a)d006655.o
(c:/KDE/bin/../lib/libQtGui.a)d006672.o
(c:/KDE/bin/../lib/libQtGui.a)d006766.o
(c:/KDE/bin/../lib/libQtGui.a)d006776.o
(c:/KDE/bin/../lib/libQtGui.a)d006769.o
(c:/KDE/bin/../lib/libQtGui.a)d006763.o
(c:/KDE/bin/../lib/libQtGui.a)d010919.o
(c:/KDE/bin/../lib/libQtGui.a)d006696.o
(c:/KDE/bin/../lib/libQtGui.a)d010896.o
(c:/KDE/bin/../lib/libQtGui.a)d006716.o
(c:/KDE/bin/../lib/libQtGui.a)d006637.o
(c:/KDE/bin/../lib/libQtGui.a)d006656.o
(c:/KDE/bin/../lib/libQtGui.a)d006660.o
(c:/KDE/bin/../lib/libQtGui.a)d006615.o
(c:/KDE/bin/../lib/libQtGui.a)d006729.o
(c:/KDE/bin/../lib/libQtGui.a)d006673.o
(c:/KDE/bin/../lib/libQtGui.a)d012108.o
(c:/KDE/bin/../lib/libQtGui.a)d012105.o
(c:/KDE/bin/../lib/libQtGui.a)d012106.o
(c:/KDE/bin/../lib/libQtGui.a)d012109.o
(c:/KDE/bin/../lib/libQtGui.a)d012107.o
(c:/KDE/bin/../lib/libQtGui.a)d004505.o
(c:/KDE/bin/../lib/libQtGui.a)d004511.o
(c:/KDE/bin/../lib/libQtGui.a)d009953.o
(c:/KDE/bin/../lib/libQtGui.a)d009958.o
(c:/KDE/bin/../lib/libQtGui.a)d006030.o
(c:/KDE/bin/../lib/libQtGui.a)d006069.o
(c:/KDE/bin/../lib/libQtGui.a)d003750.o
(c:/KDE/bin/../lib/libQtGui.a)d004517.o
(c:/KDE/bin/../lib/libQtGui.a)d010528.o
(c:/KDE/bin/../lib/libQtGui.a)d004522.o
(c:/KDE/bin/../lib/libQtGui.a)d001539.o
(c:/KDE/bin/../lib/libQtGui.a)d001536.o
(c:/KDE/bin/../lib/libQtGui.a)d007798.o
(c:/KDE/bin/../lib/libQtGui.a)d001529.o
(c:/KDE/bin/../lib/libQtGui.a)d000658.o
(c:/KDE/bin/../lib/libQtGui.a)d000655.o
(c:/KDE/bin/../lib/libQtGui.a)d000643.o
(c:/KDE/bin/../lib/libQtGui.a)d011433.o
(c:/KDE/bin/../lib/libQtGui.a)d004103.o
(c:/KDE/bin/../lib/libQtGui.a)d000651.o
(c:/KDE/bin/../lib/libQtGui.a)d008597.o
(c:/KDE/bin/../lib/libQtGui.a)d003778.o
(c:/KDE/bin/../lib/libQtGui.a)d003774.o
(c:/KDE/bin/../lib/libQtGui.a)d006007.o
(c:/KDE/bin/../lib/libQtGui.a)d001491.o
(c:/KDE/bin/../lib/libQtGui.a)d003776.o
(c:/KDE/bin/../lib/libQtGui.a)d003781.o
(c:/KDE/bin/../lib/libQtGui.a)d003784.o
(c:/KDE/bin/../lib/libQtGui.a)d009621.o
(c:/KDE/bin/../lib/libQtGui.a)d001511.o
(c:/KDE/bin/../lib/libQtGui.a)d001505.o
(c:/KDE/bin/../lib/libQtGui.a)d001261.o
(c:/KDE/bin/../lib/libQtGui.a)d006736.o
(c:/KDE/bin/../lib/libQtGui.a)d002013.o
(c:/KDE/bin/../lib/libQtGui.a)d002020.o
(c:/KDE/bin/../lib/libQtGui.a)d002017.o
(c:/KDE/bin/../lib/libQtGui.a)d008806.o
(c:/KDE/bin/../lib/libQtGui.a)d001259.o
(c:/KDE/bin/../lib/libQtGui.a)d006771.o
(c:/KDE/bin/../lib/libQtGui.a)d010872.o
(c:/KDE/bin/../lib/libQtGui.a)d006150.o
(c:/KDE/bin/../lib/libQtGui.a)d006132.o
(c:/KDE/bin/../lib/libQtGui.a)d006082.o
(c:/KDE/bin/../lib/libQtGui.a)d007009.o
(c:/KDE/bin/../lib/libQtGui.a)d006949.o
(c:/KDE/bin/../lib/libQtGui.a)d006975.o
(c:/KDE/bin/../lib/libQtGui.a)d006980.o
(c:/KDE/bin/../lib/libQtGui.a)d007005.o
(c:/KDE/bin/../lib/libQtGui.a)d006989.o
(c:/KDE/bin/../lib/libQtGui.a)d006196.o
(c:/KDE/bin/../lib/libQtGui.a)d006189.o
(c:/KDE/bin/../lib/libQtGui.a)d010904.o
(c:/KDE/bin/../lib/libQtGui.a)d006517.o
(c:/KDE/bin/../lib/libQtGui.a)d006758.o
(c:/KDE/bin/../lib/libQtGui.a)d006526.o
(c:/KDE/bin/../lib/libQtGui.a)d010920.o
(c:/KDE/bin/../lib/libQtGui.a)d010863.o
(c:/KDE/bin/../lib/libQtGui.a)d006683.o
(c:/KDE/bin/../lib/libQtGui.a)d007584.o
(c:/KDE/bin/../lib/libQtGui.a)d009485.o
(c:/KDE/bin/../lib/libQtGui.a)d007576.o
(c:/KDE/bin/../lib/libQtGui.a)d009486.o
(c:/KDE/bin/../lib/libQtGui.a)d009476.o
(c:/KDE/bin/../lib/libQtGui.a)d006289.o
(c:/KDE/bin/../lib/libQtGui.a)d006610.o
(c:/KDE/bin/../lib/libQtGui.a)d001993.o
(c:/KDE/bin/../lib/libQtGui.a)d002004.o
(c:/KDE/bin/../lib/libQtGui.a)d007237.o
(c:/KDE/bin/../lib/libQtGui.a)d006708.o
(c:/KDE/bin/../lib/libQtGui.a)d006170.o
(c:/KDE/bin/../lib/libQtGui.a)d006352.o
(c:/KDE/bin/../lib/libQtGui.a)d001127.o
(c:/KDE/bin/../lib/libQtGui.a)d006652.o
(c:/KDE/bin/../lib/libQtGui.a)d001725.o
(c:/KDE/bin/../lib/libQtGui.a)d011129.o
(c:/KDE/bin/../lib/libQtGui.a)d003338.o
(c:/KDE/bin/../lib/libQtGui.a)d001724.o
(c:/KDE/bin/../lib/libQtGui.a)d001258.o
(c:/KDE/bin/../lib/libQtGui.a)d001266.o
(c:/KDE/bin/../lib/libQtGui.a)d010671.o
(c:/KDE/bin/../lib/libQtGui.a)d008768.o
(c:/KDE/bin/../lib/libQtGui.a)d006623.o
(c:/KDE/bin/../lib/libQtGui.a)d001257.o
(c:/KDE/bin/../lib/libQtGui.a)d001273.o
(c:/KDE/bin/../lib/libQtGui.a)d001269.o
(c:/KDE/bin/../lib/libQtGui.a)d001000.o
(c:/KDE/bin/../lib/libQtGui.a)d000997.o
(c:/KDE/bin/../lib/libQtGui.a)d000989.o
(c:/KDE/bin/../lib/libQtGui.a)d002174.o
(c:/KDE/bin/../lib/libQtGui.a)d002141.o
(c:/KDE/bin/../lib/libQtGui.a)d002147.o
(c:/KDE/bin/../lib/libQtGui.a)d000403.o
(c:/KDE/bin/../lib/libQtGui.a)d000400.o
(c:/KDE/bin/../lib/libQtGui.a)d003780.o
(c:/KDE/bin/../lib/libQtGui.a)d004102.o
(c:/KDE/bin/../lib/libQtGui.a)d008305.o
(c:/KDE/bin/../lib/libQtGui.a)d000962.o
(c:/KDE/bin/../lib/libQtGui.a)d002173.o
(c:/KDE/bin/../lib/libQtGui.a)d002184.o
(c:/KDE/bin/../lib/libQtGui.a)d000375.o
(c:/KDE/bin/../lib/libQtGui.a)d000910.o
(c:/KDE/bin/../lib/libQtGui.a)d006618.o
(c:/KDE/bin/../lib/libQtGui.a)d005676.o
(c:/KDE/bin/../lib/libQtGui.a)d005670.o
(c:/KDE/bin/../lib/libQtGui.a)d007696.o
(c:/KDE/bin/../lib/libQtGui.a)d009681.o
(c:/KDE/bin/../lib/libQtGui.a)d003349.o
(c:/KDE/bin/../lib/libQtGui.a)d007484.o
(c:/KDE/bin/../lib/libQtGui.a)d007490.o
(c:/KDE/bin/../lib/libQtGui.a)d007466.o
(c:/KDE/bin/../lib/libQtGui.a)d000840.o
(c:/KDE/bin/../lib/libQtGui.a)d008864.o
(c:/KDE/bin/../lib/libQtGui.a)d000838.o
(c:/KDE/bin/../lib/libQtGui.a)d000654.o
(c:/KDE/bin/../lib/libQtGui.a)d007571.o
(c:/KDE/bin/../lib/libQtGui.a)d006714.o
(c:/KDE/bin/../lib/libQtGui.a)d006773.o
(c:/KDE/bin/../lib/libQtGui.a)d006386.o
(c:/KDE/bin/../lib/libQtGui.a)d000859.o
(c:/KDE/bin/../lib/libQtGui.a)d001449.o
(c:/KDE/bin/../lib/libQtGui.a)d006678.o
(c:/KDE/bin/../lib/libQtGui.a)d001435.o
(c:/KDE/bin/../lib/libQtGui.a)d001432.o
(c:/KDE/bin/../lib/libQtGui.a)d000836.o
(c:/KDE/bin/../lib/libQtGui.a)d001547.o
(c:/KDE/bin/../lib/libQtGui.a)d007258.o
(c:/KDE/bin/../lib/libQtGui.a)d003904.o
(c:/KDE/bin/../lib/libQtGui.a)d003890.o
(c:/KDE/bin/../lib/libQtGui.a)d003893.o
(c:/KDE/bin/../lib/libQtGui.a)d000088.o
(c:/KDE/bin/../lib/libQtGui.a)d011517.o
(c:/KDE/bin/../lib/libQtGui.a)d006636.o
(c:/KDE/bin/../lib/libQtGui.a)d003319.o
(c:/KDE/bin/../lib/libQtGui.a)d001445.o
(c:/KDE/bin/../lib/libQtGui.a)d006392.o
(c:/KDE/bin/../lib/libQtGui.a)d001025.o
(c:/KDE/bin/../lib/libQtGui.a)d000885.o
(c:/KDE/bin/../lib/libQtGui.a)d000389.o
(c:/KDE/bin/../lib/libQtGui.a)d000640.o
(c:/KDE/bin/../lib/libQtGui.a)d006774.o
(c:/KDE/bin/../lib/libQtGui.a)d006680.o
(c:/KDE/bin/../lib/libQtGui.a)d000641.o
(c:/KDE/bin/../lib/libQtGui.a)d008872.o
(c:/KDE/bin/../lib/libQtGui.a)d008291.o
(c:/KDE/bin/../lib/libQtGui.a)d008294.o
(c:/KDE/bin/../lib/libQtGui.a)d008299.o
(c:/KDE/bin/../lib/libQtGui.a)d000993.o
(c:/KDE/bin/../lib/libQtGui.a)d008298.o
(c:/KDE/bin/../lib/libQtGui.a)d000961.o
(c:/KDE/bin/../lib/libQtGui.a)d008304.o
(c:/KDE/bin/../lib/libQtGui.a)d000977.o
(c:/KDE/bin/../lib/libQtGui.a)d007988.o
(c:/KDE/bin/../lib/libQtGui.a)d006612.o
(c:/KDE/bin/../lib/libQtGui.a)d010852.o
(c:/KDE/bin/../lib/libQtGui.a)d003848.o
(c:/KDE/bin/../lib/libQtGui.a)d011188.o
(c:/KDE/bin/../lib/libQtGui.a)d003601.o
(c:/KDE/bin/../lib/libQtGui.a)d000991.o
(c:/KDE/bin/../lib/libQtGui.a)d007412.o
(c:/KDE/bin/../lib/libQtGui.a)d007147.o
(c:/KDE/bin/../lib/libQtGui.a)d007284.o
(c:/KDE/bin/../lib/libQtGui.a)d006377.o
(c:/KDE/bin/../lib/libQtGui.a)d007413.o
(c:/KDE/bin/../lib/libQtGui.a)d002102.o
(c:/KDE/bin/../lib/libQtGui.a)d000834.o
(c:/KDE/bin/../lib/libQtGui.a)d007317.o
(c:/KDE/bin/../lib/libQtGui.a)d007309.o
(c:/KDE/bin/../lib/libQtGui.a)d007148.o
(c:/KDE/bin/../lib/libQtGui.a)d007145.o
(c:/KDE/bin/../lib/libQtGui.a)d007136.o
(c:/KDE/bin/../lib/libQtGui.a)d003838.o
(c:/KDE/bin/../lib/libQtGui.a)d007135.o
(c:/KDE/bin/../lib/libQtGui.a)d000070.o
(c:/KDE/bin/../lib/libQtGui.a)d000996.o
(c:/KDE/bin/../lib/libQtGui.a)d003348.o
(c:/KDE/bin/../lib/libQtGui.a)d000340.o
(c:/KDE/bin/../lib/libQtGui.a)d000973.o
(c:/KDE/bin/../lib/libQtGui.a)d001216.o
(c:/KDE/bin/../lib/libQtGui.a)d007542.o
(c:/KDE/bin/../lib/libQtGui.a)d000963.o
(c:/KDE/bin/../lib/libQtGui.a)d000694.o
(c:/KDE/bin/../lib/libQtGui.a)d007977.o
(c:/KDE/bin/../lib/libQtGui.a)d010419.o
(c:/KDE/bin/../lib/libQtGui.a)d007288.o
(c:/KDE/bin/../lib/libQtGui.a)d009675.o
(c:/KDE/bin/../lib/libQtGui.a)d002425.o
(c:/KDE/bin/../lib/libQtGui.a)d008978.o
(c:/KDE/bin/../lib/libQtGui.a)d005895.o
(c:/KDE/bin/../lib/libQtGui.a)d005906.o
(c:/KDE/bin/../lib/libQtGui.a)d010429.o
(c:/KDE/bin/../lib/libQtGui.a)d011185.o
(c:/KDE/bin/../lib/libQtGui.a)d001610.o
(c:/KDE/bin/../lib/libQtGui.a)d008303.o
(c:/KDE/bin/../lib/libQtGui.a)d007630.o
(c:/KDE/bin/../lib/libQtGui.a)d007832.o
(c:/KDE/bin/../lib/libQtGui.a)d007370.o
(c:/KDE/bin/../lib/libQtGui.a)d011206.o
(c:/KDE/bin/../lib/libQtGui.a)d007829.o
(c:/KDE/bin/../lib/libQtGui.a)d007817.o
(c:/KDE/bin/../lib/libQtGui.a)d007768.o
(c:/KDE/bin/../lib/libQtGui.a)d007773.o
(c:/KDE/bin/../lib/libQtGui.a)d009750.o
(c:/KDE/bin/../lib/libQtGui.a)d010069.o
(c:/KDE/bin/../lib/libQtGui.a)d011215.o
(c:/KDE/bin/../lib/libQtGui.a)d009374.o
(c:/KDE/bin/../lib/libQtGui.a)d009617.o
(c:/KDE/bin/../lib/libQtGui.a)d001535.o
(c:/KDE/bin/../lib/libQtGui.a)d001504.o
(c:/KDE/bin/../lib/libQtGui.a)d002233.o
(c:/KDE/bin/../lib/libQtGui.a)d002226.o
(c:/KDE/bin/../lib/libQtGui.a)d007982.o
(c:/KDE/bin/../lib/libQtGui.a)d008764.o
(c:/KDE/bin/../lib/libQtGui.a)d007727.o
(c:/KDE/bin/../lib/libQtGui.a)d003779.o
(c:/KDE/bin/../lib/libQtGui.a)d005893.o
(c:/KDE/bin/../lib/libQtGui.a)d010435.o
(c:/KDE/bin/../lib/libQtGui.a)d003777.o
(c:/KDE/bin/../lib/libQtGui.a)d007507.o
(c:/KDE/bin/../lib/libQtGui.a)d001643.o
(c:/KDE/bin/../lib/libQtGui.a)d001620.o
(c:/KDE/bin/../lib/libQtGui.a)d001619.o
(c:/KDE/bin/../lib/libQtGui.a)d007903.o
(c:/KDE/bin/../lib/libQtGui.a)d001682.o
(c:/KDE/bin/../lib/libQtGui.a)d001625.o
(c:/KDE/bin/../lib/libQtGui.a)d001611.o
(c:/KDE/bin/../lib/libQtGui.a)d001695.o
(c:/KDE/bin/../lib/libQtGui.a)d006272.o
(c:/KDE/bin/../lib/libQtGui.a)d006273.o
(c:/KDE/bin/../lib/libQtGui.a)d006291.o
(c:/KDE/bin/../lib/libQtGui.a)d001005.o
(c:/KDE/bin/../lib/libQtGui.a)d001006.o
(c:/KDE/bin/../lib/libQtGui.a)d010929.o
(c:/KDE/bin/../lib/libQtGui.a)d006617.o
(c:/KDE/bin/../lib/libQtGui.a)d001024.o
(c:/KDE/bin/../lib/libQtGui.a)d001020.o
(c:/KDE/bin/../lib/libQtGui.a)d007731.o
(c:/KDE/bin/../lib/libQtGui.a)d007654.o
(c:/KDE/bin/../lib/libQtGui.a)d007655.o
(c:/KDE/bin/../lib/libQtGui.a)d009992.o
(c:/KDE/bin/../lib/libQtGui.a)d009986.o
(c:/KDE/bin/../lib/libQtGui.a)d007652.o
(c:/KDE/bin/../lib/libQtGui.a)d007683.o
(c:/KDE/bin/../lib/libQtGui.a)d007667.o
(c:/KDE/bin/../lib/libQtGui.a)d007650.o
(c:/KDE/bin/../lib/libQtGui.a)d007666.o
(c:/KDE/bin/../lib/libQtGui.a)d007677.o
(c:/KDE/bin/../lib/libQtGui.a)d007732.o
(c:/KDE/bin/../lib/libQtGui.a)d007653.o
(c:/KDE/bin/../lib/libQtGui.a)d007690.o
(c:/KDE/bin/../lib/libQtGui.a)d011360.o
(c:/KDE/bin/../lib/libQtGui.a)d007701.o
(c:/KDE/bin/../lib/libQtGui.a)d004570.o
(c:/KDE/bin/../lib/libQtGui.a)d007661.o
(c:/KDE/bin/../lib/libQtGui.a)d011367.o
(c:/KDE/bin/../lib/libQtGui.a)d004508.o
(c:/KDE/bin/../lib/libQtGui.a)d004503.o
(c:/KDE/bin/../lib/libQtGui.a)d004504.o
(c:/KDE/bin/../lib/libQtGui.a)d001516.o
(c:/KDE/bin/../lib/libQtGui.a)d001496.o
(c:/KDE/bin/../lib/libQtGui.a)d001497.o
(c:/KDE/bin/../lib/libQtGui.a)d000638.o
(c:/KDE/bin/../lib/libQtGui.a)d000639.o
(c:/KDE/bin/../lib/libQtGui.a)d001530.o
(c:/KDE/bin/../lib/libQtGui.a)d007772.o
(c:/KDE/bin/../lib/libQtGui.a)d007799.o
(c:/KDE/bin/../lib/libQtGui.a)d007806.o
(c:/KDE/bin/../lib/libQtGui.a)d007815.o
(c:/KDE/bin/../lib/libQtGui.a)d007796.o
(c:/KDE/bin/../lib/libQtGui.a)d004562.o
(c:/KDE/bin/../lib/libQtGui.a)d007792.o
(c:/KDE/bin/../lib/libQtGui.a)d004050.o
(c:/KDE/bin/../lib/libQtGui.a)d004056.o
(c:/KDE/bin/../lib/libQtGui.a)d007770.o
(c:/KDE/bin/../lib/libQtGui.a)d004046.o
(c:/KDE/bin/../lib/libQtGui.a)d004576.o
(c:/KDE/bin/../lib/libQtGui.a)d004062.o
(c:/KDE/bin/../lib/libQtGui.a)d007790.o
(c:/KDE/bin/../lib/libQtGui.a)d004063.o
(c:/KDE/bin/../lib/libQtGui.a)d001533.o
(c:/KDE/bin/../lib/libQtGui.a)d006071.o
(c:/KDE/bin/../lib/libQtGui.a)d004079.o
(c:/KDE/bin/../lib/libQtGui.a)d009754.o
(c:/KDE/bin/../lib/libQtGui.a)d004089.o
(c:/KDE/bin/../lib/libQtGui.a)d007793.o
(c:/KDE/bin/../lib/libQtGui.a)d007802.o
(c:/KDE/bin/../lib/libQtGui.a)d001532.o
(c:/KDE/bin/../lib/libQtGui.a)d001519.o
(c:/KDE/bin/../lib/libQtGui.a)d007795.o
(c:/KDE/bin/../lib/libQtGui.a)d011409.o
(c:/KDE/bin/../lib/libQtGui.a)d007826.o
(c:/KDE/bin/../lib/libQtGui.a)d011435.o
(c:/KDE/bin/../lib/libQtGui.a)d009751.o
(c:/KDE/bin/../lib/libQtGui.a)d011426.o
(c:/KDE/bin/../lib/libQtGui.a)d007821.o
(c:/KDE/bin/../lib/libQtGui.a)d007783.o
(c:/KDE/bin/../lib/libQtGui.a)d007789.o
(c:/KDE/bin/../lib/libQtGui.a)d007830.o
(c:/KDE/bin/../lib/libQtGui.a)d007775.o
(c:/KDE/bin/../lib/libQtGui.a)d007782.o
(c:/KDE/bin/../lib/libQtGui.a)d007813.o
(c:/KDE/bin/../lib/libQtGui.a)d007803.o
(c:/KDE/bin/../lib/libQtGui.a)d007794.o
(c:/KDE/bin/../lib/libQtGui.a)d004084.o
(c:/KDE/bin/../lib/libQtGui.a)d004101.o
(c:/KDE/bin/../lib/libQtGui.a)d007805.o
(c:/KDE/bin/../lib/libQtGui.a)d004105.o
(c:/KDE/bin/../lib/libQtGui.a)d007820.o
(c:/KDE/bin/../lib/libQtGui.a)d004112.o
(c:/KDE/bin/../lib/libQtGui.a)d004113.o
(c:/KDE/bin/../lib/libQtGui.a)d004042.o
(c:/KDE/bin/../lib/libQtGui.a)d004040.o
(c:/KDE/bin/../lib/libQtGui.a)d004071.o
(c:/KDE/bin/../lib/libQtGui.a)d007769.o
(c:/KDE/bin/../lib/libQtGui.a)d011423.o
(c:/KDE/bin/../lib/libQtGui.a)d011418.o
(c:/KDE/bin/../lib/libQtGui.a)d011415.o
(c:/KDE/bin/../lib/libQtGui.a)d007785.o
(c:/KDE/bin/../lib/libQtGui.a)d011432.o
(c:/KDE/bin/../lib/libQtGui.a)d011422.o
(c:/KDE/bin/../lib/libQtGui.a)d004115.o
(c:/KDE/bin/../lib/libQtGui.a)d009755.o
(c:/KDE/bin/../lib/libQtGui.a)d004127.o
(c:/KDE/bin/../lib/libQtGui.a)d009741.o
(c:/KDE/bin/../lib/libQtGui.a)d011434.o
(c:/KDE/bin/../lib/libQtGui.a)d011414.o
(c:/KDE/bin/../lib/libQtGui.a)d008613.o
(c:/KDE/bin/../lib/libQtGui.a)d008609.o
(c:/KDE/bin/../lib/libQtGui.a)d001499.o
(c:/KDE/bin/../lib/libQtGui.a)d008605.o
(c:/KDE/bin/../lib/libQtGui.a)d000650.o
(c:/KDE/bin/../lib/libQtGui.a)d000636.o
(c:/KDE/bin/../lib/libQtGui.a)d000635.o
(c:/KDE/bin/../lib/libQtGui.a)d000637.o
(c:/KDE/bin/../lib/libQtGui.a)d006168.o
(c:/KDE/bin/../lib/libQtGui.a)d006155.o
(c:/KDE/bin/../lib/libQtGui.a)d006156.o
(c:/KDE/bin/../lib/libQtGui.a)d006175.o
(c:/KDE/bin/../lib/libQtGui.a)d010615.o
(c:/KDE/bin/../lib/libQtGui.a)d010604.o
(c:/KDE/bin/../lib/libQtGui.a)d010603.o
(c:/KDE/bin/../lib/libQtGui.a)d006166.o
(c:/KDE/bin/../lib/libQtGui.a)d006169.o
(c:/KDE/bin/../lib/libQtGui.a)d006165.o
(c:/KDE/bin/../lib/libQtGui.a)d006162.o
(c:/KDE/bin/../lib/libQtGui.a)d006158.o
(c:/KDE/bin/../lib/libQtGui.a)d006161.o
(c:/KDE/bin/../lib/libQtGui.a)d006167.o
(c:/KDE/bin/../lib/libQtGui.a)d006153.o
(c:/KDE/bin/../lib/libQtGui.a)d006171.o
(c:/KDE/bin/../lib/libQtGui.a)d000980.o
(c:/KDE/bin/../lib/libQtGui.a)d001255.o
(c:/KDE/bin/../lib/libQtGui.a)d001256.o
(c:/KDE/bin/../lib/libQtGui.a)d000968.o
(c:/KDE/bin/../lib/libQtGui.a)d000969.o
(c:/KDE/bin/../lib/libQtGui.a)d001265.o
(c:/KDE/bin/../lib/libQtGui.a)d001254.o
(c:/KDE/bin/../lib/libQtGui.a)d008432.o
(c:/KDE/bin/../lib/libQtGui.a)d004574.o
(c:/KDE/bin/../lib/libQtGui.a)d004580.o
(c:/KDE/bin/../lib/libQtGui.a)d004585.o
(c:/KDE/bin/../lib/libQtGui.a)d004573.o
(c:/KDE/bin/../lib/libQtGui.a)d004568.o
(c:/KDE/bin/../lib/libQtGui.a)d004561.o
(c:/KDE/bin/../lib/libQtGui.a)d004571.o
(c:/KDE/bin/../lib/libQtGui.a)d004567.o
(c:/KDE/bin/../lib/libQtGui.a)d004572.o
(c:/KDE/bin/../lib/libQtGui.a)d004590.o
(c:/KDE/bin/../lib/libQtGui.a)d001262.o
(c:/KDE/bin/../lib/libQtGui.a)d001260.o
(c:/KDE/bin/../lib/libQtGui.a)d000990.o
(c:/KDE/bin/../lib/libQtGui.a)d007508.o
(c:/KDE/bin/../lib/libQtGui.a)d004072.o
(c:/KDE/bin/../lib/libQtGui.a)d007539.o
(c:/KDE/bin/../lib/libQtGui.a)d004097.o
(c:/KDE/bin/../lib/libQtGui.a)d007532.o
(c:/KDE/bin/../lib/libQtGui.a)d004057.o
(c:/KDE/bin/../lib/libQtGui.a)d007506.o
(c:/KDE/bin/../lib/libQtGui.a)d007512.o
(c:/KDE/bin/../lib/libQtGui.a)d007527.o
(c:/KDE/bin/../lib/libQtGui.a)d007531.o
(c:/KDE/bin/../lib/libQtGui.a)d000994.o
(c:/KDE/bin/../lib/libQtGui.a)d004059.o
(c:/KDE/bin/../lib/libQtGui.a)d007535.o
(c:/KDE/bin/../lib/libQtGui.a)d000992.o
(c:/KDE/bin/../lib/libQtGui.a)d004088.o
(c:/KDE/bin/../lib/libQtGui.a)d004064.o
(c:/KDE/bin/../lib/libQtGui.a)d011284.o
(c:/KDE/bin/../lib/libQtGui.a)d007548.o
(c:/KDE/bin/../lib/libQtGui.a)d011299.o
(c:/KDE/bin/../lib/libQtGui.a)d009762.o
(c:/KDE/bin/../lib/libQtGui.a)d007546.o
(c:/KDE/bin/../lib/libQtGui.a)d007523.o
(c:/KDE/bin/../lib/libQtGui.a)d007526.o
(c:/KDE/bin/../lib/libQtGui.a)d004126.o
(c:/KDE/bin/../lib/libQtGui.a)d007509.o
(c:/KDE/bin/../lib/libQtGui.a)d007521.o
(c:/KDE/bin/../lib/libQtGui.a)d007543.o
(c:/KDE/bin/../lib/libQtGui.a)d007536.o
(c:/KDE/bin/../lib/libQtGui.a)d007530.o
(c:/KDE/bin/../lib/libQtGui.a)d007538.o
(c:/KDE/bin/../lib/libQtGui.a)d004109.o
(c:/KDE/bin/../lib/libQtGui.a)d007505.o
(c:/KDE/bin/../lib/libQtGui.a)d011294.o
(c:/KDE/bin/../lib/libQtGui.a)d011292.o
(c:/KDE/bin/../lib/libQtGui.a)d011291.o
(c:/KDE/bin/../lib/libQtGui.a)d007525.o
(c:/KDE/bin/../lib/libQtGui.a)d011297.o
(c:/KDE/bin/../lib/libQtGui.a)d011293.o
(c:/KDE/bin/../lib/libQtGui.a)d007550.o
(c:/KDE/bin/../lib/libQtGui.a)d011287.o
(c:/KDE/bin/../lib/libQtGui.a)d008310.o
(c:/KDE/bin/../lib/libQtGui.a)d008308.o
(c:/KDE/bin/../lib/libQtGui.a)d000970.o
(c:/KDE/bin/../lib/libQtGui.a)d008302.o
(c:/KDE/bin/../lib/libQtGui.a)d006376.o
(c:/KDE/bin/../lib/libQtGui.a)d006367.o
(c:/KDE/bin/../lib/libQtGui.a)d006368.o
(c:/KDE/bin/../lib/libQtGui.a)d006366.o
(c:/KDE/bin/../lib/libQtGui.a)d006365.o
(c:/KDE/bin/../lib/libQtGui.a)d010706.o
(c:/KDE/bin/../lib/libQtGui.a)d010703.o
(c:/KDE/bin/../lib/libQtGui.a)d006371.o
(c:/KDE/bin/../lib/libQtGui.a)d006369.o
(c:/KDE/bin/../lib/libQtGui.a)d006364.o
(c:/KDE/bin/../lib/libQtGui.a)d006375.o
(c:/KDE/bin/../lib/libQtGui.a)d006388.o
(c:/KDE/bin/../lib/libQtGui.a)d006378.o
(c:/KDE/bin/../lib/libQtGui.a)d006381.o
(c:/KDE/bin/../lib/libQtGui.a)d006382.o
(c:/KDE/bin/../lib/libQtGui.a)d000345.o
(c:/KDE/bin/../lib/libQtGui.a)d002159.o
(c:/KDE/bin/../lib/libQtGui.a)d007313.o
(c:/KDE/bin/../lib/libQtGui.a)d002400.o
(c:/KDE/bin/../lib/libQtGui.a)d007221.o
(c:/KDE/bin/../lib/libQtGui.a)d000335.o
(c:/KDE/bin/../lib/libQtGui.a)d000342.o
(c:/KDE/bin/../lib/libQtGui.a)d011139.o
(c:/KDE/bin/../lib/libQtGui.a)d011140.o
(c:/KDE/bin/../lib/libQtGui.a)d007214.o
(c:/KDE/bin/../lib/libQtGui.a)d007218.o
(c:/KDE/bin/../lib/libQtGui.a)d008586.o
(c:/KDE/bin/../lib/libQtGui.a)d008603.o
(c:/KDE/bin/../lib/libQtGui.a)d008593.o
(c:/KDE/bin/../lib/libQtGui.a)d008884.o
(c:/KDE/bin/../lib/libQtGui.a)d008876.o
(c:/KDE/bin/../lib/libQtGui.a)d008875.o
(c:/KDE/bin/../lib/libQtGui.a)d007293.o
(c:/KDE/bin/../lib/libQtGui.a)d005922.o
(c:/KDE/bin/../lib/libQtGui.a)d006413.o
(c:/KDE/bin/../lib/libQtGui.a)d000825.o
(c:/KDE/bin/../lib/libQtGui.a)d006412.o
(c:/KDE/bin/../lib/libQtGui.a)d000784.o
(c:/KDE/bin/../lib/libQtGui.a)d000801.o
(c:/KDE/bin/../lib/libQtGui.a)d007207.o
(c:/KDE/bin/../lib/libQtGui.a)d010713.o
(c:/KDE/bin/../lib/libQtGui.a)d007804.o
(c:/KDE/bin/../lib/libQtGui.a)d000392.o
(c:/KDE/bin/../lib/libQtGui.a)d007291.o
(c:/KDE/bin/../lib/libQtGui.a)d001507.o
(c:/KDE/bin/../lib/libQtGui.a)d010451.o
(c:/KDE/bin/../lib/libQtGui.a)d005958.o
(c:/KDE/bin/../lib/libQtGui.a)d010665.o
(c:/KDE/bin/../lib/libQtGui.a)d009468.o
(c:/KDE/bin/../lib/libQtGui.a)d006426.o
(c:/KDE/bin/../lib/libQtGui.a)d006404.o
(c:/KDE/bin/../lib/libQtGui.a)d000084.o
(c:/KDE/bin/../lib/libQtGui.a)d010917.o
(c:/KDE/bin/../lib/libQtGui.a)d010720.o
(c:/KDE/bin/../lib/libQtGui.a)d000828.o
(c:/KDE/bin/../lib/libQtGui.a)d000826.o
(c:/KDE/bin/../lib/libQtGui.a)d003602.o
(c:/KDE/bin/../lib/libQtGui.a)d003611.o
(c:/KDE/bin/../lib/libQtGui.a)d008653.o
(c:/KDE/bin/../lib/libQtGui.a)d001721.o
(c:/KDE/bin/../lib/libQtGui.a)d004012.o
(c:/KDE/bin/../lib/libQtGui.a)d004018.o
(c:/KDE/bin/../lib/libQtGui.a)d003795.o
(c:/KDE/bin/../lib/libQtGui.a)d008590.o
(c:/KDE/bin/../lib/libQtGui.a)d004083.o
(c:/KDE/bin/../lib/libQtGui.a)d002865.o
(c:/KDE/bin/../lib/libQtGui.a)d001723.o
(c:/KDE/bin/../lib/libQtGui.a)d010657.o
(c:/KDE/bin/../lib/libQtGui.a)d006898.o
(c:/KDE/bin/../lib/libQtGui.a)d000321.o
(c:/KDE/bin/../lib/libQtGui.a)d001030.o
(c:/KDE/bin/../lib/libQtGui.a)d000304.o
(c:/KDE/bin/../lib/libQtGui.a)d007213.o
(c:/KDE/bin/../lib/libQtGui.a)d003188.o
(c:/KDE/bin/../lib/libQtGui.a)d003190.o
(c:/KDE/bin/../lib/libQtGui.a)d008141.o
(c:/KDE/bin/../lib/libQtGui.a)d008321.o
(c:/KDE/bin/../lib/libQtGui.a)d007628.o
(c:/KDE/bin/../lib/libQtGui.a)d006855.o
(c:/KDE/bin/../lib/libQtGui.a)d006846.o
(c:/KDE/bin/../lib/libQtGui.a)d000572.o
(c:/KDE/bin/../lib/libQtGui.a)d000582.o
(c:/KDE/bin/../lib/libQtGui.a)d006802.o
(c:/KDE/bin/../lib/libQtGui.a)d001581.o
(c:/KDE/bin/../lib/libQtGui.a)d006811.o
(c:/KDE/bin/../lib/libQtGui.a)d004008.o
(c:/KDE/bin/../lib/libQtGui.a)d002170.o
(c:/KDE/bin/../lib/libQtGui.a)d002168.o
(c:/KDE/bin/../lib/libQtGui.a)d011331.o
(c:/KDE/bin/../lib/libQtGui.a)d011334.o
(c:/KDE/bin/../lib/libQtGui.a)d001598.o
(c:/KDE/bin/../lib/libQtGui.a)d010653.o
(c:/KDE/bin/../lib/libQtGui.a)d003186.o
(c:/KDE/bin/../lib/libQtGui.a)d007219.o
(c:/KDE/bin/../lib/libQtGui.a)d006489.o
(c:/KDE/bin/../lib/libQtGui.a)d006015.o
(c:/KDE/bin/../lib/libQtGui.a)d006039.o
(c:/KDE/bin/../lib/libQtGui.a)d006003.o
(c:/KDE/bin/../lib/libQtGui.a)d005997.o
(c:/KDE/bin/../lib/libQtGui.a)d003874.o
(c:/KDE/bin/../lib/libQtGui.a)d007388.o
(c:/KDE/bin/../lib/libQtGui.a)d007386.o
(c:/KDE/bin/../lib/libQtGui.a)d006013.o
(c:/KDE/bin/../lib/libQtGui.a)d006028.o
(c:/KDE/bin/../lib/libQtGui.a)d003592.o
(c:/KDE/bin/../lib/libQtGui.a)d003664.o
(c:/KDE/bin/../lib/libQtGui.a)d010487.o
(c:/KDE/bin/../lib/libQtGui.a)d010500.o
(c:/KDE/bin/../lib/libQtGui.a)d010489.o
(c:/KDE/bin/../lib/libQtGui.a)d010496.o
(c:/KDE/bin/../lib/libQtGui.a)d010474.o
(c:/KDE/bin/../lib/libQtGui.a)d011233.o
(c:/KDE/bin/../lib/libQtGui.a)d011235.o
(c:/KDE/bin/../lib/libQtGui.a)d010473.o
(c:/KDE/bin/../lib/libQtGui.a)d010774.o
(c:/KDE/bin/../lib/libQtGui.a)d009559.o
(c:/KDE/bin/../lib/libQtGui.a)d009560.o
(c:/KDE/bin/../lib/libQtGui.a)d009590.o
(c:/KDE/bin/../lib/libQtGui.a)d009589.o
(c:/KDE/bin/../lib/libQtGui.a)d009591.o
(c:/KDE/bin/../lib/libQtGui.a)d009674.o
(c:/KDE/bin/../lib/libQtGui.a)d009673.o
(c:/KDE/bin/../lib/libQtGui.a)d006014.o
(c:/KDE/bin/../lib/libQtGui.a)d006083.o
(c:/KDE/bin/../lib/libQtGui.a)d007349.o
(c:/KDE/bin/../lib/libQtGui.a)d002372.o
(c:/KDE/bin/../lib/libQtGui.a)d007764.o
(c:/KDE/bin/../lib/libQtGui.a)d005834.o
(c:/KDE/bin/../lib/libQtGui.a)d006389.o
(c:/KDE/bin/../lib/libQtGui.a)d000652.o
(c:/KDE/bin/../lib/libQtGui.a)d001267.o
(c:/KDE/bin/../lib/libQtGui.a)d000194.o
(c:/KDE/bin/../lib/libQtGui.a)d007551.o
(c:/KDE/bin/../lib/libQtGui.a)d001038.o
(c:/KDE/bin/../lib/libQtGui.a)d006867.o
(c:/KDE/bin/../lib/libQtGui.a)d002094.o
(c:/KDE/bin/../lib/libQtGui.a)d004377.o
(c:/KDE/bin/../lib/libQtGui.a)d000278.o
(c:/KDE/bin/../lib/libQtGui.a)d006548.o
(c:/KDE/bin/../lib/libQtGui.a)d002913.o
(c:/KDE/bin/../lib/libQtGui.a)d000413.o
(c:/KDE/bin/../lib/libQtGui.a)d003144.o
(c:/KDE/bin/../lib/libQtGui.a)d007224.o
(c:/KDE/bin/../lib/libQtGui.a)d000585.o
(c:/KDE/bin/../lib/libQtGui.a)d003191.o
(c:/KDE/bin/../lib/libQtGui.a)d002403.o
(c:/KDE/bin/../lib/libQtGui.a)d003434.o
(c:/KDE/bin/../lib/libQtGui.a)d000628.o
(c:/KDE/bin/../lib/libQtGui.a)d006819.o
(c:/KDE/bin/../lib/libQtGui.a)d001585.o
(c:/KDE/bin/../lib/libQtGui.a)d002605.o
(c:/KDE/bin/../lib/libQtGui.a)d006415.o
(c:/KDE/bin/../lib/libQtGui.a)d000843.o
(c:/KDE/bin/../lib/libQtGui.a)d003173.o
(c:/KDE/bin/../lib/libQtGui.a)d000810.o
(c:/KDE/bin/../lib/libQtGui.a)d000955.o
(c:/KDE/bin/../lib/libQtGui.a)d003172.o
(c:/KDE/bin/../lib/libQtGui.a)d000856.o
(c:/KDE/bin/../lib/libQtGui.a)d006179.o
(c:/KDE/bin/../lib/libQtGui.a)d000071.o
(c:/KDE/bin/../lib/libQtGui.a)d008243.o
(c:/KDE/bin/../lib/libQtGui.a)d000821.o
(c:/KDE/bin/../lib/libQtGui.a)d000827.o
(c:/KDE/bin/../lib/libQtGui.a)d008225.o
(c:/KDE/bin/../lib/libQtGui.a)d000824.o
(c:/KDE/bin/../lib/libQtGui.a)d000829.o
(c:/KDE/bin/../lib/libQtGui.a)d008224.o
(c:/KDE/bin/../lib/libQtGui.a)d007892.o
(c:/KDE/bin/../lib/libQtGui.a)d008229.o
(c:/KDE/bin/../lib/libQtGui.a)d008233.o
(c:/KDE/bin/../lib/libQtGui.a)d008236.o
(c:/KDE/bin/../lib/libQtGui.a)d001275.o
(c:/KDE/bin/../lib/libQtGui.a)d007032.o
(c:/KDE/bin/../lib/libQtGui.a)d005883.o
(c:/KDE/bin/../lib/libQtGui.a)d007387.o
(c:/KDE/bin/../lib/libQtGui.a)d005892.o
(c:/KDE/bin/../lib/libQtGui.a)d005882.o
(c:/KDE/bin/../lib/libQtGui.a)d006055.o
(c:/KDE/bin/../lib/libQtGui.a)d005862.o
(c:/KDE/bin/../lib/libQtGui.a)d005872.o
(c:/KDE/bin/../lib/libQtGui.a)d005874.o
(c:/KDE/bin/../lib/libQtGui.a)d004579.o
(c:/KDE/bin/../lib/libQtGui.a)d010412.o
(c:/KDE/bin/../lib/libQtGui.a)d006354.o
(c:/KDE/bin/../lib/libQtGui.a)d006353.o
(c:/KDE/bin/../lib/libQtGui.a)d010695.o
(c:/KDE/bin/../lib/libQtGui.a)d001888.o
(c:/KDE/bin/../lib/libQtGui.a)d007044.o
(c:/KDE/bin/../lib/libQtGui.a)d010421.o
(c:/KDE/bin/../lib/libQtGui.a)d010434.o
(c:/KDE/bin/../lib/libQtGui.a)d010432.o
(c:/KDE/bin/../lib/libQtGui.a)d010418.o
(c:/KDE/bin/../lib/libQtGui.a)d010422.o
(c:/KDE/bin/../lib/libQtGui.a)d000000.o
(c:/KDE/bin/../lib/libQtGui.a)d012226.o
attempt to open c:/KDE/bin/../lib/libQtCore.dll.a failed
attempt to open c:/KDE/bin/../lib/QtCore.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtCore.a succeeded
(c:/KDE/bin/../lib/libQtCore.a)d000078.o
(c:/KDE/bin/../lib/libQtCore.a)d002027.o
(c:/KDE/bin/../lib/libQtCore.a)d002403.o
(c:/KDE/bin/../lib/libQtCore.a)d002396.o
(c:/KDE/bin/../lib/libQtCore.a)d002284.o
(c:/KDE/bin/../lib/libQtCore.a)d002239.o
(c:/KDE/bin/../lib/libQtCore.a)d002392.o
(c:/KDE/bin/../lib/libQtCore.a)d000885.o
(c:/KDE/bin/../lib/libQtCore.a)d002394.o
(c:/KDE/bin/../lib/libQtCore.a)d002013.o
(c:/KDE/bin/../lib/libQtCore.a)d002021.o
(c:/KDE/bin/../lib/libQtCore.a)d002086.o
(c:/KDE/bin/../lib/libQtCore.a)d003409.o
(c:/KDE/bin/../lib/libQtCore.a)d003433.o
(c:/KDE/bin/../lib/libQtCore.a)d000333.o
(c:/KDE/bin/../lib/libQtCore.a)d001974.o
(c:/KDE/bin/../lib/libQtCore.a)d002624.o
(c:/KDE/bin/../lib/libQtCore.a)d003319.o
(c:/KDE/bin/../lib/libQtCore.a)d000352.o
(c:/KDE/bin/../lib/libQtCore.a)d000322.o
(c:/KDE/bin/../lib/libQtCore.a)d000345.o
(c:/KDE/bin/../lib/libQtCore.a)d001901.o
(c:/KDE/bin/../lib/libQtCore.a)d002324.o
(c:/KDE/bin/../lib/libQtCore.a)d003480.o
(c:/KDE/bin/../lib/libQtCore.a)d000149.o
(c:/KDE/bin/../lib/libQtCore.a)d003470.o
(c:/KDE/bin/../lib/libQtCore.a)d003339.o
(c:/KDE/bin/../lib/libQtCore.a)d000139.o
(c:/KDE/bin/../lib/libQtCore.a)d000141.o
(c:/KDE/bin/../lib/libQtCore.a)d000163.o
(c:/KDE/bin/../lib/libQtCore.a)d002332.o
(c:/KDE/bin/../lib/libQtCore.a)d002336.o
(c:/KDE/bin/../lib/libQtCore.a)d000081.o
(c:/KDE/bin/../lib/libQtCore.a)d003368.o
(c:/KDE/bin/../lib/libQtCore.a)d003408.o
(c:/KDE/bin/../lib/libQtCore.a)d002343.o
(c:/KDE/bin/../lib/libQtCore.a)d002286.o
(c:/KDE/bin/../lib/libQtCore.a)d003435.o
(c:/KDE/bin/../lib/libQtCore.a)d003436.o
(c:/KDE/bin/../lib/libQtCore.a)d002205.o
(c:/KDE/bin/../lib/libQtCore.a)d001979.o
(c:/KDE/bin/../lib/libQtCore.a)d002338.o
(c:/KDE/bin/../lib/libQtCore.a)d002211.o
(c:/KDE/bin/../lib/libQtCore.a)d002344.o
(c:/KDE/bin/../lib/libQtCore.a)d000838.o
(c:/KDE/bin/../lib/libQtCore.a)d002626.o
(c:/KDE/bin/../lib/libQtCore.a)d002244.o
(c:/KDE/bin/../lib/libQtCore.a)d002151.o
(c:/KDE/bin/../lib/libQtCore.a)d002145.o
(c:/KDE/bin/../lib/libQtCore.a)d002148.o
(c:/KDE/bin/../lib/libQtCore.a)d002149.o
(c:/KDE/bin/../lib/libQtCore.a)d000856.o
(c:/KDE/bin/../lib/libQtCore.a)d000859.o
(c:/KDE/bin/../lib/libQtCore.a)d002469.o
(c:/KDE/bin/../lib/libQtCore.a)d002217.o
(c:/KDE/bin/../lib/libQtCore.a)d002467.o
(c:/KDE/bin/../lib/libQtCore.a)d002479.o
(c:/KDE/bin/../lib/libQtCore.a)d001674.o
(c:/KDE/bin/../lib/libQtCore.a)d003072.o
(c:/KDE/bin/../lib/libQtCore.a)d001825.o
(c:/KDE/bin/../lib/libQtCore.a)d003169.o
(c:/KDE/bin/../lib/libQtCore.a)d002471.o
(c:/KDE/bin/../lib/libQtCore.a)d002461.o
(c:/KDE/bin/../lib/libQtCore.a)d001764.o
(c:/KDE/bin/../lib/libQtCore.a)d003322.o
(c:/KDE/bin/../lib/libQtCore.a)d002444.o
(c:/KDE/bin/../lib/libQtCore.a)d002236.o
(c:/KDE/bin/../lib/libQtCore.a)d002240.o
(c:/KDE/bin/../lib/libQtCore.a)d002466.o
(c:/KDE/bin/../lib/libQtCore.a)d001834.o
(c:/KDE/bin/../lib/libQtCore.a)d001680.o
(c:/KDE/bin/../lib/libQtCore.a)d002072.o
(c:/KDE/bin/../lib/libQtCore.a)d003554.o
(c:/KDE/bin/../lib/libQtCore.a)d003418.o
(c:/KDE/bin/../lib/libQtCore.a)d003410.o
(c:/KDE/bin/../lib/libQtCore.a)d003371.o
(c:/KDE/bin/../lib/libQtCore.a)d002150.o
(c:/KDE/bin/../lib/libQtCore.a)d001696.o
(c:/KDE/bin/../lib/libQtCore.a)d001735.o
(c:/KDE/bin/../lib/libQtCore.a)d002527.o
(c:/KDE/bin/../lib/libQtCore.a)d002521.o
(c:/KDE/bin/../lib/libQtCore.a)d002404.o
(c:/KDE/bin/../lib/libQtCore.a)d003468.o
(c:/KDE/bin/../lib/libQtCore.a)d002034.o
(c:/KDE/bin/../lib/libQtCore.a)d001991.o
(c:/KDE/bin/../lib/libQtCore.a)d003271.o
(c:/KDE/bin/../lib/libQtCore.a)d002216.o
(c:/KDE/bin/../lib/libQtCore.a)d002242.o
(c:/KDE/bin/../lib/libQtCore.a)d002219.o
(c:/KDE/bin/../lib/libQtCore.a)d003112.o
(c:/KDE/bin/../lib/libQtCore.a)d003063.o
(c:/KDE/bin/../lib/libQtCore.a)d003057.o
(c:/KDE/bin/../lib/libQtCore.a)d001727.o
(c:/KDE/bin/../lib/libQtCore.a)d000880.o
(c:/KDE/bin/../lib/libQtCore.a)d002346.o
(c:/KDE/bin/../lib/libQtCore.a)d002345.o
(c:/KDE/bin/../lib/libQtCore.a)d000860.o
(c:/KDE/bin/../lib/libQtCore.a)d000405.o
(c:/KDE/bin/../lib/libQtCore.a)d000404.o
(c:/KDE/bin/../lib/libQtCore.a)d000863.o
(c:/KDE/bin/../lib/libQtCore.a)d003413.o
(c:/KDE/bin/../lib/libQtCore.a)d002196.o
(c:/KDE/bin/../lib/libQtCore.a)d002176.o
(c:/KDE/bin/../lib/libQtCore.a)d002185.o
(c:/KDE/bin/../lib/libQtCore.a)d000849.o
(c:/KDE/bin/../lib/libQtCore.a)d002160.o
(c:/KDE/bin/../lib/libQtCore.a)d001960.o
(c:/KDE/bin/../lib/libQtCore.a)d002163.o
(c:/KDE/bin/../lib/libQtCore.a)d002162.o
(c:/KDE/bin/../lib/libQtCore.a)d002199.o
(c:/KDE/bin/../lib/libQtCore.a)d000872.o
(c:/KDE/bin/../lib/libQtCore.a)d000874.o
(c:/KDE/bin/../lib/libQtCore.a)d000870.o
(c:/KDE/bin/../lib/libQtCore.a)d000865.o
(c:/KDE/bin/../lib/libQtCore.a)d003052.o
(c:/KDE/bin/../lib/libQtCore.a)d003558.o
(c:/KDE/bin/../lib/libQtCore.a)d001660.o
(c:/KDE/bin/../lib/libQtCore.a)d003330.o
(c:/KDE/bin/../lib/libQtCore.a)d002464.o
(c:/KDE/bin/../lib/libQtCore.a)d001945.o
(c:/KDE/bin/../lib/libQtCore.a)d003239.o
(c:/KDE/bin/../lib/libQtCore.a)d002214.o
(c:/KDE/bin/../lib/libQtCore.a)d003351.o
(c:/KDE/bin/../lib/libQtCore.a)d000216.o
(c:/KDE/bin/../lib/libQtCore.a)d000172.o
(c:/KDE/bin/../lib/libQtCore.a)d002337.o
(c:/KDE/bin/../lib/libQtCore.a)d002069.o
(c:/KDE/bin/../lib/libQtCore.a)d003333.o
(c:/KDE/bin/../lib/libQtCore.a)d002326.o
(c:/KDE/bin/../lib/libQtCore.a)d002322.o
(c:/KDE/bin/../lib/libQtCore.a)d002334.o
(c:/KDE/bin/../lib/libQtCore.a)d003483.o
(c:/KDE/bin/../lib/libQtCore.a)d003466.o
(c:/KDE/bin/../lib/libQtCore.a)d002399.o
(c:/KDE/bin/../lib/libQtCore.a)d003064.o
(c:/KDE/bin/../lib/libQtCore.a)d002001.o
(c:/KDE/bin/../lib/libQtCore.a)d003290.o
(c:/KDE/bin/../lib/libQtCore.a)d001998.o
(c:/KDE/bin/../lib/libQtCore.a)d003360.o
(c:/KDE/bin/../lib/libQtCore.a)d002007.o
(c:/KDE/bin/../lib/libQtCore.a)d003405.o
(c:/KDE/bin/../lib/libQtCore.a)d003301.o
(c:/KDE/bin/../lib/libQtCore.a)d003324.o
(c:/KDE/bin/../lib/libQtCore.a)d002074.o
(c:/KDE/bin/../lib/libQtCore.a)d003325.o
(c:/KDE/bin/../lib/libQtCore.a)d000871.o
(c:/KDE/bin/../lib/libQtCore.a)d002168.o
(c:/KDE/bin/../lib/libQtCore.a)d000112.o
(c:/KDE/bin/../lib/libQtCore.a)d003347.o
(c:/KDE/bin/../lib/libQtCore.a)d002451.o
(c:/KDE/bin/../lib/libQtCore.a)d002463.o
(c:/KDE/bin/../lib/libQtCore.a)d002450.o
(c:/KDE/bin/../lib/libQtCore.a)d002465.o
(c:/KDE/bin/../lib/libQtCore.a)d003167.o
(c:/KDE/bin/../lib/libQtCore.a)d003548.o
(c:/KDE/bin/../lib/libQtCore.a)d003342.o
(c:/KDE/bin/../lib/libQtCore.a)d001986.o
(c:/KDE/bin/../lib/libQtCore.a)d001961.o
(c:/KDE/bin/../lib/libQtCore.a)d003140.o
(c:/KDE/bin/../lib/libQtCore.a)d003130.o
(c:/KDE/bin/../lib/libQtCore.a)d003141.o
(c:/KDE/bin/../lib/libQtCore.a)d003489.o
(c:/KDE/bin/../lib/libQtCore.a)d002325.o
(c:/KDE/bin/../lib/libQtCore.a)d001806.o
(c:/KDE/bin/../lib/libQtCore.a)d002364.o
(c:/KDE/bin/../lib/libQtCore.a)d002534.o
(c:/KDE/bin/../lib/libQtCore.a)d000424.o
(c:/KDE/bin/../lib/libQtCore.a)d002658.o
(c:/KDE/bin/../lib/libQtCore.a)d000423.o
(c:/KDE/bin/../lib/libQtCore.a)d002659.o
(c:/KDE/bin/../lib/libQtCore.a)d003478.o
(c:/KDE/bin/../lib/libQtCore.a)d003059.o
(c:/KDE/bin/../lib/libQtCore.a)d002063.o
(c:/KDE/bin/../lib/libQtCore.a)d001669.o
(c:/KDE/bin/../lib/libQtCore.a)d003067.o
(c:/KDE/bin/../lib/libQtCore.a)d001644.o
(c:/KDE/bin/../lib/libQtCore.a)d003472.o
(c:/KDE/bin/../lib/libQtCore.a)d002660.o
(c:/KDE/bin/../lib/libQtCore.a)d001802.o
(c:/KDE/bin/../lib/libQtCore.a)d000433.o
(c:/KDE/bin/../lib/libQtCore.a)d000604.o
(c:/KDE/bin/../lib/libQtCore.a)d003459.o
(c:/KDE/bin/../lib/libQtCore.a)d000335.o
(c:/KDE/bin/../lib/libQtCore.a)d000327.o
(c:/KDE/bin/../lib/libQtCore.a)d000325.o
(c:/KDE/bin/../lib/libQtCore.a)d000217.o
(c:/KDE/bin/../lib/libQtCore.a)d000212.o
(c:/KDE/bin/../lib/libQtCore.a)d002565.o
(c:/KDE/bin/../lib/libQtCore.a)d002036.o
(c:/KDE/bin/../lib/libQtCore.a)d003279.o
(c:/KDE/bin/../lib/libQtCore.a)d000617.o
(c:/KDE/bin/../lib/libQtCore.a)d002020.o
(c:/KDE/bin/../lib/libQtCore.a)d002661.o
(c:/KDE/bin/../lib/libQtCore.a)d002321.o
(c:/KDE/bin/../lib/libQtCore.a)d003367.o
(c:/KDE/bin/../lib/libQtCore.a)d000881.o
(c:/KDE/bin/../lib/libQtCore.a)d002225.o
(c:/KDE/bin/../lib/libQtCore.a)d001672.o
(c:/KDE/bin/../lib/libQtCore.a)d002028.o
(c:/KDE/bin/../lib/libQtCore.a)d002053.o
(c:/KDE/bin/../lib/libQtCore.a)d001668.o
(c:/KDE/bin/../lib/libQtCore.a)d001646.o
(c:/KDE/bin/../lib/libQtCore.a)d003308.o
(c:/KDE/bin/../lib/libQtCore.a)d003056.o
(c:/KDE/bin/../lib/libQtCore.a)d003474.o
(c:/KDE/bin/../lib/libQtCore.a)d003471.o
(c:/KDE/bin/../lib/libQtCore.a)d002047.o
(c:/KDE/bin/../lib/libQtCore.a)d001683.o
(c:/KDE/bin/../lib/libQtCore.a)d002376.o
(c:/KDE/bin/../lib/libQtCore.a)d000135.o
(c:/KDE/bin/../lib/libQtCore.a)d003357.o
(c:/KDE/bin/../lib/libQtCore.a)d003556.o
(c:/KDE/bin/../lib/libQtCore.a)d003268.o
(c:/KDE/bin/../lib/libQtCore.a)d001982.o
(c:/KDE/bin/../lib/libQtCore.a)d003055.o
(c:/KDE/bin/../lib/libQtCore.a)d000061.o
(c:/KDE/bin/../lib/libQtCore.a)d001969.o
(c:/KDE/bin/../lib/libQtCore.a)d000605.o
(c:/KDE/bin/../lib/libQtCore.a)d003058.o
(c:/KDE/bin/../lib/libQtCore.a)d000324.o
(c:/KDE/bin/../lib/libQtCore.a)d001810.o
(c:/KDE/bin/../lib/libQtCore.a)d000574.o
(c:/KDE/bin/../lib/libQtCore.a)d003069.o
(c:/KDE/bin/../lib/libQtCore.a)d003353.o
(c:/KDE/bin/../lib/libQtCore.a)d001661.o
(c:/KDE/bin/../lib/libQtCore.a)d003073.o
(c:/KDE/bin/../lib/libQtCore.a)d000580.o
(c:/KDE/bin/../lib/libQtCore.a)d000573.o
(c:/KDE/bin/../lib/libQtCore.a)d000578.o
(c:/KDE/bin/../lib/libQtCore.a)d000584.o
(c:/KDE/bin/../lib/libQtCore.a)d003412.o
(c:/KDE/bin/../lib/libQtCore.a)d003476.o
(c:/KDE/bin/../lib/libQtCore.a)d003467.o
(c:/KDE/bin/../lib/libQtCore.a)d003456.o
(c:/KDE/bin/../lib/libQtCore.a)d002312.o
(c:/KDE/bin/../lib/libQtCore.a)d002307.o
(c:/KDE/bin/../lib/libQtCore.a)d000568.o
(c:/KDE/bin/../lib/libQtCore.a)d002617.o
(c:/KDE/bin/../lib/libQtCore.a)d002630.o
(c:/KDE/bin/../lib/libQtCore.a)d002715.o
(c:/KDE/bin/../lib/libQtCore.a)d002728.o
(c:/KDE/bin/../lib/libQtCore.a)d002714.o
(c:/KDE/bin/../lib/libQtCore.a)d002627.o
(c:/KDE/bin/../lib/libQtCore.a)d002602.o
(c:/KDE/bin/../lib/libQtCore.a)d002606.o
(c:/KDE/bin/../lib/libQtCore.a)d002725.o
(c:/KDE/bin/../lib/libQtCore.a)d002599.o
(c:/KDE/bin/../lib/libQtCore.a)d002597.o
(c:/KDE/bin/../lib/libQtCore.a)d000104.o
(c:/KDE/bin/../lib/libQtCore.a)d002601.o
(c:/KDE/bin/../lib/libQtCore.a)d000293.o
(c:/KDE/bin/../lib/libQtCore.a)d002412.o
(c:/KDE/bin/../lib/libQtCore.a)d002413.o
(c:/KDE/bin/../lib/libQtCore.a)d003399.o
(c:/KDE/bin/../lib/libQtCore.a)d002243.o
(c:/KDE/bin/../lib/libQtCore.a)d002210.o
(c:/KDE/bin/../lib/libQtCore.a)d002415.o
(c:/KDE/bin/../lib/libQtCore.a)d002314.o
(c:/KDE/bin/../lib/libQtCore.a)d003350.o
(c:/KDE/bin/../lib/libQtCore.a)d002374.o
(c:/KDE/bin/../lib/libQtCore.a)d002587.o
(c:/KDE/bin/../lib/libQtCore.a)d003331.o
(c:/KDE/bin/../lib/libQtCore.a)d002400.o
(c:/KDE/bin/../lib/libQtCore.a)d000220.o
(c:/KDE/bin/../lib/libQtCore.a)d000055.o
(c:/KDE/bin/../lib/libQtCore.a)d000848.o
(c:/KDE/bin/../lib/libQtCore.a)d002241.o
(c:/KDE/bin/../lib/libQtCore.a)d003463.o
(c:/KDE/bin/../lib/libQtCore.a)d001932.o
(c:/KDE/bin/../lib/libQtCore.a)d001937.o
(c:/KDE/bin/../lib/libQtCore.a)d001956.o
(c:/KDE/bin/../lib/libQtCore.a)d001729.o
(c:/KDE/bin/../lib/libQtCore.a)d002182.o
(c:/KDE/bin/../lib/libQtCore.a)d002927.o
(c:/KDE/bin/../lib/libQtCore.a)d001181.o
(c:/KDE/bin/../lib/libQtCore.a)d002926.o
(c:/KDE/bin/../lib/libQtCore.a)d002175.o
(c:/KDE/bin/../lib/libQtCore.a)d003281.o
(c:/KDE/bin/../lib/libQtCore.a)d003285.o
(c:/KDE/bin/../lib/libQtCore.a)d002061.o
(c:/KDE/bin/../lib/libQtCore.a)d003356.o
(c:/KDE/bin/../lib/libQtCore.a)d003139.o
(c:/KDE/bin/../lib/libQtCore.a)d003137.o
(c:/KDE/bin/../lib/libQtCore.a)d002054.o
(c:/KDE/bin/../lib/libQtCore.a)d003138.o
(c:/KDE/bin/../lib/libQtCore.a)d002035.o
(c:/KDE/bin/../lib/libQtCore.a)d000890.o
(c:/KDE/bin/../lib/libQtCore.a)d003343.o
(c:/KDE/bin/../lib/libQtCore.a)d002048.o
(c:/KDE/bin/../lib/libQtCore.a)d003344.o
(c:/KDE/bin/../lib/libQtCore.a)d002031.o
(c:/KDE/bin/../lib/libQtCore.a)d002371.o
(c:/KDE/bin/../lib/libQtCore.a)d001964.o
(c:/KDE/bin/../lib/libQtCore.a)d000296.o
(c:/KDE/bin/../lib/libQtCore.a)d001184.o
(c:/KDE/bin/../lib/libQtCore.a)d002398.o
(c:/KDE/bin/../lib/libQtCore.a)d003531.o
(c:/KDE/bin/../lib/libQtCore.a)d003527.o
(c:/KDE/bin/../lib/libQtCore.a)d003103.o
(c:/KDE/bin/../lib/libQtCore.a)d002000.o
(c:/KDE/bin/../lib/libQtCore.a)d003501.o
(c:/KDE/bin/../lib/libQtCore.a)d003165.o
(c:/KDE/bin/../lib/libQtCore.a)d000326.o
(c:/KDE/bin/../lib/libQtCore.a)d003085.o
(c:/KDE/bin/../lib/libQtCore.a)d002195.o
(c:/KDE/bin/../lib/libQtCore.a)d002186.o
(c:/KDE/bin/../lib/libQtCore.a)d002198.o
(c:/KDE/bin/../lib/libQtCore.a)d003292.o
(c:/KDE/bin/../lib/libQtCore.a)d002625.o
(c:/KDE/bin/../lib/libQtCore.a)d002585.o
(c:/KDE/bin/../lib/libQtCore.a)d002579.o
(c:/KDE/bin/../lib/libQtCore.a)d003447.o
(c:/KDE/bin/../lib/libQtCore.a)d003337.o
(c:/KDE/bin/../lib/libQtCore.a)d002064.o
(c:/KDE/bin/../lib/libQtCore.a)d002427.o
(c:/KDE/bin/../lib/libQtCore.a)d002426.o
(c:/KDE/bin/../lib/libQtCore.a)d003465.o
(c:/KDE/bin/../lib/libQtCore.a)d003490.o
(c:/KDE/bin/../lib/libQtCore.a)d001652.o
(c:/KDE/bin/../lib/libQtCore.a)d002170.o
(c:/KDE/bin/../lib/libQtCore.a)d002532.o
(c:/KDE/bin/../lib/libQtCore.a)d002158.o
(c:/KDE/bin/../lib/libQtCore.a)d002188.o
(c:/KDE/bin/../lib/libQtCore.a)d003359.o
(c:/KDE/bin/../lib/libQtCore.a)d000606.o
(c:/KDE/bin/../lib/libQtCore.a)d001947.o
(c:/KDE/bin/../lib/libQtCore.a)d003253.o
(c:/KDE/bin/../lib/libQtCore.a)d001941.o
(c:/KDE/bin/../lib/libQtCore.a)d003248.o
(c:/KDE/bin/../lib/libQtCore.a)d001186.o
(c:/KDE/bin/../lib/libQtCore.a)d001940.o
(c:/KDE/bin/../lib/libQtCore.a)d003403.o
(c:/KDE/bin/../lib/libQtCore.a)d003174.o
(c:/KDE/bin/../lib/libQtCore.a)d003530.o
(c:/KDE/bin/../lib/libQtCore.a)d000232.o
(c:/KDE/bin/../lib/libQtCore.a)d002040.o
(c:/KDE/bin/../lib/libQtCore.a)d000316.o
(c:/KDE/bin/../lib/libQtCore.a)d003332.o
(c:/KDE/bin/../lib/libQtCore.a)d002002.o
(c:/KDE/bin/../lib/libQtCore.a)d003526.o
(c:/KDE/bin/../lib/libQtCore.a)d003134.o
(c:/KDE/bin/../lib/libQtCore.a)d003173.o
(c:/KDE/bin/../lib/libQtCore.a)d002057.o
(c:/KDE/bin/../lib/libQtCore.a)d003202.o
(c:/KDE/bin/../lib/libQtCore.a)d000233.o
(c:/KDE/bin/../lib/libQtCore.a)d002003.o
(c:/KDE/bin/../lib/libQtCore.a)d002009.o
(c:/KDE/bin/../lib/libQtCore.a)d002586.o
(c:/KDE/bin/../lib/libQtCore.a)d002022.o
(c:/KDE/bin/../lib/libQtCore.a)d001958.o
(c:/KDE/bin/../lib/libQtCore.a)d001955.o
(c:/KDE/bin/../lib/libQtCore.a)d001959.o
(c:/KDE/bin/../lib/libQtCore.a)d001968.o
(c:/KDE/bin/../lib/libQtCore.a)d001972.o
(c:/KDE/bin/../lib/libQtCore.a)d003291.o
(c:/KDE/bin/../lib/libQtCore.a)d001907.o
(c:/KDE/bin/../lib/libQtCore.a)d001910.o
(c:/KDE/bin/../lib/libQtCore.a)d001912.o
(c:/KDE/bin/../lib/libQtCore.a)d001905.o
(c:/KDE/bin/../lib/libQtCore.a)d000417.o
(c:/KDE/bin/../lib/libQtCore.a)d000414.o
(c:/KDE/bin/../lib/libQtCore.a)d000100.o
(c:/KDE/bin/../lib/libQtCore.a)d000412.o
(c:/KDE/bin/../lib/libQtCore.a)d000121.o
(c:/KDE/bin/../lib/libQtCore.a)d001908.o
(c:/KDE/bin/../lib/libQtCore.a)d003426.o
(c:/KDE/bin/../lib/libQtCore.a)d001917.o
(c:/KDE/bin/../lib/libQtCore.a)d003321.o
(c:/KDE/bin/../lib/libQtCore.a)d001841.o
(c:/KDE/bin/../lib/libQtCore.a)d003186.o
(c:/KDE/bin/../lib/libQtCore.a)d002230.o
(c:/KDE/bin/../lib/libQtCore.a)d003496.o
(c:/KDE/bin/../lib/libQtCore.a)d003206.o
(c:/KDE/bin/../lib/libQtCore.a)d003172.o
(c:/KDE/bin/../lib/libQtCore.a)d000888.o
(c:/KDE/bin/../lib/libQtCore.a)d000132.o
(c:/KDE/bin/../lib/libQtCore.a)d001685.o
(c:/KDE/bin/../lib/libQtCore.a)d001738.o
(c:/KDE/bin/../lib/libQtCore.a)d003451.o
(c:/KDE/bin/../lib/libQtCore.a)d001946.o
(c:/KDE/bin/../lib/libQtCore.a)d001976.o
(c:/KDE/bin/../lib/libQtCore.a)d001326.o
(c:/KDE/bin/../lib/libQtCore.a)d001320.o
(c:/KDE/bin/../lib/libQtCore.a)d002976.o
(c:/KDE/bin/../lib/libQtCore.a)d001333.o
(c:/KDE/bin/../lib/libQtCore.a)d002037.o
(c:/KDE/bin/../lib/libQtCore.a)d001322.o
(c:/KDE/bin/../lib/libQtCore.a)d002979.o
(c:/KDE/bin/../lib/libQtCore.a)d001321.o
(c:/KDE/bin/../lib/libQtCore.a)d001657.o
(c:/KDE/bin/../lib/libQtCore.a)d002024.o
(c:/KDE/bin/../lib/libQtCore.a)d003481.o
(c:/KDE/bin/../lib/libQtCore.a)d001814.o
(c:/KDE/bin/../lib/libQtCore.a)d003763.o
(c:/KDE/bin/../lib/libQtCore.a)d003764.o
(c:/KDE/bin/../lib/libQtCore.a)d003767.o
(c:/KDE/bin/../lib/libQtCore.a)d003759.o
(c:/KDE/bin/../lib/libQtCore.a)d003771.o
(c:/KDE/bin/../lib/libQtCore.a)d003769.o
(c:/KDE/bin/../lib/libQtCore.a)d003756.o
(c:/KDE/bin/../lib/libQtCore.a)d000349.o
(c:/KDE/bin/../lib/libQtCore.a)d000299.o
(c:/KDE/bin/../lib/libQtCore.a)d000855.o
(c:/KDE/bin/../lib/libQtCore.a)d001962.o
(c:/KDE/bin/../lib/libQtCore.a)d001963.o
(c:/KDE/bin/../lib/libQtCore.a)d001978.o
(c:/KDE/bin/../lib/libQtCore.a)d002164.o
(c:/KDE/bin/../lib/libQtCore.a)d002152.o
(c:/KDE/bin/../lib/libQtCore.a)d002015.o
(c:/KDE/bin/../lib/libQtCore.a)d002153.o
(c:/KDE/bin/../lib/libQtCore.a)d003388.o
(c:/KDE/bin/../lib/libQtCore.a)d002362.o
(c:/KDE/bin/../lib/libQtCore.a)d002183.o
(c:/KDE/bin/../lib/libQtCore.a)d003506.o
(c:/KDE/bin/../lib/libQtCore.a)d003507.o
(c:/KDE/bin/../lib/libQtCore.a)d002367.o
(c:/KDE/bin/../lib/libQtCore.a)d003395.o
(c:/KDE/bin/../lib/libQtCore.a)d002369.o
(c:/KDE/bin/../lib/libQtCore.a)d003389.o
(c:/KDE/bin/../lib/libQtCore.a)d003387.o
(c:/KDE/bin/../lib/libQtCore.a)d003384.o
(c:/KDE/bin/../lib/libQtCore.a)d002165.o
(c:/KDE/bin/../lib/libQtCore.a)d002171.o
(c:/KDE/bin/../lib/libQtCore.a)d002192.o
(c:/KDE/bin/../lib/libQtCore.a)d002355.o
(c:/KDE/bin/../lib/libQtCore.a)d002194.o
(c:/KDE/bin/../lib/libQtCore.a)d002167.o
(c:/KDE/bin/../lib/libQtCore.a)d002056.o
(c:/KDE/bin/../lib/libQtCore.a)d000060.o
(c:/KDE/bin/../lib/libQtCore.a)d000057.o
(c:/KDE/bin/../lib/libQtCore.a)d002018.o
(c:/KDE/bin/../lib/libQtCore.a)d000115.o
(c:/KDE/bin/../lib/libQtCore.a)d002407.o
(c:/KDE/bin/../lib/libQtCore.a)d003509.o
(c:/KDE/bin/../lib/libQtCore.a)d000845.o
(c:/KDE/bin/../lib/libQtCore.a)d002033.o
(c:/KDE/bin/../lib/libQtCore.a)d000182.o
(c:/KDE/bin/../lib/libQtCore.a)d003269.o
(c:/KDE/bin/../lib/libQtCore.a)d003273.o
(c:/KDE/bin/../lib/libQtCore.a)d002546.o
(c:/KDE/bin/../lib/libQtCore.a)d002709.o
(c:/KDE/bin/../lib/libQtCore.a)d001676.o
(c:/KDE/bin/../lib/libQtCore.a)d000079.o
(c:/KDE/bin/../lib/libQtCore.a)d002612.o
(c:/KDE/bin/../lib/libQtCore.a)d002724.o
(c:/KDE/bin/../lib/libQtCore.a)d002713.o
(c:/KDE/bin/../lib/libQtCore.a)d002712.o
(c:/KDE/bin/../lib/libQtCore.a)d003518.o
(c:/KDE/bin/../lib/libQtCore.a)d003513.o
(c:/KDE/bin/../lib/libQtCore.a)d002401.o
(c:/KDE/bin/../lib/libQtCore.a)d003514.o
(c:/KDE/bin/../lib/libQtCore.a)d003361.o
(c:/KDE/bin/../lib/libQtCore.a)d003515.o
(c:/KDE/bin/../lib/libQtCore.a)d000047.o
(c:/KDE/bin/../lib/libQtCore.a)d003421.o
(c:/KDE/bin/../lib/libQtCore.a)d000334.o
(c:/KDE/bin/../lib/libQtCore.a)d000353.o
(c:/KDE/bin/../lib/libQtCore.a)d003365.o
(c:/KDE/bin/../lib/libQtCore.a)d003512.o
(c:/KDE/bin/../lib/libQtCore.a)d003516.o
(c:/KDE/bin/../lib/libQtCore.a)d003519.o
(c:/KDE/bin/../lib/libQtCore.a)d002017.o
(c:/KDE/bin/../lib/libQtCore.a)d002578.o
(c:/KDE/bin/../lib/libQtCore.a)d000103.o
(c:/KDE/bin/../lib/libQtCore.a)d000159.o
(c:/KDE/bin/../lib/libQtCore.a)d000303.o
(c:/KDE/bin/../lib/libQtCore.a)d000292.o
(c:/KDE/bin/../lib/libQtCore.a)d002133.o
(c:/KDE/bin/../lib/libQtCore.a)d000576.o
(c:/KDE/bin/../lib/libQtCore.a)d000291.o
(c:/KDE/bin/../lib/libQtCore.a)d000113.o
(c:/KDE/bin/../lib/libQtCore.a)d002010.o
(c:/KDE/bin/../lib/libQtCore.a)d000356.o
(c:/KDE/bin/../lib/libQtCore.a)d000348.o
(c:/KDE/bin/../lib/libQtCore.a)d001943.o
(c:/KDE/bin/../lib/libQtCore.a)d003364.o
(c:/KDE/bin/../lib/libQtCore.a)d003671.o
(c:/KDE/bin/../lib/libQtCore.a)d002039.o
(c:/KDE/bin/../lib/libQtCore.a)d002045.o
(c:/KDE/bin/../lib/libQtCore.a)d002041.o
(c:/KDE/bin/../lib/libQtCore.a)d002044.o
(c:/KDE/bin/../lib/libQtCore.a)d003352.o
(c:/KDE/bin/../lib/libQtCore.a)d003302.o
(c:/KDE/bin/../lib/libQtCore.a)d003309.o
(c:/KDE/bin/../lib/libQtCore.a)d003434.o
(c:/KDE/bin/../lib/libQtCore.a)d002247.o
(c:/KDE/bin/../lib/libQtCore.a)d002245.o
(c:/KDE/bin/../lib/libQtCore.a)d002220.o
(c:/KDE/bin/../lib/libQtCore.a)d002246.o
(c:/KDE/bin/../lib/libQtCore.a)d002232.o
(c:/KDE/bin/../lib/libQtCore.a)d002231.o
(c:/KDE/bin/../lib/libQtCore.a)d002234.o
(c:/KDE/bin/../lib/libQtCore.a)d001786.o
(c:/KDE/bin/../lib/libQtCore.a)d001846.o
(c:/KDE/bin/../lib/libQtCore.a)d002305.o
(c:/KDE/bin/../lib/libQtCore.a)d002238.o
(c:/KDE/bin/../lib/libQtCore.a)d002228.o
(c:/KDE/bin/../lib/libQtCore.a)d002222.o
(c:/KDE/bin/../lib/libQtCore.a)d002226.o
(c:/KDE/bin/../lib/libQtCore.a)d002227.o
(c:/KDE/bin/../lib/libQtCore.a)d002716.o
(c:/KDE/bin/../lib/libQtCore.a)d003520.o
(c:/KDE/bin/../lib/libQtCore.a)d003402.o
(c:/KDE/bin/../lib/libQtCore.a)d002306.o
(c:/KDE/bin/../lib/libQtCore.a)d003441.o
(c:/KDE/bin/../lib/libQtCore.a)d003177.o
(c:/KDE/bin/../lib/libQtCore.a)d003179.o
(c:/KDE/bin/../lib/libQtCore.a)d003180.o
(c:/KDE/bin/../lib/libQtCore.a)d003440.o
(c:/KDE/bin/../lib/libQtCore.a)d003148.o
(c:/KDE/bin/../lib/libQtCore.a)d003149.o
(c:/KDE/bin/../lib/libQtCore.a)d003147.o
(c:/KDE/bin/../lib/libQtCore.a)d003411.o
(c:/KDE/bin/../lib/libQtCore.a)d001949.o
(c:/KDE/bin/../lib/libQtCore.a)d001948.o
(c:/KDE/bin/../lib/libQtCore.a)d003420.o
(c:/KDE/bin/../lib/libQtCore.a)d003431.o
(c:/KDE/bin/../lib/libQtCore.a)d003423.o
(c:/KDE/bin/../lib/libQtCore.a)d003404.o
(c:/KDE/bin/../lib/libQtCore.a)d003429.o
(c:/KDE/bin/../lib/libQtCore.a)d003427.o
(c:/KDE/bin/../lib/libQtCore.a)d003428.o
(c:/KDE/bin/../lib/libQtCore.a)d003414.o
(c:/KDE/bin/../lib/libQtCore.a)d003303.o
(c:/KDE/bin/../lib/libQtCore.a)d002726.o
(c:/KDE/bin/../lib/libQtCore.a)d000000.o
(c:/KDE/bin/../lib/libQtCore.a)d003793.o
attempt to open c:/KDE/bin/../lib/libQtUiTools.dll.a failed
attempt to open c:/KDE/bin/../lib/QtUiTools.dll.a failed
attempt to open c:/KDE/bin/../lib/libQtUiTools.a succeeded
attempt to open c:/KDE/bin/../lib/libstdc++.dll.a failed
attempt to open c:/KDE/bin/../lib/stdc++.dll.a failed
attempt to open c:/KDE/bin/../lib/libstdc++.a failed
attempt to open c:/KDE/bin/../lib/stdc++.lib failed
attempt to open c:/KDE/bin/../lib/libstdc++.dll failed
attempt to open c:/KDE/bin/../lib/stdc++.dll failed
attempt to open c:/KDE/bin/../lib\libstdc++.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libstdc++.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/stdc++.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libstdc++.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/stdc++.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libstdc++.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/stdc++.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libstdc++.a failed
attempt to open c:/texworks/lua5.1/libstdc++.dll.a failed
attempt to open c:/texworks/lua5.1/stdc++.dll.a failed
attempt to open c:/texworks/lua5.1/libstdc++.a failed
attempt to open c:/texworks/lua5.1/stdc++.lib failed
attempt to open c:/texworks/lua5.1/libstdc++.dll failed
attempt to open c:/texworks/lua5.1/stdc++.dll failed
attempt to open c:/texworks/lua5.1\libstdc++.a failed
attempt to open plugins-src/TWLuaPlugin/release/libstdc++.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/stdc++.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libstdc++.a failed
attempt to open plugins-src/TWLuaPlugin/release/stdc++.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libstdc++.dll failed
attempt to open plugins-src/TWLuaPlugin/release/stdc++.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libstdc++.a failed
attempt to open plugins-src/TWPythonPlugin/release/libstdc++.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/stdc++.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libstdc++.a failed
attempt to open plugins-src/TWPythonPlugin/release/stdc++.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libstdc++.dll failed
attempt to open plugins-src/TWPythonPlugin/release/stdc++.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libstdc++.a failed
attempt to open c:/Python26/libs/libstdc++.dll.a failed
attempt to open c:/Python26/libs/stdc++.dll.a failed
attempt to open c:/Python26/libs/libstdc++.a failed
attempt to open c:/Python26/libs/stdc++.lib failed
attempt to open c:/Python26/libs/libstdc++.dll failed
attempt to open c:/Python26/libs/stdc++.dll failed
attempt to open c:/Python26/libs\libstdc++.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/stdc++.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_personality.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)del_op.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)new_op.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_catch.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_throw.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)class_type_info.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)pure.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)del_opv.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)new_opv.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)si_class_type_info.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)vmi_class_type_info.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)guard.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)dyncast.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)functexcept.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)new_handler.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_exception.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_terminate.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_globals.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_alloc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_call.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_unex_handler.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_term_handler.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)tinfo.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)bad_typeid.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)bad_cast.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)string-inst.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)system_error.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)stdexcept.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)ios_failure.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)atomicity.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)vterminate.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)eh_type.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libstdc++.a)cp-demangle.o
attempt to open c:/KDE/bin/../lib/libmingwthrd.dll.a failed
attempt to open c:/KDE/bin/../lib/mingwthrd.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingwthrd.a failed
attempt to open c:/KDE/bin/../lib/mingwthrd.lib failed
attempt to open c:/KDE/bin/../lib/libmingwthrd.dll failed
attempt to open c:/KDE/bin/../lib/mingwthrd.dll failed
attempt to open c:/KDE/bin/../lib\libmingwthrd.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingwthrd.a failed
attempt to open c:/texworks/lua5.1/libmingwthrd.dll.a failed
attempt to open c:/texworks/lua5.1/mingwthrd.dll.a failed
attempt to open c:/texworks/lua5.1/libmingwthrd.a failed
attempt to open c:/texworks/lua5.1/mingwthrd.lib failed
attempt to open c:/texworks/lua5.1/libmingwthrd.dll failed
attempt to open c:/texworks/lua5.1/mingwthrd.dll failed
attempt to open c:/texworks/lua5.1\libmingwthrd.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingwthrd.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingwthrd.a failed
attempt to open c:/Python26/libs/libmingwthrd.dll.a failed
attempt to open c:/Python26/libs/mingwthrd.dll.a failed
attempt to open c:/Python26/libs/libmingwthrd.a failed
attempt to open c:/Python26/libs/mingwthrd.lib failed
attempt to open c:/Python26/libs/libmingwthrd.dll failed
attempt to open c:/Python26/libs/mingwthrd.dll failed
attempt to open c:/Python26/libs\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a)crtmt.o
attempt to open c:/KDE/bin/../lib/libmingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/mingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingw32.a failed
attempt to open c:/KDE/bin/../lib/mingw32.lib failed
attempt to open c:/KDE/bin/../lib/libmingw32.dll failed
attempt to open c:/KDE/bin/../lib/mingw32.dll failed
attempt to open c:/KDE/bin/../lib\libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingw32.a failed
attempt to open c:/texworks/lua5.1/libmingw32.dll.a failed
attempt to open c:/texworks/lua5.1/mingw32.dll.a failed
attempt to open c:/texworks/lua5.1/libmingw32.a failed
attempt to open c:/texworks/lua5.1/mingw32.lib failed
attempt to open c:/texworks/lua5.1/libmingw32.dll failed
attempt to open c:/texworks/lua5.1/mingw32.dll failed
attempt to open c:/texworks/lua5.1\libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingw32.a failed
attempt to open c:/Python26/libs/libmingw32.dll.a failed
attempt to open c:/Python26/libs/mingw32.dll.a failed
attempt to open c:/Python26/libs/libmingw32.a failed
attempt to open c:/Python26/libs/mingw32.lib failed
attempt to open c:/Python26/libs/libmingw32.dll failed
attempt to open c:/Python26/libs/mingw32.dll failed
attempt to open c:/Python26/libs\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a succeeded
attempt to open c:/KDE/bin/../lib/libgcc_s.dll.a failed
attempt to open c:/KDE/bin/../lib/gcc_s.dll.a failed
attempt to open c:/KDE/bin/../lib/libgcc_s.a failed
attempt to open c:/KDE/bin/../lib/gcc_s.lib failed
attempt to open c:/KDE/bin/../lib/libgcc_s.dll failed
attempt to open c:/KDE/bin/../lib/gcc_s.dll failed
attempt to open c:/KDE/bin/../lib\libgcc_s.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libgcc_s.a failed
attempt to open c:/texworks/lua5.1/libgcc_s.dll.a failed
attempt to open c:/texworks/lua5.1/gcc_s.dll.a failed
attempt to open c:/texworks/lua5.1/libgcc_s.a failed
attempt to open c:/texworks/lua5.1/gcc_s.lib failed
attempt to open c:/texworks/lua5.1/libgcc_s.dll failed
attempt to open c:/texworks/lua5.1/gcc_s.dll failed
attempt to open c:/texworks/lua5.1\libgcc_s.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.dll failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libgcc_s.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.dll failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libgcc_s.a failed
attempt to open c:/Python26/libs/libgcc_s.dll.a failed
attempt to open c:/Python26/libs/gcc_s.dll.a failed
attempt to open c:/Python26/libs/libgcc_s.a failed
attempt to open c:/Python26/libs/gcc_s.lib failed
attempt to open c:/Python26/libs/libgcc_s.dll failed
attempt to open c:/Python26/libs/gcc_s.dll failed
attempt to open c:/Python26/libs\libgcc_s.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/gcc_s.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000034.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000081.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000015.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000013.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000007.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000012.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000011.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000010.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000017.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000018.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000002.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000016.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000014.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000040.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000000.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000092.o
attempt to open c:/KDE/bin/../lib/libgcc.dll.a failed
attempt to open c:/KDE/bin/../lib/gcc.dll.a failed
attempt to open c:/KDE/bin/../lib/libgcc.a failed
attempt to open c:/KDE/bin/../lib/gcc.lib failed
attempt to open c:/KDE/bin/../lib/libgcc.dll failed
attempt to open c:/KDE/bin/../lib/gcc.dll failed
attempt to open c:/KDE/bin/../lib\libgcc.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libgcc.a failed
attempt to open c:/texworks/lua5.1/libgcc.dll.a failed
attempt to open c:/texworks/lua5.1/gcc.dll.a failed
attempt to open c:/texworks/lua5.1/libgcc.a failed
attempt to open c:/texworks/lua5.1/gcc.lib failed
attempt to open c:/texworks/lua5.1/libgcc.dll failed
attempt to open c:/texworks/lua5.1/gcc.dll failed
attempt to open c:/texworks/lua5.1\libgcc.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.dll failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libgcc.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.dll failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libgcc.a failed
attempt to open c:/Python26/libs/libgcc.dll.a failed
attempt to open c:/Python26/libs/gcc.dll.a failed
attempt to open c:/Python26/libs/libgcc.a failed
attempt to open c:/Python26/libs/gcc.lib failed
attempt to open c:/Python26/libs/libgcc.dll failed
attempt to open c:/Python26/libs/gcc.dll failed
attempt to open c:/Python26/libs\libgcc.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/gcc.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.a)_ctors.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.a)_chkstk.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.a)gthr-win32.o
attempt to open c:/KDE/bin/../lib/libmoldname.dll.a failed
attempt to open c:/KDE/bin/../lib/moldname.dll.a failed
attempt to open c:/KDE/bin/../lib/libmoldname.a failed
attempt to open c:/KDE/bin/../lib/moldname.lib failed
attempt to open c:/KDE/bin/../lib/libmoldname.dll failed
attempt to open c:/KDE/bin/../lib/moldname.dll failed
attempt to open c:/KDE/bin/../lib\libmoldname.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmoldname.a failed
attempt to open c:/texworks/lua5.1/libmoldname.dll.a failed
attempt to open c:/texworks/lua5.1/moldname.dll.a failed
attempt to open c:/texworks/lua5.1/libmoldname.a failed
attempt to open c:/texworks/lua5.1/moldname.lib failed
attempt to open c:/texworks/lua5.1/libmoldname.dll failed
attempt to open c:/texworks/lua5.1/moldname.dll failed
attempt to open c:/texworks/lua5.1\libmoldname.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.a failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.dll failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmoldname.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.a failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.dll failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmoldname.a failed
attempt to open c:/Python26/libs/libmoldname.dll.a failed
attempt to open c:/Python26/libs/moldname.dll.a failed
attempt to open c:/Python26/libs/libmoldname.a failed
attempt to open c:/Python26/libs/moldname.lib failed
attempt to open c:/Python26/libs/libmoldname.dll failed
attempt to open c:/Python26/libs/moldname.dll failed
attempt to open c:/Python26/libs\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a)dgtgs00078.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a)dgtgs00109.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a)dgtgh.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a)dgtgt.o
attempt to open c:/KDE/bin/../lib/libmingwex.dll.a failed
attempt to open c:/KDE/bin/../lib/mingwex.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingwex.a failed
attempt to open c:/KDE/bin/../lib/mingwex.lib failed
attempt to open c:/KDE/bin/../lib/libmingwex.dll failed
attempt to open c:/KDE/bin/../lib/mingwex.dll failed
attempt to open c:/KDE/bin/../lib\libmingwex.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingwex.a failed
attempt to open c:/texworks/lua5.1/libmingwex.dll.a failed
attempt to open c:/texworks/lua5.1/mingwex.dll.a failed
attempt to open c:/texworks/lua5.1/libmingwex.a failed
attempt to open c:/texworks/lua5.1/mingwex.lib failed
attempt to open c:/texworks/lua5.1/libmingwex.dll failed
attempt to open c:/texworks/lua5.1/mingwex.dll failed
attempt to open c:/texworks/lua5.1\libmingwex.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingwex.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingwex.a failed
attempt to open c:/Python26/libs/libmingwex.dll.a failed
attempt to open c:/Python26/libs/mingwex.dll.a failed
attempt to open c:/Python26/libs/libmingwex.a failed
attempt to open c:/Python26/libs/mingwex.lib failed
attempt to open c:/Python26/libs/libmingwex.dll failed
attempt to open c:/Python26/libs/mingwex.dll failed
attempt to open c:/Python26/libs\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)strtodnrp.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)vsprintf.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)vfprintf.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)strtodg.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)pformat.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)misc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)smisc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)sum.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)gmisc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)gethex.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)hexnan.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)gdtoa.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)wcrtomb.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)mbrtowc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)dmisc.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)fpclassify.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a)hd_init.o
attempt to open c:/KDE/bin/../lib/libmsvcrt.dll.a failed
attempt to open c:/KDE/bin/../lib/msvcrt.dll.a failed
attempt to open c:/KDE/bin/../lib/libmsvcrt.a failed
attempt to open c:/KDE/bin/../lib/msvcrt.lib failed
attempt to open c:/KDE/bin/../lib/libmsvcrt.dll failed
attempt to open c:/KDE/bin/../lib/msvcrt.dll failed
attempt to open c:/KDE/bin/../lib\libmsvcrt.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmsvcrt.a failed
attempt to open c:/texworks/lua5.1/libmsvcrt.dll.a failed
attempt to open c:/texworks/lua5.1/msvcrt.dll.a failed
attempt to open c:/texworks/lua5.1/libmsvcrt.a failed
attempt to open c:/texworks/lua5.1/msvcrt.lib failed
attempt to open c:/texworks/lua5.1/libmsvcrt.dll failed
attempt to open c:/texworks/lua5.1/msvcrt.dll failed
attempt to open c:/texworks/lua5.1\libmsvcrt.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.a failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.dll failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmsvcrt.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.a failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.dll failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmsvcrt.a failed
attempt to open c:/Python26/libs/libmsvcrt.dll.a failed
attempt to open c:/Python26/libs/msvcrt.dll.a failed
attempt to open c:/Python26/libs/libmsvcrt.a failed
attempt to open c:/Python26/libs/msvcrt.lib failed
attempt to open c:/Python26/libs/libmsvcrt.dll failed
attempt to open c:/Python26/libs/msvcrt.dll failed
attempt to open c:/Python26/libs\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00590.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00383.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00266.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00099.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00055.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00079.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00077.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00147.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00426.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00706.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00637.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00717.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00625.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00616.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00607.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00692.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00700.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00713.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00618.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00683.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00182.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00731.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00723.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00704.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00689.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00698.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00676.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00743.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00488.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00751.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00726.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00699.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00714.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00724.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00633.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00748.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00583.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00682.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00715.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00728.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00613.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00592.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00065.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00392.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00268.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00598.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00595.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00624.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00680.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00719.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00621.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00620.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00671.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00721.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)ofmt_stub.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00761.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwcs00061.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwch.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a)diwct.o
attempt to open c:/KDE/bin/../lib/libuser32.dll.a failed
attempt to open c:/KDE/bin/../lib/user32.dll.a failed
attempt to open c:/KDE/bin/../lib/libuser32.a failed
attempt to open c:/KDE/bin/../lib/user32.lib failed
attempt to open c:/KDE/bin/../lib/libuser32.dll failed
attempt to open c:/KDE/bin/../lib/user32.dll failed
attempt to open c:/KDE/bin/../lib\libuser32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libuser32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/user32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libuser32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/user32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libuser32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/user32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libuser32.a failed
attempt to open c:/texworks/lua5.1/libuser32.dll.a failed
attempt to open c:/texworks/lua5.1/user32.dll.a failed
attempt to open c:/texworks/lua5.1/libuser32.a failed
attempt to open c:/texworks/lua5.1/user32.lib failed
attempt to open c:/texworks/lua5.1/libuser32.dll failed
attempt to open c:/texworks/lua5.1/user32.dll failed
attempt to open c:/texworks/lua5.1\libuser32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libuser32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/user32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libuser32.a failed
attempt to open plugins-src/TWLuaPlugin/release/user32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libuser32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/user32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libuser32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libuser32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/user32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libuser32.a failed
attempt to open plugins-src/TWPythonPlugin/release/user32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libuser32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/user32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libuser32.a failed
attempt to open c:/Python26/libs/libuser32.dll.a failed
attempt to open c:/Python26/libs/user32.dll.a failed
attempt to open c:/Python26/libs/libuser32.a failed
attempt to open c:/Python26/libs/user32.lib failed
attempt to open c:/Python26/libs/libuser32.dll failed
attempt to open c:/Python26/libs/user32.dll failed
attempt to open c:/Python26/libs\libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libuser32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/user32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/user32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libuser32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/user32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libuser32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/user32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/user32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libuser32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/user32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libuser32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/user32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/user32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libuser32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/user32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libuser32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../user32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00397.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00534.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00211.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00354.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00202.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00508.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00343.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00479.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00090.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00326.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiis00135.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiih.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libuser32.a)dyiit.o
attempt to open c:/KDE/bin/../lib/libkernel32.dll.a failed
attempt to open c:/KDE/bin/../lib/kernel32.dll.a failed
attempt to open c:/KDE/bin/../lib/libkernel32.a failed
attempt to open c:/KDE/bin/../lib/kernel32.lib failed
attempt to open c:/KDE/bin/../lib/libkernel32.dll failed
attempt to open c:/KDE/bin/../lib/kernel32.dll failed
attempt to open c:/KDE/bin/../lib\libkernel32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libkernel32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/kernel32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libkernel32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/kernel32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libkernel32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/kernel32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libkernel32.a failed
attempt to open c:/texworks/lua5.1/libkernel32.dll.a failed
attempt to open c:/texworks/lua5.1/kernel32.dll.a failed
attempt to open c:/texworks/lua5.1/libkernel32.a failed
attempt to open c:/texworks/lua5.1/kernel32.lib failed
attempt to open c:/texworks/lua5.1/libkernel32.dll failed
attempt to open c:/texworks/lua5.1/kernel32.dll failed
attempt to open c:/texworks/lua5.1\libkernel32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libkernel32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/kernel32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libkernel32.a failed
attempt to open plugins-src/TWLuaPlugin/release/kernel32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libkernel32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/kernel32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libkernel32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libkernel32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/kernel32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libkernel32.a failed
attempt to open plugins-src/TWPythonPlugin/release/kernel32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libkernel32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/kernel32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libkernel32.a failed
attempt to open c:/Python26/libs/libkernel32.dll.a failed
attempt to open c:/Python26/libs/kernel32.dll.a failed
attempt to open c:/Python26/libs/libkernel32.a failed
attempt to open c:/Python26/libs/kernel32.lib failed
attempt to open c:/Python26/libs/libkernel32.dll failed
attempt to open c:/Python26/libs/kernel32.dll failed
attempt to open c:/Python26/libs\libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libkernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/kernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/kernel32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libkernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/kernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libkernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/kernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/kernel32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libkernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/kernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libkernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/kernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/kernel32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libkernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/kernel32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libkernel32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../kernel32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00739.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00156.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00337.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00364.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00080.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00325.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00751.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00038.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00433.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00340.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00398.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00578.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00801.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00798.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00237.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00386.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00238.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00630.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00286.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00810.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00496.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00088.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00766.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00765.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00713.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00764.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00763.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00500.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00492.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00126.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00497.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00107.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00523.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00814.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00512.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjes00560.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjeh.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libkernel32.a)dkjet.o
attempt to open c:/KDE/bin/../lib/libadvapi32.dll.a failed
attempt to open c:/KDE/bin/../lib/advapi32.dll.a failed
attempt to open c:/KDE/bin/../lib/libadvapi32.a failed
attempt to open c:/KDE/bin/../lib/advapi32.lib failed
attempt to open c:/KDE/bin/../lib/libadvapi32.dll failed
attempt to open c:/KDE/bin/../lib/advapi32.dll failed
attempt to open c:/KDE/bin/../lib\libadvapi32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libadvapi32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/advapi32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libadvapi32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/advapi32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libadvapi32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/advapi32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libadvapi32.a failed
attempt to open c:/texworks/lua5.1/libadvapi32.dll.a failed
attempt to open c:/texworks/lua5.1/advapi32.dll.a failed
attempt to open c:/texworks/lua5.1/libadvapi32.a failed
attempt to open c:/texworks/lua5.1/advapi32.lib failed
attempt to open c:/texworks/lua5.1/libadvapi32.dll failed
attempt to open c:/texworks/lua5.1/advapi32.dll failed
attempt to open c:/texworks/lua5.1\libadvapi32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libadvapi32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/advapi32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libadvapi32.a failed
attempt to open plugins-src/TWLuaPlugin/release/advapi32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libadvapi32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/advapi32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libadvapi32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libadvapi32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/advapi32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libadvapi32.a failed
attempt to open plugins-src/TWPythonPlugin/release/advapi32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libadvapi32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/advapi32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libadvapi32.a failed
attempt to open c:/Python26/libs/libadvapi32.dll.a failed
attempt to open c:/Python26/libs/advapi32.dll.a failed
attempt to open c:/Python26/libs/libadvapi32.a failed
attempt to open c:/Python26/libs/advapi32.lib failed
attempt to open c:/Python26/libs/libadvapi32.dll failed
attempt to open c:/Python26/libs/advapi32.dll failed
attempt to open c:/Python26/libs\libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libadvapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/advapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/advapi32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libadvapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/advapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libadvapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/advapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/advapi32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libadvapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/advapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libadvapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/advapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/advapi32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libadvapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/advapi32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libadvapi32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libadvapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../advapi32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libadvapi32.a succeeded
attempt to open c:/KDE/bin/../lib/libshell32.dll.a failed
attempt to open c:/KDE/bin/../lib/shell32.dll.a failed
attempt to open c:/KDE/bin/../lib/libshell32.a failed
attempt to open c:/KDE/bin/../lib/shell32.lib failed
attempt to open c:/KDE/bin/../lib/libshell32.dll failed
attempt to open c:/KDE/bin/../lib/shell32.dll failed
attempt to open c:/KDE/bin/../lib\libshell32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libshell32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/shell32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libshell32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/shell32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libshell32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/shell32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libshell32.a failed
attempt to open c:/texworks/lua5.1/libshell32.dll.a failed
attempt to open c:/texworks/lua5.1/shell32.dll.a failed
attempt to open c:/texworks/lua5.1/libshell32.a failed
attempt to open c:/texworks/lua5.1/shell32.lib failed
attempt to open c:/texworks/lua5.1/libshell32.dll failed
attempt to open c:/texworks/lua5.1/shell32.dll failed
attempt to open c:/texworks/lua5.1\libshell32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libshell32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/shell32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libshell32.a failed
attempt to open plugins-src/TWLuaPlugin/release/shell32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libshell32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/shell32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libshell32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libshell32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/shell32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libshell32.a failed
attempt to open plugins-src/TWPythonPlugin/release/shell32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libshell32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/shell32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libshell32.a failed
attempt to open c:/Python26/libs/libshell32.dll.a failed
attempt to open c:/Python26/libs/shell32.dll.a failed
attempt to open c:/Python26/libs/libshell32.a failed
attempt to open c:/Python26/libs/shell32.lib failed
attempt to open c:/Python26/libs/libshell32.dll failed
attempt to open c:/Python26/libs/shell32.dll failed
attempt to open c:/Python26/libs\libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libshell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/shell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/shell32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libshell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/shell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libshell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/shell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/shell32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libshell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/shell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libshell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/shell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/shell32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libshell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/shell32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libshell32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libshell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../shell32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libshell32.a succeeded
attempt to open c:/KDE/bin/../lib/libmingwthrd.dll.a failed
attempt to open c:/KDE/bin/../lib/mingwthrd.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingwthrd.a failed
attempt to open c:/KDE/bin/../lib/mingwthrd.lib failed
attempt to open c:/KDE/bin/../lib/libmingwthrd.dll failed
attempt to open c:/KDE/bin/../lib/mingwthrd.dll failed
attempt to open c:/KDE/bin/../lib\libmingwthrd.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwthrd.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwthrd.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingwthrd.a failed
attempt to open c:/texworks/lua5.1/libmingwthrd.dll.a failed
attempt to open c:/texworks/lua5.1/mingwthrd.dll.a failed
attempt to open c:/texworks/lua5.1/libmingwthrd.a failed
attempt to open c:/texworks/lua5.1/mingwthrd.lib failed
attempt to open c:/texworks/lua5.1/libmingwthrd.dll failed
attempt to open c:/texworks/lua5.1/mingwthrd.dll failed
attempt to open c:/texworks/lua5.1\libmingwthrd.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwthrd.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingwthrd.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingwthrd.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwthrd.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingwthrd.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingwthrd.a failed
attempt to open c:/Python26/libs/libmingwthrd.dll.a failed
attempt to open c:/Python26/libs/mingwthrd.dll.a failed
attempt to open c:/Python26/libs/libmingwthrd.a failed
attempt to open c:/Python26/libs/mingwthrd.lib failed
attempt to open c:/Python26/libs/libmingwthrd.dll failed
attempt to open c:/Python26/libs/mingwthrd.dll failed
attempt to open c:/Python26/libs\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwthrd.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingwthrd.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingwthrd.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a)dcles00000.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a)dcleh.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwthrd.a)dclet.o
attempt to open c:/KDE/bin/../lib/libmingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/mingw32.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingw32.a failed
attempt to open c:/KDE/bin/../lib/mingw32.lib failed
attempt to open c:/KDE/bin/../lib/libmingw32.dll failed
attempt to open c:/KDE/bin/../lib/mingw32.dll failed
attempt to open c:/KDE/bin/../lib\libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingw32.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingw32.a failed
attempt to open c:/texworks/lua5.1/libmingw32.dll.a failed
attempt to open c:/texworks/lua5.1/mingw32.dll.a failed
attempt to open c:/texworks/lua5.1/libmingw32.a failed
attempt to open c:/texworks/lua5.1/mingw32.lib failed
attempt to open c:/texworks/lua5.1/libmingw32.dll failed
attempt to open c:/texworks/lua5.1/mingw32.dll failed
attempt to open c:/texworks/lua5.1\libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingw32.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingw32.a failed
attempt to open c:/Python26/libs/libmingw32.dll.a failed
attempt to open c:/Python26/libs/mingw32.dll.a failed
attempt to open c:/Python26/libs/libmingw32.a failed
attempt to open c:/Python26/libs/mingw32.lib failed
attempt to open c:/Python26/libs/libmingw32.dll failed
attempt to open c:/Python26/libs/mingw32.dll failed
attempt to open c:/Python26/libs\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingw32.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingw32.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingw32.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingw32.a succeeded
attempt to open c:/KDE/bin/../lib/libgcc_s.dll.a failed
attempt to open c:/KDE/bin/../lib/gcc_s.dll.a failed
attempt to open c:/KDE/bin/../lib/libgcc_s.a failed
attempt to open c:/KDE/bin/../lib/gcc_s.lib failed
attempt to open c:/KDE/bin/../lib/libgcc_s.dll failed
attempt to open c:/KDE/bin/../lib/gcc_s.dll failed
attempt to open c:/KDE/bin/../lib\libgcc_s.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc_s.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc_s.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libgcc_s.a failed
attempt to open c:/texworks/lua5.1/libgcc_s.dll.a failed
attempt to open c:/texworks/lua5.1/gcc_s.dll.a failed
attempt to open c:/texworks/lua5.1/libgcc_s.a failed
attempt to open c:/texworks/lua5.1/gcc_s.lib failed
attempt to open c:/texworks/lua5.1/libgcc_s.dll failed
attempt to open c:/texworks/lua5.1/gcc_s.dll failed
attempt to open c:/texworks/lua5.1\libgcc_s.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc_s.dll failed
attempt to open plugins-src/TWLuaPlugin/release/gcc_s.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libgcc_s.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc_s.dll failed
attempt to open plugins-src/TWPythonPlugin/release/gcc_s.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libgcc_s.a failed
attempt to open c:/Python26/libs/libgcc_s.dll.a failed
attempt to open c:/Python26/libs/gcc_s.dll.a failed
attempt to open c:/Python26/libs/libgcc_s.a failed
attempt to open c:/Python26/libs/gcc_s.lib failed
attempt to open c:/Python26/libs/libgcc_s.dll failed
attempt to open c:/Python26/libs/gcc_s.dll failed
attempt to open c:/Python26/libs\libgcc_s.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/gcc_s.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a succeeded
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000091.o
(c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc_s.a)d000089.o
attempt to open c:/KDE/bin/../lib/libgcc.dll.a failed
attempt to open c:/KDE/bin/../lib/gcc.dll.a failed
attempt to open c:/KDE/bin/../lib/libgcc.a failed
attempt to open c:/KDE/bin/../lib/gcc.lib failed
attempt to open c:/KDE/bin/../lib/libgcc.dll failed
attempt to open c:/KDE/bin/../lib/gcc.dll failed
attempt to open c:/KDE/bin/../lib\libgcc.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libgcc.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/gcc.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libgcc.a failed
attempt to open c:/texworks/lua5.1/libgcc.dll.a failed
attempt to open c:/texworks/lua5.1/gcc.dll.a failed
attempt to open c:/texworks/lua5.1/libgcc.a failed
attempt to open c:/texworks/lua5.1/gcc.lib failed
attempt to open c:/texworks/lua5.1/libgcc.dll failed
attempt to open c:/texworks/lua5.1/gcc.dll failed
attempt to open c:/texworks/lua5.1\libgcc.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.a failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libgcc.dll failed
attempt to open plugins-src/TWLuaPlugin/release/gcc.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libgcc.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.a failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libgcc.dll failed
attempt to open plugins-src/TWPythonPlugin/release/gcc.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libgcc.a failed
attempt to open c:/Python26/libs/libgcc.dll.a failed
attempt to open c:/Python26/libs/gcc.dll.a failed
attempt to open c:/Python26/libs/libgcc.a failed
attempt to open c:/Python26/libs/gcc.lib failed
attempt to open c:/Python26/libs/libgcc.dll failed
attempt to open c:/Python26/libs/gcc.dll failed
attempt to open c:/Python26/libs\libgcc.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/gcc.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libgcc.a succeeded
attempt to open c:/KDE/bin/../lib/libmoldname.dll.a failed
attempt to open c:/KDE/bin/../lib/moldname.dll.a failed
attempt to open c:/KDE/bin/../lib/libmoldname.a failed
attempt to open c:/KDE/bin/../lib/moldname.lib failed
attempt to open c:/KDE/bin/../lib/libmoldname.dll failed
attempt to open c:/KDE/bin/../lib/moldname.dll failed
attempt to open c:/KDE/bin/../lib\libmoldname.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmoldname.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/moldname.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmoldname.a failed
attempt to open c:/texworks/lua5.1/libmoldname.dll.a failed
attempt to open c:/texworks/lua5.1/moldname.dll.a failed
attempt to open c:/texworks/lua5.1/libmoldname.a failed
attempt to open c:/texworks/lua5.1/moldname.lib failed
attempt to open c:/texworks/lua5.1/libmoldname.dll failed
attempt to open c:/texworks/lua5.1/moldname.dll failed
attempt to open c:/texworks/lua5.1\libmoldname.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.a failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmoldname.dll failed
attempt to open plugins-src/TWLuaPlugin/release/moldname.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmoldname.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.a failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmoldname.dll failed
attempt to open plugins-src/TWPythonPlugin/release/moldname.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmoldname.a failed
attempt to open c:/Python26/libs/libmoldname.dll.a failed
attempt to open c:/Python26/libs/moldname.dll.a failed
attempt to open c:/Python26/libs/libmoldname.a failed
attempt to open c:/Python26/libs/moldname.lib failed
attempt to open c:/Python26/libs/libmoldname.dll failed
attempt to open c:/Python26/libs/moldname.dll failed
attempt to open c:/Python26/libs\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmoldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/moldname.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmoldname.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../moldname.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmoldname.a succeeded
attempt to open c:/KDE/bin/../lib/libmingwex.dll.a failed
attempt to open c:/KDE/bin/../lib/mingwex.dll.a failed
attempt to open c:/KDE/bin/../lib/libmingwex.a failed
attempt to open c:/KDE/bin/../lib/mingwex.lib failed
attempt to open c:/KDE/bin/../lib/libmingwex.dll failed
attempt to open c:/KDE/bin/../lib/mingwex.dll failed
attempt to open c:/KDE/bin/../lib\libmingwex.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmingwex.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/mingwex.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmingwex.a failed
attempt to open c:/texworks/lua5.1/libmingwex.dll.a failed
attempt to open c:/texworks/lua5.1/mingwex.dll.a failed
attempt to open c:/texworks/lua5.1/libmingwex.a failed
attempt to open c:/texworks/lua5.1/mingwex.lib failed
attempt to open c:/texworks/lua5.1/libmingwex.dll failed
attempt to open c:/texworks/lua5.1/mingwex.dll failed
attempt to open c:/texworks/lua5.1\libmingwex.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.a failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmingwex.dll failed
attempt to open plugins-src/TWLuaPlugin/release/mingwex.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmingwex.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.a failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmingwex.dll failed
attempt to open plugins-src/TWPythonPlugin/release/mingwex.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmingwex.a failed
attempt to open c:/Python26/libs/libmingwex.dll.a failed
attempt to open c:/Python26/libs/mingwex.dll.a failed
attempt to open c:/Python26/libs/libmingwex.a failed
attempt to open c:/Python26/libs/mingwex.lib failed
attempt to open c:/Python26/libs/libmingwex.dll failed
attempt to open c:/Python26/libs/mingwex.dll failed
attempt to open c:/Python26/libs\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/mingwex.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmingwex.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../mingwex.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmingwex.a succeeded
attempt to open c:/KDE/bin/../lib/libmsvcrt.dll.a failed
attempt to open c:/KDE/bin/../lib/msvcrt.dll.a failed
attempt to open c:/KDE/bin/../lib/libmsvcrt.a failed
attempt to open c:/KDE/bin/../lib/msvcrt.lib failed
attempt to open c:/KDE/bin/../lib/libmsvcrt.dll failed
attempt to open c:/KDE/bin/../lib/msvcrt.dll failed
attempt to open c:/KDE/bin/../lib\libmsvcrt.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.dll.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.a failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.lib failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/libmsvcrt.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs/msvcrt.dll failed
attempt to open C:/texworks/hunspell-1.2.11/src/hunspell/.libs\libmsvcrt.a failed
attempt to open c:/texworks/lua5.1/libmsvcrt.dll.a failed
attempt to open c:/texworks/lua5.1/msvcrt.dll.a failed
attempt to open c:/texworks/lua5.1/libmsvcrt.a failed
attempt to open c:/texworks/lua5.1/msvcrt.lib failed
attempt to open c:/texworks/lua5.1/libmsvcrt.dll failed
attempt to open c:/texworks/lua5.1/msvcrt.dll failed
attempt to open c:/texworks/lua5.1\libmsvcrt.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.dll.a failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.a failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.lib failed
attempt to open plugins-src/TWLuaPlugin/release/libmsvcrt.dll failed
attempt to open plugins-src/TWLuaPlugin/release/msvcrt.dll failed
attempt to open plugins-src/TWLuaPlugin/release\libmsvcrt.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.dll.a failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.a failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.lib failed
attempt to open plugins-src/TWPythonPlugin/release/libmsvcrt.dll failed
attempt to open plugins-src/TWPythonPlugin/release/msvcrt.dll failed
attempt to open plugins-src/TWPythonPlugin/release\libmsvcrt.a failed
attempt to open c:/Python26/libs/libmsvcrt.dll.a failed
attempt to open c:/Python26/libs/msvcrt.dll.a failed
attempt to open c:/Python26/libs/libmsvcrt.a failed
attempt to open c:/Python26/libs/msvcrt.lib failed
attempt to open c:/Python26/libs/libmsvcrt.dll failed
attempt to open c:/Python26/libs/msvcrt.dll failed
attempt to open c:/Python26/libs\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.lib failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmsvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/msvcrt.dll failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib\libmsvcrt.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../msvcrt.dll.a failed
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../libmsvcrt.a succeeded
attempt to open c:/mingw/bin/../lib/gcc/mingw32/4.4.0/crtend.o succeeded
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/crtend.o
mingw32-make[1]: Leaving directory `C:/texworks'
-------------- next part --------------
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/texworks'
c:/KDE/bin/uic.exe src/TeXDocument.ui -o ui/ui_TeXDocument.h
c:/KDE/bin/uic.exe src/PDFDocument.ui -o ui/ui_PDFDocument.h
c:/KDE/bin/uic.exe src/Find.ui -o ui/ui_Find.h
c:/KDE/bin/uic.exe src/PDFFind.ui -o ui/ui_PDFFind.h
c:/KDE/bin/uic.exe src/Replace.ui -o ui/ui_Replace.h
c:/KDE/bin/uic.exe src/SearchResults.ui -o ui/ui_SearchResults.h
c:/KDE/bin/uic.exe src/PrefsDialog.ui -o ui/ui_PrefsDialog.h
c:/KDE/bin/uic.exe src/ToolConfig.ui -o ui/ui_ToolConfig.h
c:/KDE/bin/uic.exe src/TemplateDialog.ui -o ui/ui_TemplateDialog.h
c:/KDE/bin/uic.exe src/HardWrapDialog.ui -o ui/ui_HardWrapDialog.h
c:/KDE/bin/uic.exe src/ScriptManager.ui -o ui/ui_ScriptManager.h
c:/KDE/bin/uic.exe src/ConfirmDelete.ui -o ui/ui_ConfirmDelete.h
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/main.o src/main.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWApp.o src/TWApp.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWUtils.o src/TWUtils.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScriptable.o src/TWScriptable.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScript.o src/TWScript.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TWScriptAPI.o src/TWScriptAPI.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXDocument.o src/TeXDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/CompletingEdit.o src/CompletingEdit.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXHighlighter.o src/TeXHighlighter.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TeXDocks.o src/TeXDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PDFDocument.o src/PDFDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PDFDocks.o src/PDFDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/FindDialog.o src/FindDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/PrefsDialog.o src/PrefsDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/TemplateDialog.o src/TemplateDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/HardWrapDialog.o src/HardWrapDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/ScriptManager.o src/ScriptManager.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/ConfirmDelete.o src/ConfirmDelete.cpp
gcc -c -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/synctex_parser.o src/synctex_parser.c
gcc -c -O2 -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/synctex_parser_utils.o src/synctex_parser_utils.c
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/CommandlineParser.o src/CommandlineParser.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWApp.h -o moc/moc_TWApp.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWApp.o moc/moc_TWApp.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWUtils.h -o moc/moc_TWUtils.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWUtils.o moc/moc_TWUtils.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScriptable.h -o moc/moc_TWScriptable.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScriptable.o moc/moc_TWScriptable.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScript.h -o moc/moc_TWScript.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScript.o moc/moc_TWScript.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TWScriptAPI.h -o moc/moc_TWScriptAPI.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TWScriptAPI.o moc/moc_TWScriptAPI.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXDocument.h -o moc/moc_TeXDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXDocument.o moc/moc_TeXDocument.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/CompletingEdit.h -o moc/moc_CompletingEdit.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_CompletingEdit.o moc/moc_CompletingEdit.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXHighlighter.h -o moc/moc_TeXHighlighter.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXHighlighter.o moc/moc_TeXHighlighter.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TeXDocks.h -o moc/moc_TeXDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TeXDocks.o moc/moc_TeXDocks.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PDFDocument.h -o moc/moc_PDFDocument.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PDFDocument.o moc/moc_PDFDocument.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PDFDocks.h -o moc/moc_PDFDocks.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PDFDocks.o moc/moc_PDFDocks.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/FindDialog.h -o moc/moc_FindDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_FindDialog.o moc/moc_FindDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/PrefsDialog.h -o moc/moc_PrefsDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_PrefsDialog.o moc/moc_PrefsDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/TemplateDialog.h -o moc/moc_TemplateDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_TemplateDialog.o moc/moc_TemplateDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/HardWrapDialog.h -o moc/moc_HardWrapDialog.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_HardWrapDialog.o moc/moc_HardWrapDialog.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/ScriptManager.h -o moc/moc_ScriptManager.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_ScriptManager.o moc/moc_ScriptManager.cpp
C:\KDE\bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -D__GNUC__ -DWIN32 src/ConfirmDelete.h -o moc/moc_ConfirmDelete.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/moc_ConfirmDelete.o moc/moc_ConfirmDelete.cpp
c:/KDE/bin/rcc.exe -name resources res/resources.qrc -o rcc/qrc_resources.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/qrc_resources.o rcc/qrc_resources.cpp
c:/KDE/bin/rcc.exe -name resfiles res/resfiles.qrc -o rcc/qrc_resfiles.cpp
g++ -c -DTW_BUILD_ID=personal -fexceptions -O2 -frtti -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SCRIPTTOOLS_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'../KDE/include/QtUiTools' -I'../KDE/include/QtCore' -I'../KDE/include/QtGui' -I'../KDE/include/QtXml' -I'../KDE/include/QtScriptTools' -I'../KDE/include/QtScript' -I'../KDE/include' -I'src' -I'../KDE/include/poppler/qt4' -I'hunspell-1.2.11/src/hunspell' -I'../KDE/include/ActiveQt' -I'moc' -I'ui' -I'../KDE/mkspecs/default' -o obj/qrc_resfiles.o rcc/qrc_resfiles.cpp
windres -i res/TeXworks.rc -o ./obj/TeXworks_res.o --include-dir=./res
fixQtLibs.bat
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
        1 file(s) copied.
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,--export-dynamic -fexceptions -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release/TeXworks.exe object_script.TeXworks.Release  -L'c:/KDE/bin/../lib' -lmingw32 -lqtmain ./obj/TeXworks_res.o -LC:/texworks/hunspell-1.2.11/src/hunspell/.libs -lpoppler-qt4 -lhunspell-1.2 -Lc:/texworks/lua5.1 -llua5.1 -lQtUiTools -Lplugins-src/TWLuaPlugin/release -lTWLuaPlugin -llua5.1 -Lplugins-src/TWPythonPlugin/release -lTWPythonPlugin -Lc:/Python26/libs -lpython26 -lQtScript -lQtScriptTools -lQtXml -lQtGui -lQtCore -lQtUiTools 
mingw32-make[1]: Leaving directory `C:/texworks'


More information about the texworks mailing list