[texworks] Compiling with mingw32

Paul A Norman paul.a.norman at gmail.com
Mon May 24 14:26:22 CEST 2010


Ok thanks Stefan,

mingw32-make 1> outputlog.txt 2>&1

Neat redirect technique!

Here is the output file, hope that ti helps.

I'll be signing off here for the night shortly, 12.30am (midnight) local time.

many thnkas for your help again.

Paul

On 24 May 2010 22:24, Stefan Löffler <st.loeffler at gmail.com> wrote:
> Dear Paul,
>
> Am 2010-05-24 11:30, schrieb Paul A Norman:
>> 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
>>
>
> If there are no other errors, this almost seems to me as if the build
> has succeeded? Are the synctex errors gone?
> If not, you should be able to redirect both normal messages and errors
> to the same file by (http://support.microsoft.com/kb/110930):
> mingw32-make 1> outputlog.txt 2>&1
> This way it will be easier to diagnose where what problem occurs.
>
>> 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
>>
>
> As far as I can see, this doesn't provide much additional helpful
> information (just long long lists of where the linker is trying to find
> all the files it needs). So for the time being, I think the normal
> version is sufficient.
>
> -Stefan
>
-------------- next part --------------
mingw32-make -f Makefile.Release
mingw32-make[1]: Entering directory `C:/texworks'
Makefile.Release:312: warning: overriding commands for target `moc/moc_TWApp.cpp'
Makefile.Release:222: warning: ignoring old commands for target `moc/moc_TWApp.cpp'
Makefile.Release:315: warning: overriding commands for target `moc/moc_TWUtils.cpp'
Makefile.Release:225: warning: ignoring old commands for target `moc/moc_TWUtils.cpp'
Makefile.Release:319: warning: overriding commands for target `moc/moc_TWScriptable.cpp'
Makefile.Release:229: warning: ignoring old commands for target `moc/moc_TWScriptable.cpp'
Makefile.Release:322: warning: overriding commands for target `moc/moc_TWScript.cpp'
Makefile.Release:232: warning: ignoring old commands for target `moc/moc_TWScript.cpp'
Makefile.Release:326: warning: overriding commands for target `moc/moc_TWScriptAPI.cpp'
Makefile.Release:236: warning: ignoring old commands for target `moc/moc_TWScriptAPI.cpp'
Makefile.Release:339: warning: overriding commands for target `moc/moc_TeXDocument.cpp'
Makefile.Release:249: warning: ignoring old commands for target `moc/moc_TeXDocument.cpp'
Makefile.Release:342: warning: overriding commands for target `moc/moc_CompletingEdit.cpp'
Makefile.Release:252: warning: ignoring old commands for target `moc/moc_CompletingEdit.cpp'
Makefile.Release:345: warning: overriding commands for target `moc/moc_TeXHighlighter.cpp'
Makefile.Release:255: warning: ignoring old commands for target `moc/moc_TeXHighlighter.cpp'
Makefile.Release:348: warning: overriding commands for target `moc/moc_TeXDocks.cpp'
Makefile.Release:258: warning: ignoring old commands for target `moc/moc_TeXDocks.cpp'
Makefile.Release:360: warning: overriding commands for target `moc/moc_PDFDocument.cpp'
Makefile.Release:270: warning: ignoring old commands for target `moc/moc_PDFDocument.cpp'
Makefile.Release:363: warning: overriding commands for target `moc/moc_PDFDocks.cpp'
Makefile.Release:273: warning: ignoring old commands for target `moc/moc_PDFDocks.cpp'
Makefile.Release:370: warning: overriding commands for target `moc/moc_FindDialog.cpp'
Makefile.Release:280: warning: ignoring old commands for target `moc/moc_FindDialog.cpp'
Makefile.Release:376: warning: overriding commands for target `moc/moc_PrefsDialog.cpp'
Makefile.Release:286: warning: ignoring old commands for target `moc/moc_PrefsDialog.cpp'
Makefile.Release:381: warning: overriding commands for target `moc/moc_TemplateDialog.cpp'
Makefile.Release:291: warning: ignoring old commands for target `moc/moc_TemplateDialog.cpp'
Makefile.Release:385: warning: overriding commands for target `moc/moc_HardWrapDialog.cpp'
Makefile.Release:295: warning: ignoring old commands for target `moc/moc_HardWrapDialog.cpp'
Makefile.Release:391: warning: overriding commands for target `moc/moc_ScriptManager.cpp'
Makefile.Release:301: warning: ignoring old commands for target `moc/moc_ScriptManager.cpp'
Makefile.Release:396: warning: overriding commands for target `moc/moc_ConfirmDelete.cpp'
Makefile.Release:306: warning: ignoring old commands for target `moc/moc_ConfirmDelete.cpp'
Makefile.Release:540: warning: overriding commands for target `rcc/qrc_resources.cpp'
Makefile.Release:446: warning: ignoring old commands for target `rcc/qrc_resources.cpp'
Makefile.Release:587: warning: overriding commands for target `rcc/qrc_resfiles.cpp'
Makefile.Release:493: warning: ignoring old commands for target `rcc/qrc_resfiles.cpp'
Makefile.Release:636: warning: overriding commands for target `ui/ui_TeXDocument.h'
Makefile.Release:599: warning: ignoring old commands for target `ui/ui_TeXDocument.h'
Makefile.Release:639: warning: overriding commands for target `ui/ui_PDFDocument.h'
Makefile.Release:602: warning: ignoring old commands for target `ui/ui_PDFDocument.h'
Makefile.Release:642: warning: overriding commands for target `ui/ui_Find.h'
Makefile.Release:605: warning: ignoring old commands for target `ui/ui_Find.h'
Makefile.Release:645: warning: overriding commands for target `ui/ui_PDFFind.h'
Makefile.Release:608: warning: ignoring old commands for target `ui/ui_PDFFind.h'
Makefile.Release:648: warning: overriding commands for target `ui/ui_Replace.h'
Makefile.Release:611: warning: ignoring old commands for target `ui/ui_Replace.h'
Makefile.Release:651: warning: overriding commands for target `ui/ui_SearchResults.h'
Makefile.Release:614: warning: ignoring old commands for target `ui/ui_SearchResults.h'
Makefile.Release:654: warning: overriding commands for target `ui/ui_PrefsDialog.h'
Makefile.Release:617: warning: ignoring old commands for target `ui/ui_PrefsDialog.h'
Makefile.Release:657: warning: overriding commands for target `ui/ui_ToolConfig.h'
Makefile.Release:620: warning: ignoring old commands for target `ui/ui_ToolConfig.h'
Makefile.Release:660: warning: overriding commands for target `ui/ui_TemplateDialog.h'
Makefile.Release:623: warning: ignoring old commands for target `ui/ui_TemplateDialog.h'
Makefile.Release:663: warning: overriding commands for target `ui/ui_HardWrapDialog.h'
Makefile.Release:626: warning: ignoring old commands for target `ui/ui_HardWrapDialog.h'
Makefile.Release:666: warning: overriding commands for target `ui/ui_ScriptManager.h'
Makefile.Release:629: warning: ignoring old commands for target `ui/ui_ScriptManager.h'
Makefile.Release:669: warning: overriding commands for target `ui/ui_ConfirmDelete.h'
Makefile.Release:632: warning: ignoring old commands for target `ui/ui_ConfirmDelete.h'
Makefile.Release:921: warning: overriding commands for target `obj/main.o'
Makefile.Release:690: warning: ignoring old commands for target `obj/main.o'
Makefile.Release:944: warning: overriding commands for target `obj/TWApp.o'
Makefile.Release:713: warning: ignoring old commands for target `obj/TWApp.o'
Makefile.Release:960: warning: overriding commands for target `obj/TWUtils.o'
Makefile.Release:729: warning: ignoring old commands for target `obj/TWUtils.o'
Makefile.Release:969: warning: overriding commands for target `obj/TWScriptable.o'
Makefile.Release:738: warning: ignoring old commands for target `obj/TWScriptable.o'
Makefile.Release:973: warning: overriding commands for target `obj/TWScript.o'
Makefile.Release:742: warning: ignoring old commands for target `obj/TWScript.o'
Makefile.Release:977: warning: overriding commands for target `obj/TWScriptAPI.o'
Makefile.Release:746: warning: ignoring old commands for target `obj/TWScriptAPI.o'
Makefile.Release:1004: warning: overriding commands for target `obj/TeXDocument.o'
Makefile.Release:773: warning: ignoring old commands for target `obj/TeXDocument.o'
Makefile.Release:1014: warning: overriding commands for target `obj/CompletingEdit.o'
Makefile.Release:780: warning: ignoring old commands for target `obj/CompletingEdit.o'
Makefile.Release:1028: warning: overriding commands for target `obj/TeXHighlighter.o'
Makefile.Release:794: warning: ignoring old commands for target `obj/TeXHighlighter.o'
Makefile.Release:1042: warning: overriding commands for target `obj/TeXDocks.o'
Makefile.Release:808: warning: ignoring old commands for target `obj/TeXDocks.o'
Makefile.Release:1059: warning: overriding commands for target `obj/PDFDocument.o'
Makefile.Release:825: warning: ignoring old commands for target `obj/PDFDocument.o'
Makefile.Release:1074: warning: overriding commands for target `obj/PDFDocks.o'
Makefile.Release:840: warning: ignoring old commands for target `obj/PDFDocks.o'
Makefile.Release:1090: warning: overriding commands for target `obj/FindDialog.o'
Makefile.Release:856: warning: ignoring old commands for target `obj/FindDialog.o'
Makefile.Release:1109: warning: overriding commands for target `obj/PrefsDialog.o'
Makefile.Release:875: warning: ignoring old commands for target `obj/PrefsDialog.o'
Makefile.Release:1118: warning: overriding commands for target `obj/TemplateDialog.o'
Makefile.Release:884: warning: ignoring old commands for target `obj/TemplateDialog.o'
Makefile.Release:1126: warning: overriding commands for target `obj/HardWrapDialog.o'
Makefile.Release:892: warning: ignoring old commands for target `obj/HardWrapDialog.o'
Makefile.Release:1134: warning: overriding commands for target `obj/ScriptManager.o'
Makefile.Release:900: warning: ignoring old commands for target `obj/ScriptManager.o'
Makefile.Release:1139: warning: overriding commands for target `obj/ConfirmDelete.o'
Makefile.Release:905: warning: ignoring old commands for target `obj/ConfirmDelete.o'
Makefile.Release:1143: warning: overriding commands for target `obj/synctex_parser.o'
Makefile.Release:909: warning: ignoring old commands for target `obj/synctex_parser.o'
Makefile.Release:1146: warning: overriding commands for target `obj/synctex_parser_utils.o'
Makefile.Release:912: warning: ignoring old commands for target `obj/synctex_parser_utils.o'
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
Warning: name gridLayout is already used
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
src/TWUtils.cpp:41: warning: ignoring #pragma mark 
src/TWUtils.cpp:994: warning: ignoring #pragma mark 
src/TWUtils.cpp:1005: warning: ignoring #pragma mark 
src/TWUtils.cpp:1038: warning: ignoring #pragma mark 
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
src/PDFDocument.cpp:79: warning: ignoring #pragma mark 
src/PDFDocument.cpp:142: warning: ignoring #pragma mark 
src/PDFDocument.cpp:1043: warning: ignoring #pragma mark 
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
src/synctex_parser_utils.c: In function '_synctex_error':
src/synctex_parser_utils.c:81: warning: implicit declaration of function '_vscprintf'
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 
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols?
./obj/main.o:main.cpp:(.text+0x0): multiple definition of `enumThreadWindowProc(HWND__*, long)@8'
./obj/main.o:main.cpp:(.text+0x0): first defined here
./obj/main.o:main.cpp:(.text+0x2c): multiple definition of `qMain(int, char**)'
./obj/main.o:main.cpp:(.text+0x2c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x0): multiple definition of `TWApp::changeLanguage()'
./obj/TWApp.o:TWApp.cpp:(.text+0x0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x8): multiple definition of `TWApp::maxRecentFiles() const'
./obj/TWApp.o:TWApp.cpp:(.text+0x8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x14): multiple definition of `TWApp::getDefaultCodec()'
./obj/TWApp.o:TWApp.cpp:(.text+0x14): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x20): multiple definition of `TWApp::setGlobal(QString const&, QVariant const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x20): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x334): multiple definition of `TWApp::createMessageTarget(QWidget*)'
./obj/TWApp.o:TWApp.cpp:(.text+0x334): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x44c): multiple definition of `TWApp::updateScriptsList()'
./obj/TWApp.o:TWApp.cpp:(.text+0x44c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x478): multiple definition of `TWApp::activatedWindow(QWidget*)'
./obj/TWApp.o:TWApp.cpp:(.text+0x478): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x484): multiple definition of `TWApp::updateWindowMenus()'
./obj/TWApp.o:TWApp.cpp:(.text+0x484): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x490): multiple definition of `TWApp::updateRecentFileActions()'
./obj/TWApp.o:TWApp.cpp:(.text+0x490): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x49c): multiple definition of `TWApp::emitHighlightLineOptionChanged()'
./obj/TWApp.o:TWApp.cpp:(.text+0x49c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x4a8): multiple definition of `TWApp::preferences()'
./obj/TWApp.o:TWApp.cpp:(.text+0x4a8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x4c0): multiple definition of `TWApp::openFile(QString const&, int)'
./obj/TWApp.o:TWApp.cpp:(.text+0x4c0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x5a0): multiple definition of `TWApp::newFile()'
./obj/TWApp.o:TWApp.cpp:(.text+0x5a0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x600): multiple definition of `TWApp::maybeQuit()'
./obj/TWApp.o:TWApp.cpp:(.text+0x600): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x610): multiple definition of `TWApp::getOpenWindows() const'
./obj/TWApp.o:TWApp.cpp:(.text+0x610): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x77c): multiple definition of `TWApp::arrangeWindows(void (*)(QList<QWidget*> const&, QRect const&))'
./obj/TWApp.o:TWApp.cpp:(.text+0x77c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xbec): multiple definition of `TWApp::tileWindows()'
./obj/TWApp.o:TWApp.cpp:(.text+0xbec): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xc08): multiple definition of `TWApp::stackWindows()'
./obj/TWApp.o:TWApp.cpp:(.text+0xc08): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xc24): multiple definition of `TWApp::setBinaryPaths(QStringList const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0xc24): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xe20): multiple definition of `TWApp::saveEngineList()'
./obj/TWApp.o:TWApp.cpp:(.text+0xe20): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x160c): multiple definition of `TWApp::~TWApp()'
./obj/TWApp.o:TWApp.cpp:(.text+0x160c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x16e4): multiple definition of `TWApp::~TWApp()'
./obj/TWApp.o:TWApp.cpp:(.text+0x16e4): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x17c0): multiple definition of `TWApp::newFromTemplate()'
./obj/TWApp.o:TWApp.cpp:(.text+0x17c0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x1878): multiple definition of `TWApp::~TWApp()'
./obj/TWApp.o:TWApp.cpp:(.text+0x1878): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x1954): multiple definition of `TWApp::getFileProperties(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x1954): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x1ee8): multiple definition of `TWApp::showScriptsFolder()'
./obj/TWApp.o:TWApp.cpp:(.text+0x1ee8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x1fb8): multiple definition of `TWApp::getOpenFileNames(QString)'
./obj/TWApp.o:TWApp.cpp:(.text+0x1fb8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2424): multiple definition of `TWApp::open()'
./obj/TWApp.o:TWApp.cpp:(.text+0x2424): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x27d8): multiple definition of `GetWindowsVersionString()'
./obj/TWApp.o:TWApp.cpp:(.text+0x27d8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2b0c): multiple definition of `TWApp::openRecentFile()'
./obj/TWApp.o:TWApp.cpp:(.text+0x2b0c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2bbc): multiple definition of `TWApp::setDefaultCodec(QTextCodec*)'
./obj/TWApp.o:TWApp.cpp:(.text+0x2bbc): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2da8): multiple definition of `TWApp::setMaxRecentFiles(int)'
./obj/TWApp.o:TWApp.cpp:(.text+0x2da8): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2f64): multiple definition of `TWApp::event(QEvent*)'
./obj/TWApp.o:TWApp.cpp:(.text+0x2f64): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x2fec): multiple definition of `TWApp::addToRecentFiles(QMap<QString, QVariant> const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x2fec): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x3824): multiple definition of `TWApp::openUrl(QUrl const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x3824): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x39c0): multiple definition of `TWApp::openHelpFile(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x39c0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x3bfc): multiple definition of `TWApp::goToHomePage()'
./obj/TWApp.o:TWApp.cpp:(.text+0x3bfc): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x3c90): multiple definition of `TWApp::launchAction()'
./obj/TWApp.o:TWApp.cpp:(.text+0x3c90): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x440c): multiple definition of `TWApp::globalDestroyed(QObject*)'
./obj/TWApp.o:TWApp.cpp:(.text+0x440c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x463c): multiple definition of `TWApp::applyTranslation(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x463c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x4fc4): multiple definition of `TWApp::system(QString const&, bool)'
./obj/TWApp.o:TWApp.cpp:(.text+0x4fc4): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x5540): multiple definition of `TWApp::init()'
./obj/TWApp.o:TWApp.cpp:(.text+0x5540): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x699c): multiple definition of `TWApp::TWApp(int&, char**)'
./obj/TWApp.o:TWApp.cpp:(.text+0x699c): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x6a78): multiple definition of `TWApp::TWApp(int&, char**)'
./obj/TWApp.o:TWApp.cpp:(.text+0x6a78): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x6b54): multiple definition of `TWApp::getOpenFileName(QString)'
./obj/TWApp.o:TWApp.cpp:(.text+0x6b54): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x6fc0): multiple definition of `TW_HiddenWindowProc(HWND__*, unsigned int, unsigned int, long)@16'
./obj/TWApp.o:TWApp.cpp:(.text+0x6fc0): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x7190): multiple definition of `TWApp::launchFile(QString const&, bool)'
./obj/TWApp.o:TWApp.cpp:(.text+0x7190): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x7470): multiple definition of `TWApp::findProgram(QString const&, QStringList const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x7470): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x7c50): multiple definition of `TWApp::setDefaultPaths()'
./obj/TWApp.o:TWApp.cpp:(.text+0x7c50): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x8718): multiple definition of `TWApp::getSaveFileName(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x8718): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x8aec): multiple definition of `TWApp::getPrefsBinaryPaths()'
./obj/TWApp.o:TWApp.cpp:(.text+0x8aec): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x8e30): multiple definition of `TWApp::getBinaryPaths(QStringList&)'
./obj/TWApp.o:TWApp.cpp:(.text+0x8e30): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0x9280): multiple definition of `TWApp::writeToMailingList()'
./obj/TWApp.o:TWApp.cpp:(.text+0x9280): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xa078): multiple definition of `TWApp::about()'
./obj/TWApp.o:TWApp.cpp:(.text+0xa078): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xad34): multiple definition of `TWApp::setDefaultEngineList()'
./obj/TWApp.o:TWApp.cpp:(.text+0xad34): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xd378): multiple definition of `TWApp::getEngineList()'
./obj/TWApp.o:TWApp.cpp:(.text+0xd378): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xe7c4): multiple definition of `TWApp::getNamedEngine(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0xe7c4): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xe918): multiple definition of `TWApp::setDefaultEngine(QString const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0xe918): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xeb48): multiple definition of `TWApp::getDefaultEngine()'
./obj/TWApp.o:TWApp.cpp:(.text+0xeb48): first defined here
./obj/TWApp.o:TWApp.cpp:(.text+0xebec): multiple definition of `TWApp::setEngineList(QList<Engine> const&)'
./obj/TWApp.o:TWApp.cpp:(.text+0xebec): first defined here
./obj/TWApp.o:TWApp.cpp:(.bss+0x0): multiple definition of `TWApp::theAppInstance'
./obj/TWApp.o:TWApp.cpp:(.bss+0x0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x0): multiple definition of `TWUtils::filterList()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc): multiple definition of `TWUtils::closerMatching(QChar)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x64): multiple definition of `TWUtils::openerMatching(QChar)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x64): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xbc): multiple definition of `TWUtils::includePdfCommand()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xbc): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc8): multiple definition of `TWUtils::includeImageCommand()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc8): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xd4): multiple definition of `TWUtils::includePostscriptCommand()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xd4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xe0): multiple definition of `TWUtils::includeTextCommand()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xe0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xec): multiple definition of `TWUtils::cleanupPatterns()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xec): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xf8): multiple definition of `TWUtils::balanceDelim(QString const&, int, QChar, int)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xf8): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1c0): multiple definition of `TWUtils::findOpeningDelim(QString const&, int)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1c0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x21c): multiple definition of `Engine::name() const'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x21c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x234): multiple definition of `Engine::program() const'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x234): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x24c): multiple definition of `Engine::showPdf() const'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x24c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x258): multiple definition of `Engine::setShowPdf(bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x258): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x268): multiple definition of `Engine::setProgram(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x268): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x280): multiple definition of `Engine::setName(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x280): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x298): multiple definition of `Engine::Engine()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x298): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2e4): multiple definition of `Engine::Engine()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2e4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x330): multiple definition of `CmdKeyFilter::eventFilter(QObject*, QEvent*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x330): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x340): multiple definition of `CmdKeyFilter::filter()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x340): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x3a4): multiple definition of `TWUtils::findNextWord(QString const&, int, int&, int&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x3a4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x948): multiple definition of `TWUtils::zoomToScreen(QWidget*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x948): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x99c): multiple definition of `TWUtils::ensureOnScreen(QWidget*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x99c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc38): multiple definition of `TWUtils::strippedName(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc38): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc8c): multiple definition of `TWUtils::isImageFile(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xc8c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xe40): multiple definition of `TWUtils::isPostscriptFile(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xe40): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0xf2c): multiple definition of `TWUtils::isPDFfile(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0xf2c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1018): multiple definition of `TWUtils::zoomToHalfScreen(QWidget*, bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1018): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1678): multiple definition of `TWUtils::sideBySide(QWidget*, QWidget*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1678): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x16fc): multiple definition of `TWUtils::applyToolbarOptions(QMainWindow*, int, bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x16fc): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1884): multiple definition of `TWUtils::stackWindowsInRect(QList<QWidget*> const&, QRect const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1884): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1b60): multiple definition of `TWUtils::tileWindowsInRect(QList<QWidget*> const&, QRect const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1b60): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1e6c): multiple definition of `Engine::arguments() const'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1e6c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1ea0): multiple definition of `Engine::Engine(Engine const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1ea0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1f44): multiple definition of `Engine::Engine(QString const&, QString const&, QStringList, bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1f44): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1ff0): multiple definition of `Engine::Engine(Engine const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x1ff0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2094): multiple definition of `Engine::Engine(QString const&, QString const&, QStringList, bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2094): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2140): multiple definition of `Engine::setArguments(QStringList const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2140): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x21a4): multiple definition of `Engine::operator=(Engine const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x21a4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2230): multiple definition of `SelWinAction::SelWinAction(QObject*, QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2230): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x22ec): multiple definition of `TWUtils::updateWindowMenu(QWidget*, QMenu*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x22ec): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2ae0): multiple definition of `SelWinAction::SelWinAction(QObject*, QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2ae0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2c64): multiple definition of `TWUtils::copyResources(QDir const&, QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x2c64): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x35b0): multiple definition of `TWUtils::findCodecs()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x35b0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x3ca4): multiple definition of `TWUtils::setDefaultFilters()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x3ca4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x404c): multiple definition of `TWUtils::insertHelpMenuItems(QMenu*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x404c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x51e8): multiple definition of `TWUtils::updateRecentFileActions(QObject*, QList<QAction*>&, QMenu*)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x51e8): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x6488): multiple definition of `TWUtils::getLibraryPath(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x6488): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x6c70): multiple definition of `TWUtils::getDictionary(QString const&)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x6c70): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x71c4): multiple definition of `TWUtils::getDictionaryList()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x71c4): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x7754): multiple definition of `TWUtils::getTranslationList()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x7754): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x8194): multiple definition of `TWUtils::readConfig()'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x8194): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.text+0x9ab8): multiple definition of `TWUtils::installCustomShortcuts(QWidget*, bool)'
./obj/TWUtils.o:TWUtils.cpp:(.text+0x9ab8): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x10): multiple definition of `TWUtils::filters'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x10): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x18): multiple definition of `TWUtils::pairClosers'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x18): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x14): multiple definition of `TWUtils::pairOpeners'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x14): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x1c): multiple definition of `TWUtils::sIncludePdfCommand'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x1c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x20): multiple definition of `TWUtils::sIncludeImageCommand'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x20): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x24): multiple definition of `TWUtils::sIncludePostscriptCommand'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x24): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x28): multiple definition of `TWUtils::sIncludeTextCommand'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x28): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x2c): multiple definition of `TWUtils::sCleanupPatterns'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x2c): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x30): multiple definition of `CmdKeyFilter::filterObj'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x30): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x0): multiple definition of `TWUtils::codecList'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x0): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0xc): multiple definition of `TWUtils::dictionaries'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0xc): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x8): multiple definition of `TWUtils::dictionaryList'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x8): first defined here
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x4): multiple definition of `TWUtils::translationList'
./obj/TWUtils.o:TWUtils.cpp:(.bss+0x4): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x0): multiple definition of `TWScriptable::selectWindow(bool)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x0): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x60): multiple definition of `TWScriptable::placeOnRight()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x60): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x7c): multiple definition of `TWScriptable::placeOnLeft()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x7c): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x98): multiple definition of `TWScriptable::showFloaters()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x98): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1c4): multiple definition of `TWScriptable::hideFloatersUnlessThis(QWidget*)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1c4): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x330): multiple definition of `TWScriptable::doManageScripts()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x330): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x33c): multiple definition of `TWScriptable::TWScriptable()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x33c): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x394): multiple definition of `TWScriptable::TWScriptable()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x394): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3ec): multiple definition of `TWScriptManager::addScript(QObject*, TWScript*)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3ec): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x40c): multiple definition of `non-virtual thunk to JSScriptInterface::newScript(QString const&)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x40c): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x414): multiple definition of `JSScriptInterface::newScript(QString const&)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x414): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x468): multiple definition of `TWScriptManager::clear()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x468): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x590): multiple definition of `TWScriptManager::addScriptsInDirectory(TWScriptList*, TWScriptList*, QDir const&, QStringList const&, QStringList const&)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x590): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xaf8): multiple definition of `TWScriptManager::getHookScripts(QString const&) const'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xaf8): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xcc4): multiple definition of `TWScriptManager::reloadScriptsInList(TWScriptList*, QStringList&)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xcc4): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xeb4): multiple definition of `TWScriptManager::reloadScripts(bool)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0xeb4): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x14c0): multiple definition of `TWScriptable::addScriptsToMenu(QMenu*, TWScriptList*)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x14c0): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1810): multiple definition of `TWScriptable::updateScriptsMenu()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1810): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x19d0): multiple definition of `TWScriptable::initScriptable(QMenu*, QAction*, QAction*, QAction*, QAction*)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x19d0): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1b34): multiple definition of `TWScriptable::doAboutScripts()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x1b34): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x23f8): multiple definition of `TWScriptManager::saveDisabledList()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x23f8): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x2df4): multiple definition of `JSScript::execute(TWScriptAPI*) const'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x2df4): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3558): multiple definition of `TWScriptManager::loadPlugins()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3558): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3d18): multiple definition of `TWScriptManager::TWScriptManager()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3d18): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3de0): multiple definition of `TWScriptManager::TWScriptManager()'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3de0): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3ea8): multiple definition of `TWScriptable::runScript(QObject*, TWScript::ScriptType)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x3ea8): first defined here
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x43a4): multiple definition of `TWScriptable::runHooks(QString const&)'
./obj/TWScriptable.o:TWScriptable.cpp:(.text+0x43a4): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x0): multiple definition of `TWScript::hasChanged() const'
./obj/TWScript.o:TWScript.cpp:(.text+0x0): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0xb4): multiple definition of `TWScript::run(QObject*, QVariant&)'
./obj/TWScript.o:TWScript.cpp:(.text+0xb4): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x12c): multiple definition of `TWScript::TWScript(TWScriptLanguageInterface*, QString const&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x12c): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x25c): multiple definition of `TWScript::TWScript(TWScriptLanguageInterface*, QString const&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x25c): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x38c): multiple definition of `TWScript::doSetProperty(QObject*, QString const&, QVariant const&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x38c): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x4a4): multiple definition of `TWScript::doGetProperty(QObject const*, QString const&, QVariant&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x4a4): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x758): multiple definition of `TWScript::globalDestroyed(QObject*)'
./obj/TWScript.o:TWScript.cpp:(.text+0x758): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x988): multiple definition of `TWScript::setGlobal(QString const&, QVariant const&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x988): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0xc9c): multiple definition of `TWScript::doCallMethod(QObject*, QString const&, QList<QVariant>&, QVariant&)'
./obj/TWScript.o:TWScript.cpp:(.text+0xc9c): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x1f24): multiple definition of `TWScript::doParseHeader(QStringList const&)'
./obj/TWScript.o:TWScript.cpp:(.text+0x1f24): first defined here
./obj/TWScript.o:TWScript.cpp:(.text+0x2bc0): multiple definition of `TWScript::doParseHeader(QString const&, QString const&, QString const&, bool)'
./obj/TWScript.o:TWScript.cpp:(.text+0x2bc0): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x0): multiple definition of `TWScriptAPI::strlen(QString const&) const'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x0): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x10): multiple definition of `TWScriptAPI::platform() const'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x10): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x3c): multiple definition of `TWScriptAPI::findChildWidget(QWidget*, QString const&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x3c): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x60): multiple definition of `TWScriptAPI::progressDialog(QWidget*)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x60): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0xfc): multiple definition of `TWScriptAPI::yield()'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0xfc): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x118): multiple definition of `TWScriptAPI::getDouble(QWidget*, QString const&, QString const&, double, double, double, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x118): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x1c8): multiple definition of `TWScriptAPI::getInt(QWidget*, QString const&, QString const&, int, int, int, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x1c8): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x260): multiple definition of `TWScriptAPI::critical(QWidget*, QString const&, QString const&, int, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x260): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x298): multiple definition of `TWScriptAPI::warning(QWidget*, QString const&, QString const&, int, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x298): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x2d0): multiple definition of `TWScriptAPI::question(QWidget*, QString const&, QString const&, int, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x2d0): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x308): multiple definition of `TWScriptAPI::information(QWidget*, QString const&, QString const&, int, int)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x308): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x340): multiple definition of `TWScriptAPI::SetResult(QVariant const&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x340): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x358): multiple definition of `TWScriptAPI::TWScriptAPI(TWScript*, QObject*, QObject*, QVariant&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x358): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x398): multiple definition of `TWScriptAPI::TWScriptAPI(TWScript*, QObject*, QObject*, QVariant&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x398): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x3d8): multiple definition of `TWScriptAPI::getItem(QWidget*, QString const&, QString const&, QStringList const&, int, bool)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x3d8): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x498): multiple definition of `TWScriptAPI::getText(QWidget*, QString const&, QString const&, QString const&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x498): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x550): multiple definition of `TWScriptAPI::createUI(QString const&, QWidget*)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x550): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x6fc): multiple definition of `TWScriptAPI::createUIFromString(QString const&, QWidget*)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x6fc): first defined here
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x7e0): multiple definition of `TWScriptAPI::makeConnection(QObject*, QString const&, QObject*, QString const&)'
./obj/TWScriptAPI.o:TWScriptAPI.cpp:(.text+0x7e0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x38): multiple definition of `TeXDocument::detachPdf()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x38): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x9c): multiple definition of `TeXDocument::dragLeaveEvent(QDragLeaveEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x9c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x120): multiple definition of `TeXDocument::dragMoveEvent(QDragMoveEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x120): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2a4): multiple definition of `TeXDocument::insertText(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2a4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2fc): multiple definition of `TeXDocument::tagsChanged()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2fc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x324): multiple definition of `TeXDocument::pdfClosed()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x324): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x350): multiple definition of `TeXDocument::maybeEnableSaveAndRevert(bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x350): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3b8): multiple definition of `TeXDocument::selectRange(int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3b8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x444): multiple definition of `TeXDocument::interrupt()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x444): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x474): multiple definition of `TeXDocument::replaceSelection(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x474): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x520): multiple definition of `TeXDocument::zoomToLeft(QWidget*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x520): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x588): multiple definition of `TeXDocument::setSyntaxColoring(int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x588): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5a0): multiple definition of `TeXDocument::setWrapLines(bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5a0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5dc): multiple definition of `TeXDocument::setLineNumbers(bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5dc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x618): multiple definition of `TeXDocument::prefixLines(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x618): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x7f4): multiple definition of `TeXDocument::clear()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x7f4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x844): multiple definition of `TeXDocument::doFontDialog()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x844): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8f0): multiple definition of `TeXDocument::maybeCenterSelection(int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8f0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x9b0): multiple definition of `TeXDocument::showSelection()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x9b0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa10): multiple definition of `TeXDocument::goToLine(int, int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa10): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xb74): multiple definition of `TeXDocument::getLineText(int) const'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xb74): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xbfc): multiple definition of `TeXDocument::sideBySide()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xbfc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc58): multiple definition of `TeXDocument::updateWindowMenu()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc58): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc78): multiple definition of `TeXDocument::updateRecentFileActions()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc78): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xca0): multiple definition of `TeXDocument::editMenuAboutToShow()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xca0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xce0): multiple definition of `TeXDocument::clipboardChanged()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xce0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xda0): multiple definition of `TeXDocument::setLangInternal(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xda0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe64): multiple definition of `TeXDocument::clearFileWatcher()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe64): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf48): multiple definition of `TeXDocument::setAutoIndentMode(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf48): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x109c): multiple definition of `TeXDocument::setSmartQuotesMode(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x109c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x11f0): multiple definition of `TeXDocument::setSyntaxColoringMode(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x11f0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1344): multiple definition of `TeXDocument::setSpellcheckLanguage(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1344): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14e0): multiple definition of `TeXDocument::unPrefixLines(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14e0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1734): multiple definition of `TeXDocument::selectedEngine(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1734): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1898): multiple definition of `TeXDocument::processStandardOutput()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1898): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19bc): multiple definition of `TeXDocument::executeAfterTypesetHooks()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19bc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2140): multiple definition of `TeXDocument::hideConsole()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2140): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x21e4): multiple definition of `TeXDocument::showConsole()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x21e4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2290): multiple definition of `TeXDocument::toggleConsoleVisibility()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2290): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x22d8): multiple definition of `TeXDocument::selectedEngine(QAction*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x22d8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x23d8): multiple definition of `TeXDocument::doIndent()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x23d8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2440): multiple definition of `TeXDocument::doComment()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2440): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x24a8): multiple definition of `TeXDocument::doSearch(QTextDocument*, QString const&, QRegExp const*, QFlags<QTextDocument::FindFlag>, int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x24a8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x28d8): multiple definition of `TeXDocument::doReplaceAll(QString const&, QRegExp*, QString const&, QFlags<QTextDocument::FindFlag>, int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x28d8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2c68): multiple definition of `TeXDocument::showEncodingSetting()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2c68): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2d5c): multiple definition of `TeXDocument::doUnindent()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2d5c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2dc4): multiple definition of `TeXDocument::doLineDialog()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2dc4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2f5c): multiple definition of `TeXDocument::findDocument(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x2f5c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3148): multiple definition of `TeXDocument::showCursorPosition()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3148): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3400): multiple definition of `TeXDocument::doUncomment()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3400): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3468): multiple definition of `TeXDocument::toUppercase()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3468): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3540): multiple definition of `TeXDocument::toggleCase()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3540): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x36d4): multiple definition of `TeXDocument::toLowercase()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x36d4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x37ac): multiple definition of `TeXDocument::doHardWrap(int, bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x37ac): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3fdc): multiple definition of `TeXDocument::doHardWrapDialog()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x3fdc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x40a4): multiple definition of `TeXDocument::balanceDelimiters()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x40a4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4230): multiple definition of `TeXDocument::encodingPopup(QPoint)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4230): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x45a4): multiple definition of `TeXDocument::acceptInputLine()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x45a4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x48e0): multiple definition of `non-virtual thunk to TeXDocument::~TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x48e0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x48e8): multiple definition of `TeXDocument::~TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x48e8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4aac): multiple definition of `non-virtual thunk to TeXDocument::~TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4aac): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4ab4): multiple definition of `TeXDocument::~TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4ab4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4c70): multiple definition of `TeXDocument::~TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4c70): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4e2c): multiple definition of `TeXDocument::goToTag(int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4e2c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4ea8): multiple definition of `TeXDocument::open()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x4ea8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x55e0): multiple definition of `TeXDocument::setCurrentFile(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x55e0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5a88): multiple definition of `TeXDocument::makeUntitled()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5a88): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5b04): multiple definition of `TeXDocument::removeTags(int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5b04): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5c5c): multiple definition of `TeXDocument::setupFileWatcher()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5c5c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5d60): multiple definition of `TeXDocument::copyToReplace()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x5d60): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6064): multiple definition of `TeXDocument::addTag(QTextCursor const&, int, QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6064): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6210): multiple definition of `TeXDocument::changeEvent(QEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6210): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6318): multiple definition of `TeXDocument::dragEnterEvent(QDragEnterEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6318): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x64f8): multiple definition of `TeXDocument::copyToFind()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x64f8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6978): multiple definition of `TeXDocument::updateTypesettingAction()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6978): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6bf8): multiple definition of `TeXDocument::processError(QProcess::ProcessError)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6bf8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6d1c): multiple definition of `TeXDocument::scanForEncoding(QString const&, bool&, QString&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x6d1c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x7334): multiple definition of `TeXDocument::contentsChanged(int, int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x7334): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x79bc): multiple definition of `TeXDocument::readFile(QString const&, QTextCodec**, int*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x79bc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8680): multiple definition of `TeXDocument::dropEvent(QDropEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8680): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8c24): multiple definition of `TeXDocument::openAt(QAction*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8c24): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8f2c): multiple definition of `TeXDocument::doFindAgain(bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x8f2c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa514): multiple definition of `TeXDocument::findSelection()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa514): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa53c): multiple definition of `TeXDocument::doFindDialog()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa53c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa578): multiple definition of `TeXDocument::saveFile(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xa578): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xb388): multiple definition of `TeXDocument::doReplace(ReplaceDialog::DialogCode)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xb388): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc8d0): multiple definition of `TeXDocument::doReplaceAgain()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc8d0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc8ec): multiple definition of `TeXDocument::doReplaceDialog()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc8ec): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc91c): multiple definition of `TeXDocument::event(QEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xc91c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd064): multiple definition of `TeXDocument::showLineEndingSetting()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd064): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd244): multiple definition of `TeXDocument::lineEndingPopup(QPoint)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd244): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd4bc): multiple definition of `TeXDocument::findRootFilePath()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xd4bc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdb08): multiple definition of `TeXDocument::removeAuxFiles()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdb08): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdf0c): multiple definition of `TeXDocument::getRootFilePath()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdf0c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdf2c): multiple definition of `TeXDocument::getPreviewFileName(QString&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xdf2c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe274): multiple definition of `TeXDocument::openPdfIfAvailable(bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe274): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe460): multiple definition of `TeXDocument::goToPreview()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe460): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe4d0): multiple definition of `TeXDocument::syncClick(int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe4d0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe514): multiple definition of `TeXDocument::processFinished(int, QProcess::ExitStatus)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe514): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe8d4): multiple definition of `TeXDocument::saveAs()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xe8d4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf254): multiple definition of `TeXDocument::save()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf254): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf284): multiple definition of `TeXDocument::saveFilesHavingRoot(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf284): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf378): multiple definition of `TeXDocument::typeset()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0xf378): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x107f4): multiple definition of `TeXDocument::maybeSave()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x107f4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x10afc): multiple definition of `TeXDocument::saveAll()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x10afc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x10bdc): multiple definition of `TeXDocument::updateEngineList()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x10bdc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x11328): multiple definition of `TeXDocument::init()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x11328): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14538): multiple definition of `TeXDocument::TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14538): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x146fc): multiple definition of `TeXDocument::newFile()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x146fc): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x147b4): multiple definition of `TeXDocument::TeXDocument()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x147b4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14978): multiple definition of `TeXDocument::saveRecentFileInfo()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x14978): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x16598): multiple definition of `TeXDocument::loadFile(QString const&, bool, bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x16598): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x18748): multiple definition of `TeXDocument::reloadIfChangedOnDisk()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x18748): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x18f6c): multiple definition of `TeXDocument::revert()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x18f6c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x192d4): multiple definition of `TeXDocument::TeXDocument(QString const&, bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x192d4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1943c): multiple definition of `TeXDocument::open(QString const&)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x1943c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19548): multiple definition of `TeXDocument::openDocument(QString const&, bool, bool, int, int, int)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19548): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x196a8): multiple definition of `TeXDocument::errorLineClicked(QTableWidgetItem*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x196a8): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x198f0): multiple definition of `TeXDocument::newFromTemplate()'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x198f0): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19a5c): multiple definition of `TeXDocument::TeXDocument(QString const&, bool)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19a5c): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19bc4): multiple definition of `TeXDocument::closeEvent(QCloseEvent*)'
./obj/TeXDocument.o:TeXDocument.cpp:(.text+0x19bc4): first defined here
./obj/TeXDocument.o:TeXDocument.cpp:(.bss+0x0): multiple definition of `TeXDocument::docList'
./obj/TeXDocument.o:TeXDocument.cpp:(.bss+0x0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x0): multiple definition of `CompletingEdit::setSmartQuotesMode(int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x34): multiple definition of `CompletingEdit::setSpellChecker(Hunhandle*, QTextCodec*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x34): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x48): multiple definition of `CompletingEdit::setAutoIndentMode(int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x48): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x7c): multiple definition of `CompletingEdit::addToDictionary()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x7c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x84): multiple definition of `CompletingEdit::setHighlightCurrentLine(bool)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x84): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xac): multiple definition of `CompletingEdit::scrollContentsBy(int, int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xac): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x118): multiple definition of `CompletingEdit::event(QEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x118): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x18c): multiple definition of `CompletingEdit::lineNumberAreaWidth()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x18c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x234): multiple definition of `CompletingEdit::resizeEvent(QResizeEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x234): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2a0): multiple definition of `CompletingEdit::updateLineNumberAreaWidth(int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2a0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x328): multiple definition of `CompletingEdit::updateLineNumberArea(QRect const&, int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x328): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3f0): multiple definition of `CompletingEdit::setLineNumberDisplay(bool)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3f0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x424): multiple definition of `CompletingEdit::canInsertFromMimeData(QMimeData const*) const'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x424): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x438): multiple definition of `CompletingEdit::correction(QString const&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x438): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x450): multiple definition of `CompletingEdit::dragEnterEvent(QDragEnterEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x450): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x490): multiple definition of `CompletingEdit::jumpToPdf()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x490): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x50c): multiple definition of `CompletingEdit::handleBackspace(QKeyEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x50c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5bc): multiple definition of `CompletingEdit::setCompleter(QCompleter*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5bc): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5e4): multiple definition of `CompletingEdit::focusInEvent(QFocusEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5e4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x61c): multiple definition of `CompletingEdit::timerEvent(QTimerEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x61c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x65c): multiple definition of `CompletingEdit::mouseDoubleClickEvent(QMouseEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x65c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x6a0): multiple definition of `CompletingEdit::blockSelectionForPos(QPoint const&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x6a0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x760): multiple definition of `CompletingEdit::lineNumberAreaPaintEvent(QPaintEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x760): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xafc): multiple definition of `CompletingEdit::ignoreWord()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xafc): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xbdc): multiple definition of `non-virtual thunk to CompletingEdit::~CompletingEdit()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xbdc): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xbe4): multiple definition of `CompletingEdit::~CompletingEdit()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xbe4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xcec): multiple definition of `non-virtual thunk to CompletingEdit::~CompletingEdit()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xcec): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xcf4): multiple definition of `CompletingEdit::~CompletingEdit()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xcf4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xdf4): multiple definition of `CompletingEdit::~CompletingEdit()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xdf4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xef4): multiple definition of `CompletingEdit::resetExtraSelections()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0xef4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x10d4): multiple definition of `CompletingEdit::showCompletion(QString const&, int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x10d4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x12cc): multiple definition of `CompletingEdit::cursorPositionChangedSlot()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x12cc): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x13e4): multiple definition of `CompletingEdit::loadCompletionsFromFile(QStandardItemModel*, QString const&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x13e4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1b20): multiple definition of `CompletingEdit::loadCompletionFiles(QCompleter*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1b20): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1dc8): multiple definition of `CompletingEdit::insertFromMimeData(QMimeData const*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1dc8): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1e6c): multiple definition of `CompletingEdit::smartenQuotes()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x1e6c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x209c): multiple definition of `CompletingEdit::handleReturn(QKeyEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x209c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x228c): multiple definition of `CompletingEdit::dropEvent(QDropEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x228c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x23a0): multiple definition of `CompletingEdit::selectWord(QTextCursor&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x23a0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x24d4): multiple definition of `CompletingEdit::wordSelectionForPos(QPoint const&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x24d4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x27d8): multiple definition of `CompletingEdit::maybeSmartenQuote(int)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x27d8): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2988): multiple definition of `CompletingEdit::setSelectionClipboard(QTextCursor const&)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2988): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2a50): multiple definition of `CompletingEdit::mouseReleaseEvent(QMouseEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2a50): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2b04): multiple definition of `CompletingEdit::mouseMoveEvent(QMouseEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x2b04): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x32e8): multiple definition of `CompletingEdit::mousePressEvent(QMouseEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x32e8): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3568): multiple definition of `CompletingEdit::loadIndentModes()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3568): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3c1c): multiple definition of `CompletingEdit::autoIndentModes()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3c1c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3d20): multiple definition of `CompletingEdit::showCurrentCompletion()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x3d20): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x419c): multiple definition of `CompletingEdit::handleCompletionShortcut(QKeyEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x419c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x4aa4): multiple definition of `CompletingEdit::contextMenuEvent(QContextMenuEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x4aa4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5410): multiple definition of `CompletingEdit::loadSmartQuotesModes()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5410): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5e40): multiple definition of `CompletingEdit::smartQuotesModes()'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5e40): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5f44): multiple definition of `CompletingEdit::CompletingEdit(QWidget*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x5f44): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x6868): multiple definition of `CompletingEdit::CompletingEdit(QWidget*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x6868): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x718c): multiple definition of `CompletingEdit::handleOtherKey(QKeyEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x718c): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x75b4): multiple definition of `CompletingEdit::keyPressEvent(QKeyEvent*)'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.text+0x75b4): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x14): multiple definition of `CompletingEdit::quotesModes'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x14): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x10): multiple definition of `CompletingEdit::indentModes'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x10): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.data+0x0): multiple definition of `CompletingEdit::highlightCurrentLine'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.data+0x0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x0): multiple definition of `CompletingEdit::currentCompletionFormat'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x0): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x8): multiple definition of `CompletingEdit::currentLineFormat'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x8): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0xc): multiple definition of `CompletingEdit::sharedCompleter'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0xc): first defined here
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x4): multiple definition of `CompletingEdit::braceMatchingFormat'
./obj/CompletingEdit.o:CompletingEdit.cpp:(.bss+0x4): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x0): multiple definition of `TeXHighlighter::setSpellChecker(Hunhandle*, QTextCodec*)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x0): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x20): multiple definition of `TeXHighlighter::setActiveIndex(int)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x20): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x6c): multiple definition of `TeXHighlighter::spellCheckRange(QString const&, int, int, QTextCharFormat const&)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x6c): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1f8): multiple definition of `TeXHighlighter::highlightBlock(QString const&)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1f8): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x6d8): multiple definition of `TeXHighlighter::loadPatterns()'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x6d8): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1a1c): multiple definition of `TeXHighlighter::syntaxOptions()'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1a1c): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1bf4): multiple definition of `TeXHighlighter::TeXHighlighter(QTextDocument*, TeXDocument*)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1bf4): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1ce0): multiple definition of `TeXHighlighter::TeXHighlighter(QTextDocument*, TeXDocument*)'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.text+0x1ce0): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.bss+0x0): multiple definition of `TeXHighlighter::syntaxRules'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.bss+0x0): first defined here
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.bss+0x4): multiple definition of `TeXHighlighter::tagPatterns'
./obj/TeXHighlighter.o:TeXHighlighter.cpp:(.bss+0x4): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x0): multiple definition of `TeXDock::myVisibilityChanged(bool)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x0): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x3c): multiple definition of `TeXDockTreeWidget::sizeHint() const'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x3c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x4c): multiple definition of `non-virtual thunk to TeXDockTreeWidget::~TeXDockTreeWidget()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x4c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x54): multiple definition of `TeXDockTreeWidget::~TeXDockTreeWidget()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x54): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x74): multiple definition of `TeXDockTreeWidget::~TeXDockTreeWidget()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x74): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x94): multiple definition of `non-virtual thunk to TeXDockTreeWidget::~TeXDockTreeWidget()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x94): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x9c): multiple definition of `TeXDockTreeWidget::~TeXDockTreeWidget()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x9c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0xcc): multiple definition of `TeXDockTreeWidget::TeXDockTreeWidget(QWidget*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0xcc): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x124): multiple definition of `TeXDockTreeWidget::TeXDockTreeWidget(QWidget*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x124): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x17c): multiple definition of `TagsDock::listChanged()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x17c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x1dc): multiple definition of `non-virtual thunk to TeXDock::~TeXDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x1dc): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x1e4): multiple definition of `TeXDock::~TeXDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x1e4): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x214): multiple definition of `non-virtual thunk to TeXDock::~TeXDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x214): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x21c): multiple definition of `TeXDock::~TeXDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x21c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x23c): multiple definition of `TeXDock::~TeXDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x23c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x25c): multiple definition of `non-virtual thunk to TagsDock::~TagsDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x25c): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x264): multiple definition of `TagsDock::~TagsDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x264): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x290): multiple definition of `non-virtual thunk to TagsDock::~TagsDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x290): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x298): multiple definition of `TagsDock::~TagsDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x298): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x2b4): multiple definition of `TagsDock::~TagsDock()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x2b4): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x2d0): multiple definition of `TeXDock::TeXDock(QString const&, TeXDocument*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x2d0): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x354): multiple definition of `TeXDock::TeXDock(QString const&, TeXDocument*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x354): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x3d8): multiple definition of `TagsDock::TagsDock(TeXDocument*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x3d8): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x570): multiple definition of `TagsDock::TagsDock(TeXDocument*)'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x570): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x708): multiple definition of `TagsDock::followTagSelection()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x708): first defined here
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x8b0): multiple definition of `TagsDock::fillInfo()'
./obj/TeXDocks.o:TeXDocks.cpp:(.text+0x8b0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x0): multiple definition of `PDFWidget::resetMagnifier()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c): multiple definition of `PDFWidget::saveState()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x48): multiple definition of `PDFDocument::resetMagnifier()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x48): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xd8): multiple definition of `PDFDocument::enableTypesetAction(bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xd8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xf8): multiple definition of `PDFDocument::enableZoomActions(double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xf8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x158): multiple definition of `PDFDocument::enablePageActions(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x158): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1e8): multiple definition of `PDFDocument::adjustScaleActions(autoScaleOption)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1e8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x230): multiple definition of `PDFDocument::goToSource()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x230): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2a4): multiple definition of `PDFDocument::interrupt()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2a4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2f8): multiple definition of `PDFDocument::retypeset()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2f8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x34c): multiple definition of `PDFDocument::zoomToRight(QWidget*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x34c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3b4): multiple definition of `PDFWidget::getScrollArea()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3b4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3e4): multiple definition of `PDFDocument::reloadWhenIdle()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3e4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x494): multiple definition of `PDFDocument::event(QEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x494): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4d0): multiple definition of `PDFDocument::sideBySide()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4d0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x570): multiple definition of `PDFDocument::updateWindowMenu()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x570): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x590): multiple definition of `PDFDocument::updateRecentFileActions()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x590): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5b8): multiple definition of `PDFDocument::texClosed(QObject*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5b8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x688): multiple definition of `PDFDocument::linkToSource(TeXDocument*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x688): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6f4): multiple definition of `PDFWidget::clearHighlight()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6f4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x74c): multiple definition of `PDFWidget::setHighlightPath(QPainterPath const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x74c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x888): multiple definition of `PDFWidget::updateCursor()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x888): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9c4): multiple definition of `PDFWidget::setTool(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9c4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9dc): multiple definition of `PDFWidget::jumpToSource()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9dc): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xa90): multiple definition of `PDFMagnifier::setPage(Poppler::Page*, double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xa90): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xe14): multiple definition of `PDFWidget::paintEvent(QPaintEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xe14): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x11a4): multiple definition of `non-virtual thunk to PDFWidget::~PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x11a4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x11ac): multiple definition of `PDFWidget::~PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x11ac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1268): multiple definition of `non-virtual thunk to PDFWidget::~PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1268): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1270): multiple definition of `PDFWidget::~PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1270): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1324): multiple definition of `PDFWidget::~PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1324): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x13d8): multiple definition of `PDFMagnifier::PDFMagnifier(QWidget*, double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x13d8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1488): multiple definition of `PDFMagnifier::PDFMagnifier(QWidget*, double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1488): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x162c): multiple definition of `PDFWidget::adjustSize()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x162c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1788): multiple definition of `PDFWidget::setResolution(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1788): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x17b0): multiple definition of `PDFDocument::setResolution(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x17b0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x17d0): multiple definition of `PDFMagnifier::paintEvent(QPaintEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x17d0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1930): multiple definition of `PDFDocument::setCurrentFile(QString const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1930): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1b90): multiple definition of `PDFMagnifier::resizeEvent(QResizeEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1b90): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1df8): multiple definition of `PDFDocument::showScale(double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1df8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1efc): multiple definition of `PDFDocument::showPage(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x1efc): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2054): multiple definition of `PDFWidget::updateStatusBar()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2054): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x20ac): multiple definition of `PDFWidget::restoreState()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x20ac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2118): multiple definition of `PDFWidget::doZoom(QPoint const&, int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2118): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x23a4): multiple definition of `PDFWidget::zoomOut()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x23a4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2418): multiple definition of `PDFWidget::zoomIn()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2418): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x248c): multiple definition of `PDFWidget::fitWindow(bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x248c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x25cc): multiple definition of `PDFDocument::toggleFullScreen()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x25cc): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2778): multiple definition of `PDFWidget::fitWidth(bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2778): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2880): multiple definition of `PDFWidget::windowResized()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2880): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x28d8): multiple definition of `PDFWidget::fixedScale(double)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x28d8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2958): multiple definition of `PDFWidget::reloadPage()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2958): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2a9c): multiple definition of `PDFWidget::goToPage(int)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2a9c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2aec): multiple definition of `PDFWidget::goToDestination(Poppler::LinkDestination const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2aec): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c3c): multiple definition of `PDFWidget::goToDestination(QString const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c3c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c78): multiple definition of `PDFDocument::goToDestination(QString const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c78): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c98): multiple definition of `PDFWidget::goLast()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2c98): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2cec): multiple definition of `PDFWidget::goNext()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2cec): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2d34): multiple definition of `PDFWidget::rightOrNext()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2d34): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2df4): multiple definition of `PDFWidget::downOrNext()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2df4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2eb4): multiple definition of `PDFWidget::goPrev()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2eb4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2ee8): multiple definition of `PDFWidget::leftOrPrev()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2ee8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2f94): multiple definition of `PDFWidget::upOrPrev()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x2f94): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3040): multiple definition of `PDFWidget::wheelEvent(QWheelEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3040): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3274): multiple definition of `PDFWidget::goFirst()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3274): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x32ac): multiple definition of `PDFWidget::setDocument(Poppler::Document*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x32ac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x32c4): multiple definition of `PDFDocument::findDocument(QString const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x32c4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3498): multiple definition of `non-virtual thunk to PDFDocument::~PDFDocument()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3498): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x34a0): multiple definition of `PDFDocument::~PDFDocument()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x34a0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x35b8): multiple definition of `non-virtual thunk to PDFDocument::~PDFDocument()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x35b8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x35c0): multiple definition of `PDFDocument::~PDFDocument()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x35c0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x36d0): multiple definition of `PDFDocument::~PDFDocument()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x36d0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x37e0): multiple definition of `PDFWidget::doPageDialog()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x37e0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3960): multiple definition of `PDFDocument::dragEnterEvent(QDragEnterEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3960): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3b40): multiple definition of `PDFWidget::contextMenuEvent(QContextMenuEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3b40): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3da8): multiple definition of `PDFDocument::updateTypesettingAction(bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x3da8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4028): multiple definition of `PDFDocument::dropEvent(QDropEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4028): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4268): multiple definition of `PDFDocument::syncFromSource(QString const&, int, bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4268): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4690): multiple definition of `PDFDocument::syncClick(int, QPointF const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4690): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4910): multiple definition of `PDFDocument::doFindAgain(bool)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x4910): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x51c4): multiple definition of `PDFDocument::doFindDialog()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x51c4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x51f8): multiple definition of `PDFDocument::changeEvent(QEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x51f8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5308): multiple definition of `PDFWidget::updateCursor(QPoint const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5308): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5a28): multiple definition of `PDFWidget::focusInEvent(QFocusEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5a28): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5a74): multiple definition of `PDFWidget::keyReleaseEvent(QKeyEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5a74): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5ac0): multiple definition of `PDFWidget::keyPressEvent(QKeyEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5ac0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5b0c): multiple definition of `PDFWidget::mouseMoveEvent(QMouseEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5b0c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5d44): multiple definition of `PDFWidget::PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x5d44): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6dac): multiple definition of `PDFDocument::loadSyncData()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6dac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6ff0): multiple definition of `PDFWidget::useMagnifier(QMouseEvent const*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x6ff0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x72e8): multiple definition of `PDFWidget::mouseDoubleClickEvent(QMouseEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x72e8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x7334): multiple definition of `PDFWidget::mousePressEvent(QMouseEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x7334): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x7644): multiple definition of `PDFWidget::PDFWidget()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x7644): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x86ac): multiple definition of `PDFDocument::init()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x86ac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x98d8): multiple definition of `PDFDocument::reload()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x98d8): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9d1c): multiple definition of `PDFDocument::loadFile(QString const&)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9d1c): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9e70): multiple definition of `PDFDocument::PDFDocument(QString const&, TeXDocument*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0x9e70): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xa6c4): multiple definition of `PDFDocument::PDFDocument(QString const&, TeXDocument*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xa6c4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xaf18): multiple definition of `PDFWidget::doLink(Poppler::Link const*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xaf18): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xb4ac): multiple definition of `PDFWidget::mouseReleaseEvent(QMouseEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xb4ac): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xb6a4): multiple definition of `PDFDocument::saveRecentFileInfo()'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xb6a4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xbea4): multiple definition of `PDFDocument::closeEvent(QCloseEvent*)'
./obj/PDFDocument.o:PDFDocument.cpp:(.text+0xbea4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0xc): multiple definition of `PDFDocument::docList'
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0xc): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x4): multiple definition of `PDFWidget::zoomInCursor'
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x4): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x0): multiple definition of `PDFWidget::magnifierCursor'
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x0): first defined here
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x8): multiple definition of `PDFWidget::zoomOutCursor'
./obj/PDFDocument.o:PDFDocument.cpp:(.bss+0x8): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x0): multiple definition of `PDFDock::documentLoaded()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x0): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x28): multiple definition of `PDFDock::documentClosed()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x28): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x34): multiple definition of `PDFDock::pageChanged(int)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x34): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3c): multiple definition of `PDFDockTreeWidget::sizeHint() const'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4c): multiple definition of `PDFDockListWidget::sizeHint() const'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5c): multiple definition of `PDFScrollArea::resizeEvent(QResizeEvent*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x84): multiple definition of `non-virtual thunk to PDFScrollArea::~PDFScrollArea()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x84): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x8c): multiple definition of `PDFScrollArea::~PDFScrollArea()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x8c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xac): multiple definition of `PDFScrollArea::~PDFScrollArea()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xac): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xcc): multiple definition of `non-virtual thunk to PDFScrollArea::~PDFScrollArea()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xcc): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xd4): multiple definition of `PDFScrollArea::~PDFScrollArea()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0xd4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x104): multiple definition of `PDFScrollArea::PDFScrollArea(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x104): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x134): multiple definition of `PDFScrollArea::PDFScrollArea(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x134): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x164): multiple definition of `non-virtual thunk to PDFDockListWidget::~PDFDockListWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x164): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x16c): multiple definition of `PDFDockListWidget::~PDFDockListWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x16c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x19c): multiple definition of `non-virtual thunk to PDFDockListWidget::~PDFDockListWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x19c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1a4): multiple definition of `PDFDockListWidget::~PDFDockListWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1a4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1c4): multiple definition of `PDFDockListWidget::~PDFDockListWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1c4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1e4): multiple definition of `PDFDockListWidget::PDFDockListWidget(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1e4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x214): multiple definition of `PDFDockListWidget::PDFDockListWidget(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x214): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x244): multiple definition of `PDFInfoDock::documentClosed()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x244): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x264): multiple definition of `non-virtual thunk to PDFDockTreeWidget::~PDFDockTreeWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x264): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x26c): multiple definition of `PDFDockTreeWidget::~PDFDockTreeWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x26c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x29c): multiple definition of `non-virtual thunk to PDFDockTreeWidget::~PDFDockTreeWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x29c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2a4): multiple definition of `PDFDockTreeWidget::~PDFDockTreeWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2a4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2c4): multiple definition of `PDFDockTreeWidget::~PDFDockTreeWidget()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2c4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2e4): multiple definition of `PDFDockTreeWidget::PDFDockTreeWidget(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2e4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x314): multiple definition of `PDFDockTreeWidget::PDFDockTreeWidget(QWidget*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x314): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x344): multiple definition of `PDFOutlineDock::documentClosed()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x344): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x364): multiple definition of `non-virtual thunk to PDFDock::~PDFDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x364): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x36c): multiple definition of `PDFDock::~PDFDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x36c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x39c): multiple definition of `non-virtual thunk to PDFDock::~PDFDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x39c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3a4): multiple definition of `PDFDock::~PDFDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3a4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3c4): multiple definition of `PDFDock::~PDFDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3c4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3e4): multiple definition of `non-virtual thunk to PDFFontsDock::~PDFFontsDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3e4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3ec): multiple definition of `PDFFontsDock::~PDFFontsDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x3ec): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x43c): multiple definition of `non-virtual thunk to PDFFontsDock::~PDFFontsDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x43c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x444): multiple definition of `PDFFontsDock::~PDFFontsDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x444): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x48c): multiple definition of `PDFFontsDock::~PDFFontsDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x48c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4d4): multiple definition of `non-virtual thunk to PDFInfoDock::~PDFInfoDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4d4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4dc): multiple definition of `PDFInfoDock::~PDFInfoDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x4dc): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x508): multiple definition of `non-virtual thunk to PDFInfoDock::~PDFInfoDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x508): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x510): multiple definition of `PDFInfoDock::~PDFInfoDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x510): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x52c): multiple definition of `PDFInfoDock::~PDFInfoDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x52c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x548): multiple definition of `non-virtual thunk to PDFOutlineDock::~PDFOutlineDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x548): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x550): multiple definition of `PDFOutlineDock::~PDFOutlineDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x550): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x57c): multiple definition of `non-virtual thunk to PDFOutlineDock::~PDFOutlineDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x57c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x584): multiple definition of `PDFOutlineDock::~PDFOutlineDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x584): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5a0): multiple definition of `PDFOutlineDock::~PDFOutlineDock()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5a0): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5bc): multiple definition of `PDFFontsDock::documentClosed()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x5bc): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x600): multiple definition of `PDFFontsDock::documentLoaded()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x600): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x628): multiple definition of `PDFFontsDock::fillInfo()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x628): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x112c): multiple definition of `PDFDock::changeLanguage()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x112c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x118c): multiple definition of `PDFOutlineDock::changeLanguage()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x118c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x11c0): multiple definition of `PDFDock::myVisibilityChanged(bool)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x11c0): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x124c): multiple definition of `PDFDock::PDFDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x124c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x133c): multiple definition of `PDFDock::PDFDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x133c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x142c): multiple definition of `PDFInfoDock::PDFInfoDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x142c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1514): multiple definition of `PDFInfoDock::PDFInfoDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1514): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x15fc): multiple definition of `PDFOutlineDock::PDFOutlineDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x15fc): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1718): multiple definition of `PDFOutlineDock::PDFOutlineDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1718): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1834): multiple definition of `PDFOutlineDock::followTocSelection()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1834): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x19c4): multiple definition of `PDFOutlineDock::fillInfo()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x19c4): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1b54): multiple definition of `PDFInfoDock::fillInfo()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x1b54): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x224c): multiple definition of `PDFFontsDock::setHorizontalHeaderLabels()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x224c): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2580): multiple definition of `PDFFontsDock::changeLanguage()'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2580): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x25bc): multiple definition of `PDFFontsDock::PDFFontsDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x25bc): first defined here
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2794): multiple definition of `PDFFontsDock::PDFFontsDock(PDFDocument*)'
./obj/PDFDocks.o:PDFDocks.cpp:(.text+0x2794): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x0): multiple definition of `ReplaceDialog::clickedReplace()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x0): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x20): multiple definition of `ReplaceDialog::clickedReplaceAll()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x20): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x40): multiple definition of `ReplaceDialog::toggledSelectionOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x40): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x64): multiple definition of `FindDialog::toggledSelectionOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x64): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x88): multiple definition of `ReplaceDialog::toggledAllFilesOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x88): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1ac): multiple definition of `FindDialog::toggledFindAllOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1ac): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2ac): multiple definition of `FindDialog::toggledAllFilesOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2ac): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x42c): multiple definition of `PDFFindDialog::setSearchText()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x42c): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4b8): multiple definition of `FindDialog::setSearchText()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4b8): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x544): multiple definition of `ReplaceDialog::setReplaceText()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x544): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x5d0): multiple definition of `ReplaceDialog::setSearchText()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x5d0): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x65c): multiple definition of `RecentStringsKeyFilter::setRecentString(QObject*, int)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x65c): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x7a0): multiple definition of `RecentStringsKeyFilter::eventFilter(QObject*, QEvent*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x7a0): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x830): multiple definition of `SearchResults::SearchResults(QWidget*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x830): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0xa48): multiple definition of `SearchResults::SearchResults(QWidget*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0xa48): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0xc60): multiple definition of `FindDialog::init(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0xc60): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1bcc): multiple definition of `FindDialog::FindDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1bcc): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1c28): multiple definition of `FindDialog::FindDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1c28): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1c84): multiple definition of `PDFFindDialog::init(PDFDocument*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x1c84): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2624): multiple definition of `PDFFindDialog::PDFFindDialog(PDFDocument*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2624): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2688): multiple definition of `PDFFindDialog::doFindDialog(PDFDocument*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2688): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2ff4): multiple definition of `PDFFindDialog::PDFFindDialog(PDFDocument*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x2ff4): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x3058): multiple definition of `ReplaceDialog::init(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x3058): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4498): multiple definition of `ReplaceDialog::ReplaceDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4498): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x44f4): multiple definition of `ReplaceDialog::ReplaceDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x44f4): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4550): multiple definition of `ReplaceDialog::checkRegex(QString const&)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4550): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4670): multiple definition of `ReplaceDialog::toggledRegexOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4670): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4744): multiple definition of `FindDialog::checkRegex(QString const&)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4744): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4864): multiple definition of `FindDialog::toggledRegexOption(bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4864): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4938): multiple definition of `SearchResults::presentResults(QString const&, QList<SearchResult> const&, QMainWindow*, bool)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x4938): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x5bb0): multiple definition of `ReplaceDialog::doReplaceDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x5bb0): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6928): multiple definition of `SearchResults::goToSource()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6928): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6b70): multiple definition of `SearchResults::goToSourceAndClose()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6b70): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6b94): multiple definition of `SearchResults::showSelectedEntry()'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6b94): first defined here
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6fd8): multiple definition of `FindDialog::doFindDialog(QTextEdit*)'
./obj/FindDialog.o:FindDialog.cpp:(.text+0x6fd8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x0): multiple definition of `ToolConfig::removeArg()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x0): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x60): multiple definition of `PrefsDialog::removePath()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x60): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd4): multiple definition of `ToolConfig::moveArgDown()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd4): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x17c): multiple definition of `ToolConfig::moveArgUp()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x17c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x210): multiple definition of `PrefsDialog::movePathDown()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x210): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x2d8): multiple definition of `PrefsDialog::movePathUp()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x2d8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x388): multiple definition of `ToolConfig::updateArgButtons()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x388): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x458): multiple definition of `PrefsDialog::updateToolButtons()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x458): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x56c): multiple definition of `PrefsDialog::updatePathButtons()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x56c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x654): multiple definition of `PrefsDialog::changedTabPanel(int)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x654): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7a0): multiple definition of `ToolConfig::addArg()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7a0): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x87c): multiple definition of `PrefsDialog::init()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x87c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xad0): multiple definition of `PrefsDialog::PrefsDialog(QWidget*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xad0): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xb4c): multiple definition of `PrefsDialog::PrefsDialog(QWidget*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xb4c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xbc8): multiple definition of `ToolConfig::init()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xbc8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xcc8): multiple definition of `ToolConfig::ToolConfig(QWidget*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xcc8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd24): multiple definition of `ToolConfig::ToolConfig(QWidget*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd24): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd80): multiple definition of `ToolConfig::browseForProgram()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0xd80): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x11c0): multiple definition of `ToolConfig::doToolConfig(QWidget*, Engine&)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x11c0): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x158c): multiple definition of `PrefsDialog::addPath()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x158c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x1838): multiple definition of `PrefsDialog::initPathAndToolLists()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x1838): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x1e60): multiple definition of `PrefsDialog::restoreDefaults()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x1e60): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x21cc): multiple definition of `PrefsDialog::buttonClicked(QAbstractButton*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x21cc): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x2208): multiple definition of `PrefsDialog::doPrefsDialog(QWidget*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x2208): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7578): multiple definition of `PrefsDialog::refreshDefaultTool()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7578): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x791c): multiple definition of `PrefsDialog::removeTool()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x791c): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7a28): multiple definition of `PrefsDialog::addTool()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7a28): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7bf8): multiple definition of `PrefsDialog::moveToolUp()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7bf8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7e68): multiple definition of `PrefsDialog::editTool(QListWidgetItem*)'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x7e68): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x80e8): multiple definition of `PrefsDialog::moveToolDown()'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.text+0x80e8): first defined here
./obj/PrefsDialog.o:PrefsDialog.cpp:(.data+0x0): multiple definition of `PrefsDialog::sCurrentTab'
./obj/PrefsDialog.o:PrefsDialog.cpp:(.data+0x0): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x0): multiple definition of `non-virtual thunk to TemplateDialog::~TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x0): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x8): multiple definition of `TemplateDialog::~TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x8): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x38): multiple definition of `non-virtual thunk to TemplateDialog::~TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x38): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x40): multiple definition of `TemplateDialog::~TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x40): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x60): multiple definition of `TemplateDialog::~TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x60): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x80): multiple definition of `TemplateDialog::init()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x80): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x43c): multiple definition of `TemplateDialog::TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x43c): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x4a0): multiple definition of `TemplateDialog::TemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x4a0): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x504): multiple definition of `TemplateDialog::doTemplateDialog()'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x504): first defined here
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x694): multiple definition of `TemplateDialog::selectionChanged(QItemSelection const&, QItemSelection const&)'
./obj/TemplateDialog.o:TemplateDialog.cpp:(.text+0x694): first defined here
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x0): multiple definition of `HardWrapDialog::saveSettings()'
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x0): first defined here
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x2d0): multiple definition of `HardWrapDialog::init()'
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x2d0): first defined here
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x6a8): multiple definition of `HardWrapDialog::HardWrapDialog(QWidget*)'
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x6a8): first defined here
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x714): multiple definition of `HardWrapDialog::HardWrapDialog(QWidget*)'
./obj/HardWrapDialog.o:HardWrapDialog.cpp:(.text+0x714): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x0): multiple definition of `ScriptManager::closeEvent(QCloseEvent*)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x0): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x70): multiple definition of `ScriptManager::setFolderCheckedState(QTreeWidgetItem*)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x70): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x250): multiple definition of `ScriptManager::treeItemActivated(QTreeWidgetItem*, int)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x250): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x344): multiple definition of `ScriptManager::addDetailsRow(QString&, QString, QString)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x344): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x560): multiple definition of `ScriptManager::treeSelectionChanged()'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x560): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0xf20): multiple definition of `ScriptManager::treeItemClicked(QTreeWidgetItem*, int)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0xf20): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x117c): multiple definition of `ScriptManager::populateTree(QTreeWidget*, QTreeWidgetItem*, TWScriptList const*)'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x117c): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x17e4): multiple definition of `ScriptManager::populateTree()'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x17e4): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x186c): multiple definition of `ScriptManager::refreshScriptList()'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x186c): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x1888): multiple definition of `ScriptManager::init()'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x1888): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x1a14): multiple definition of `ScriptManager::showManageScripts()'
./obj/ScriptManager.o:ScriptManager.cpp:(.text+0x1a14): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.bss+0x4): multiple definition of `ScriptManager::gGeometry'
./obj/ScriptManager.o:ScriptManager.cpp:(.bss+0x4): first defined here
./obj/ScriptManager.o:ScriptManager.cpp:(.bss+0x0): multiple definition of `ScriptManager::gManageScriptsWindow'
./obj/ScriptManager.o:ScriptManager.cpp:(.bss+0x0): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x0): multiple definition of `ConfirmDelete::setDeleteButtonEnabledStatus()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x0): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0xc0): multiple definition of `ConfirmDelete::doSelectNone()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0xc0): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x154): multiple definition of `non-virtual thunk to ConfirmDelete::~ConfirmDelete()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x154): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x15c): multiple definition of `ConfirmDelete::~ConfirmDelete()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x15c): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x18c): multiple definition of `non-virtual thunk to ConfirmDelete::~ConfirmDelete()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x18c): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x194): multiple definition of `ConfirmDelete::~ConfirmDelete()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x194): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x1b4): multiple definition of `ConfirmDelete::~ConfirmDelete()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x1b4): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x1d4): multiple definition of `ConfirmDelete::init()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x1d4): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x2fc): multiple definition of `ConfirmDelete::ConfirmDelete(QWidget*)'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x2fc): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x358): multiple definition of `ConfirmDelete::ConfirmDelete(QWidget*)'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x358): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x3b4): multiple definition of `ConfirmDelete::doConfirmDelete(QDir const&, QStringList const&)'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x3b4): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x79c): multiple definition of `ConfirmDelete::doSelectAll()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x79c): first defined here
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x830): multiple definition of `ConfirmDelete::doToggleSelection()'
./obj/ConfirmDelete.o:ConfirmDelete.cpp:(.text+0x830): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x0): multiple definition of `_synctex_implementation_0'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x10): multiple definition of `_synctex_implementation_1'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x10): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x20): multiple definition of `_synctex_implementation_2'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x20): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x30): multiple definition of `_synctex_implementation_3'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x30): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x40): multiple definition of `_synctex_implementation_4'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x40): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x50): multiple definition of `_synctex_implementation_5'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x50): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x60): multiple definition of `synctex_node_parent'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x60): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x88): multiple definition of `synctex_node_sheet'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x88): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xb4): multiple definition of `synctex_node_child'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xb4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xdc): multiple definition of `synctex_node_sibling'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xdc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x104): multiple definition of `synctex_node_next'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x104): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x184): multiple definition of `synctex_node_type'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x184): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x198): multiple definition of `synctex_node_isa'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x198): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1b0): multiple definition of `synctex_node_log'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1b0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1d0): multiple definition of `synctex_node_display'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1d0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1f0): multiple definition of `_synctex_setup_visible_box'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1f0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2ac): multiple definition of `_synctex_horiz_box_setup_visible'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2ac): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3ec): multiple definition of `synctex_scanner_pre_x_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3ec): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3fc): multiple definition of `synctex_scanner_pre_y_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3fc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x40c): multiple definition of `synctex_scanner_x_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x40c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x438): multiple definition of `synctex_scanner_y_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x438): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x464): multiple definition of `synctex_scanner_magnification'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x464): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x478): multiple definition of `synctex_scanner_get_name'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x478): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4d0): multiple definition of `synctex_scanner_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4d0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4e0): multiple definition of `synctex_scanner_get_output_fmt'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4e0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4fc): multiple definition of `synctex_scanner_get_output'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x4fc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x518): multiple definition of `synctex_scanner_get_synctex'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x518): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x534): multiple definition of `synctex_node_h'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x534): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x550): multiple definition of `synctex_node_v'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x550): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x56c): multiple definition of `synctex_node_width'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x56c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x588): multiple definition of `synctex_node_box_h'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x588): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5cc): multiple definition of `synctex_node_box_v'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5cc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x610): multiple definition of `synctex_node_box_width'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x610): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x654): multiple definition of `synctex_node_box_height'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x654): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x698): multiple definition of `synctex_node_box_depth'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x698): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x6dc): multiple definition of `synctex_node_visible_h'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x6dc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x710): multiple definition of `synctex_node_visible_v'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x710): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x744): multiple definition of `synctex_node_visible_width'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x744): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x774): multiple definition of `synctex_node_box_visible_h'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x774): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x7f0): multiple definition of `synctex_node_box_visible_v'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x7f0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x86c): multiple definition of `synctex_node_box_visible_width'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x86c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x8e0): multiple definition of `synctex_node_box_visible_height'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x8e0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x954): multiple definition of `synctex_node_box_visible_depth'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x954): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x9c8): multiple definition of `synctex_node_page'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x9c8): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa34): multiple definition of `synctex_node_tag'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa34): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa58): multiple definition of `synctex_node_line'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa58): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa7c): multiple definition of `synctex_node_column'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa7c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa88): multiple definition of `synctex_sheet_content'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xa88): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xaf0): multiple definition of `synctex_next_result'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xaf0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xb18): multiple definition of `_synctex_point_h_distance'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xb18): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xcd8): multiple definition of `_synctex_point_v_distance'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xcd8): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xe28): multiple definition of `_synctex_point_in_box'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xe28): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0xe88): multiple definition of `_synctex_node_distance_to_point'
./obj/synctex_parser.o:synctex_parser.c:(.text+0xe88): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x116c): multiple definition of `synctex_updater_append_magnification'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x116c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x11b4): multiple definition of `synctex_updater_append_x_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x11b4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x11fc): multiple definition of `synctex_updater_append_y_offset'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x11fc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1244): multiple definition of `synctex_scanner_free'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1244): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x12e0): multiple definition of `_synctex_free_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x12e0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x137c): multiple definition of `_synctex_free_leaf'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x137c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1404): multiple definition of `_synctex_free_node'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1404): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1500): multiple definition of `synctex_updater_free'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1500): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1568): multiple definition of `_synctex_new_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1568): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x159c): multiple definition of `_synctex_new_boundary'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x159c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x15d0): multiple definition of `_synctex_new_glue'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x15d0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1604): multiple definition of `_synctex_new_kern'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1604): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1638): multiple definition of `_synctex_new_math'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1638): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x166c): multiple definition of `_synctex_new_void_hbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x166c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x16a0): multiple definition of `_synctex_new_void_vbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x16a0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x16d4): multiple definition of `_synctex_new_hbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x16d4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1708): multiple definition of `_synctex_new_vbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1708): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x173c): multiple definition of `_synctex_new_sheet'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x173c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1770): multiple definition of `_synctex_bail'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1770): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x178c): multiple definition of `synctex_scanner_display'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x178c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1918): multiple definition of `_synctex_display_boundary'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1918): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x19f4): multiple definition of `_synctex_display_kern'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x19f4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1ae4): multiple definition of `_synctex_display_math'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1ae4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1bc0): multiple definition of `_synctex_display_glue'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1bc0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1c9c): multiple definition of `_synctex_display_void_hbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1c9c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1db4): multiple definition of `_synctex_display_void_vbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1db4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1ecc): multiple definition of `_synctex_display_hbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x1ecc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2058): multiple definition of `_synctex_display_vbox'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2058): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x21e4): multiple definition of `_synctex_display_sheet'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x21e4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2300): multiple definition of `_synctex_log_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2300): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x238c): multiple definition of `_synctex_log_horiz_box'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x238c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x25b0): multiple definition of `_synctex_log_box'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x25b0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x274c): multiple definition of `_synctex_log_void_box'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x274c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x28e8): multiple definition of `_synctex_log_medium_node'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x28e8): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2a00): multiple definition of `_synctex_log_small_node'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2a00): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2b04): multiple definition of `_synctex_log_sheet'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2b04): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2bd8): multiple definition of `_synctex_display_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2bd8): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2c88): multiple definition of `_synctex_scanner_get_tag'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2c88): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2cec): multiple definition of `__synctex_open'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x2cec): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x304c): multiple definition of `_synctex_open'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x304c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3204): multiple definition of `synctex_updater_new_with_output_file'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3204): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3364): multiple definition of `_synctex_buffer_get_available_size'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3364): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x34bc): multiple definition of `_synctex_decode_string'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x34bc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3600): multiple definition of `_synctex_decode_int'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3600): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x36ac): multiple definition of `_synctex_match_string'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x36ac): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3858): multiple definition of `_synctex_scan_float_and_dimension'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3858): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3b88): multiple definition of `_synctex_next_line'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3b88): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3c00): multiple definition of `_synctex_scan_post_scriptum'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3c00): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3de4): multiple definition of `_synctex_scan_named'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3de4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3e54): multiple definition of `_synctex_scan_postamble'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3e54): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3edc): multiple definition of `_synctex_scan_sheet'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x3edc): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5838): multiple definition of `_synctex_scan_input'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5838): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x599c): multiple definition of `_synctex_scan_content'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x599c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5b9c): multiple definition of `_synctex_scan_preamble'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5b9c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5d10): multiple definition of `synctex_scanner_parse'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5d10): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5fd0): multiple definition of `synctex_scanner_get_tag'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x5fd0): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x611c): multiple definition of `synctex_display_query'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x611c): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x64e4): multiple definition of `synctex_scanner_new_with_output_file'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x64e4): first defined here
./obj/synctex_parser.o:synctex_parser.c:(.text+0x6b8c): multiple definition of `synctex_edit_query'
./obj/synctex_parser.o:synctex_parser.c:(.text+0x6b8c): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x0): multiple definition of `_synctex_last_path_component'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x0): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x48): multiple definition of `_synctex_path_is_absolute'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x48): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x88): multiple definition of `_synctex_is_equivalent_file_name'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x88): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x11c): multiple definition of `_synctex_strip_last_path_extension'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x11c): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x1a4): multiple definition of `_synctex_error'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x1a4): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x214): multiple definition of `_synctex_merge_strings'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x214): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x324): multiple definition of `_synctex_get_name'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0x324): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0xc34): multiple definition of `_synctex_copy_with_quoting_last_path_component'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0xc34): first defined here
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0xdb8): multiple definition of `_synctex_malloc'
./obj/synctex_parser_utils.o:synctex_parser_utils.c:(.text+0xdb8): first defined here
collect2: ld returned 1 exit status
mingw32-make[1]: *** [release/TeXworks.exe] Error 1
mingw32-make[1]: Leaving directory `C:/texworks'
mingw32-make: *** [release] Error 2


More information about the texworks mailing list