[texworks] Compiling TeXworks on Ubuntu

Stephen Moye sgmoye at me.com
Thu Sep 25 16:21:09 CEST 2008


On Sep 25, 2008, at 10:09 AM, Jonathan Kew wrote:

> On 25 Sep 2008, at 3:06 PM, Stephen Moye wrote:
>
>> Until this morning, everything was working just fine. I did find  
>> that I needed to get libdbus-l-dev and everything just worked. This  
>> morning I did an 'svn up' to 167, ran qmake and got this immediately:
>>
>> 9:09 ~/texworks-app: qmake
>> WARNING: Found potential symbol conflict of TeXDocument.cpp (src/ 
>> TeXDocument.cpp) in SOURCES
>> WARNING: Found potential symbol conflict of TeXDocument.h (src/ 
>> TeXDocument.h) in HEADERS
>> WARNING: Found potential symbol conflict of PDFDocument.cpp (src/ 
>> PDFDocument.cpp) in SOURCES
>> WARNING: Found potential symbol conflict of PDFDocument.h (src/ 
>> PDFDocument.h) in HEADERS
>> WARNING: Found potential symbol conflict of PrefsDialog.cpp (src/ 
>> PrefsDialog.cpp) in SOURCES
>> WARNING: Found potential symbol conflict of PrefsDialog.h (src/ 
>> PrefsDialog.h) in HEADERS
>> WARNING: Found potential symbol conflict of TemplateDialog.cpp (src/ 
>> TemplateDialog.cpp) in SOURCES
>> WARNING: Found potential symbol conflict of TemplateDialog.h (src/ 
>> TemplateDialog.h) in HEADERS
>> 9:37 ~/texworks-app:
>>
>> What have I done wrong this time? 8>(
>
> Is the default "qmake" the qt3 version on your system? ("qmake -- 
> version" might tell you; see what it says about "Using Qt  
> version....".) If so, maybe you need to run "qmake-qt4" instead.
>
> JK

Here is what I found and did -- everything worked just fine -- many  
thanks:

10:02 ~/texworks-app: qmake --version
Qmake version: 1.07a (Qt 3.3.8b)
Qmake is free software from Trolltech ASA.
10:12 ~/texworks-app: qmake-qt4
10:14 ~/texworks-app: make
...


More information about the texworks mailing list