Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt-interest Archive, May 2008
Qt-4.4.0 Webkit Compile error on Mac OS X Leopard


Message 1 in thread

Hello all !

Does anyone get also this message, when compiling Qt-4.4.0 with webkit  
support on Mac OS X Leopard ?

g++ -c -pipe -I/usr/local/mysql/include -fno-exceptions -fconstant- 
cfstrings -Wreturn-type -fno-strict-aliasing -g -fvisibility=hidden - 
fvisibility-inlines-hidden -isysroot /Developer/SDKs/MacOSX10.5.sdk - 
fPIC -DQT_SHARED -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG - 
DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT - 
DBUILD_WEBKIT -DENABLE_ICONDATABASE=1 -DENABLE_XPATH=1 -DENABLE_SVG=1 - 
DWTF_CHANGES=1 -DBUILDING_QT__ -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 - 
DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE - 
D_LARGEFILE_SOURCE -I../../../../mkspecs/macx-g++ -I. -I../../../../ 
include/QtCore -I../../../../include/QtCore -I../../../../include/ 
QtNetwork -I../../../../include/QtNetwork -I../../../../include/QtGui - 
I../../../../include/QtGui -I../../../../include -I../WebKit/qt/Api - 
I../JavaScriptCore -I../JavaScriptCore/kjs -I../JavaScriptCore/ 
bindings -I../JavaScriptCore/bindings/c -I../JavaScriptCore/wtf -I../ 
JavaScriptCore/ForwardingHeaders -I. -IForwardingHeaders -Iplatform - 
Iplatform/network -Iplatform/graphics -Iloader -Ipage -Icss -Idom - 
Ibridge -Iediting -Irendering -Ihistory -Ixml -Ihtml -Iplugins -I/usr/ 
include/libxml2 -I../../../../include/QtWebKit -I.rcc/debug-shared - 
Igenerated -Itmp -I../JavaScriptCore -I../JavaScriptCore/kjs -I../ 
JavaScriptCore/bindings -I../JavaScriptCore/bindings/c -I../ 
JavaScriptCore/wtf -I../JavaScriptCore/bindings/qt -I../JavaScriptCore/ 
pcre -I/Users/heiko/qt-all-opensource-src-4.4.0/src/3rdparty/webkit/ 
WebKitBuild/Debug/JavaScriptCore/kjs/tmp -Iplatform/qt -Iplatform/ 
network/qt -Iplatform/graphics/qt -Iplatform/graphics/svg/qt -Iloader/ 
qt -Ipage/qt -I../WebKit/qt/WebCoreSupport -I../WebKit/qt/Api -I. - 
IForwardingHeaders -I../../webkit -I../JavaScriptCore/kjs -I../ 
JavaScriptCore/bindings -Iplatform -Iplatform/network -Iplatform/ 
graphics -Iplatform/graphics/svg -Iplatform/graphics/svg/filters - 
Iloader -Iloader/icon -Icss -Idom -Ipage -Ibridge -Iediting - 
Irendering -Ihistory -Ixml -Ihtml -Ibindings/js -Iksvg2 -Iksvg2/css - 
Iksvg2/svg -Iksvg2/misc -Iksvg2/events -Iplatform/image-decoders - 
I../../sqlite -I.moc/debug-shared -I.uic/debug-shared -F/Users/heiko/ 
qt-all-opensource-src-4.4.0/lib -o .obj/debug-shared/NP_jsobject.o ../ 
JavaScriptCore/bindings/NP_jsobject.cpp
../JavaScriptCore/bindings/NP_jsobject.cpp:28:14: error: missing  
binary operator before token "("
make[2]: *** [.obj/debug-shared/NP_jsobject.o] Error 1
make[1]: *** [debug-all] Error 2
make: *** [sub-webkit-make_default-ordered] Error 2

Version of OS X: 10.5.2
Version of Qt: 4.4.0
Qt Configure args: ./configure -debug -fast -sdk /Developer/SDKs/ 
MacOSX10.5.sdk -no-exceptions -qt-sql-mysql -qt-sql-sqlite -no- 
qt3support -phonon -webkit -no-pch

Heiko


--
 [ signature omitted ] 

Message 2 in thread

Hi Heiko,

I've got the same problem. I tested to compile with -debug-and-release
and only -release, but in both cases it failed.

Kind Regards

Robin

--
 [ signature omitted ] 

Message 3 in thread

Hi people,

is here somebody at the list who compiled Qt 4.4 succesfully under Mac
OS X Leopard?

Kind regards

Robin

2008/5/9 Robin Gerdes <robin.gerdes@xxxxxxxxx>:
> Hi Heiko,
>
> I've got the same problem. I tested to compile with -debug-and-release
> and only -release, but in both cases it failed.
>
> Kind Regards
>
> Robin
>

--
 [ signature omitted ] 

Message 4 in thread

Robin Gerdes wrote:
>is here somebody at the list who compiled Qt 4.4 succesfully under Mac
>OS X Leopard?

I did. :-)

The official Qt 4.4.0 binaries were compiled on a MacOS X 10.5 (Leopard) 
and WebKit built just fine.

-- 
 [ signature omitted ] 

Attachment: signature.asc
Description: This is a digitally signed message part.


Message 5 in thread

On 13 May 2008, at 08:06, Robin Gerdes wrote:

> Hi people,
>
> is here somebody at the list who compiled Qt 4.4 succesfully under Mac
> OS X Leopard?

Yes, no problems (Intel, a MBP).

A+
Paul


--
 [ signature omitted ] 

Message 6 in thread

Did you compile the sources or use the dmg?

2008/5/13 Paul Floyd <paulf@xxxxxxx>:
>
> On 13 May 2008, at 08:06, Robin Gerdes wrote:
>
>> Hi people,
>>
>> is here somebody at the list who compiled Qt 4.4 succesfully under Mac
>> OS X Leopard?
>
> Yes, no problems (Intel, a MBP).
>
> A+
> Paul
>
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>

--
 [ signature omitted ] 

Message 7 in thread

I used the sources, compiled fine in static and dynamic configuration,
both on Leopard.

- DavidF

Robin wrote:
> Did you compile the sources or use the dmg?
>
> 2008/5/13 Paul Floyd <paulf@xxxxxxx>:
>   
>> On 13 May 2008, at 08:06, Robin Gerdes wrote:
>>
>>     
>>> Hi people,
>>>
>>> is here somebody at the list who compiled Qt 4.4 succesfully under Mac
>>> OS X Leopard?
>>>       
>> Yes, no problems (Intel, a MBP).
>>
>> A+
>> Paul
>>
>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
>> "unsubscribe" in the subject or the body.
>> List archive and information: http://lists.trolltech.com/qt-interest/
>>
>>
>>     
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
>
>   

--
 [ signature omitted ] 

Message 8 in thread

Are there any specials I've to note when compiling Qt4.4 on Mac OS X Leopard?

--
 [ signature omitted ] 

Message 9 in thread

Quoting Robin <robin.gerdes@xxxxxxxxx>:

> Are there any specials I've to note when compiling Qt4.4 on Mac OS X Leopard?

Not really. This is on Intel, using the version of XCode that comes with Mac OS
X?

Paul

--
 [ signature omitted ] 

Message 10 in thread

Very strange....

Which version of Xcode do you use ?
do you have any other software installed like fink etc ?

can you mail the env-variables ? (output of set from the command prompt)

Which Version did you use of Leopard ?

Thanks a lot !

Heiko

Paul Floyd schrieb:
> Quoting Robin <robin.gerdes@xxxxxxxxx>:
>
>   
>> Are there any specials I've to note when compiling Qt4.4 on Mac OS X Leopard?
>>     
>
> Not really. This is on Intel, using the version of XCode that comes with Mac OS
> X?
>
> Paul
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
>   

-- 
 [ signature omitted ] 
begin:vcard
fn:Heiko Steindl
n:Steindl;Heiko
org:Computerhaus EDV-Handels Ges.m.b.H;Internet
adr;quoted-printable:;;Wienerstrasse 35a;Kapfenberg;Steiermark;8605;=C3=96sterreich
email;internet:heiko@xxxxxx
tel;work:+43 (0)3862 27777
tel;fax:+43 (0)3862 27777 77
tel;cell:+43 (0)676 3727777
x-mozilla-html:TRUE
url:http://www.kom.at
version:2.1
end:vcard


Message 11 in thread

Hi all !

I played around with the configure parameters and with the following it 
is working.(is it possible, that webkit needs precompiled headers ?)

before:
./configure -debug -fast -sdk /Developer/SDKs/MacOSX10.5.sdk 
-no-exceptions -qt-sql-mysql -qt-sql-sqlite -no-qt3support -phonon 
-webkit -no-pch

working:
./configure -debug -fast -sdk /Developer/SDKs/MacOSX10.5.sdk 
-qt-sql-mysql -qt-sql-sqlite -no-qt3support -phonon -webkit

I hope this will help !

Best regards

Heiko

Heiko Steindl schrieb:
> Hello all !
>
> Does anyone get also this message, when compiling Qt-4.4.0 with webkit 
> support on Mac OS X Leopard ?
>
> g++ -c -pipe -I/usr/local/mysql/include -fno-exceptions 
> -fconstant-cfstrings -Wreturn-type -fno-strict-aliasing -g 
> -fvisibility=hidden -fvisibility-inlines-hidden -isysroot 
> /Developer/SDKs/MacOSX10.5.sdk -fPIC -DQT_SHARED -DBUILDING_QT__=1 
> -DUSE_SYSTEM_MALLOC -DNDEBUG -DQT_NO_CAST_TO_ASCII 
> -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DBUILD_WEBKIT 
> -DENABLE_ICONDATABASE=1 -DENABLE_XPATH=1 -DENABLE_SVG=1 
> -DWTF_CHANGES=1 -DBUILDING_QT__ -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE 
> -D_LARGEFILE_SOURCE -I../../../../mkspecs/macx-g++ -I. 
> -I../../../../include/QtCore -I../../../../include/QtCore 
> -I../../../../include/QtNetwork -I../../../../include/QtNetwork 
> -I../../../../include/QtGui -I../../../../include/QtGui 
> -I../../../../include -I../WebKit/qt/Api -I../JavaScriptCore 
> -I../JavaScriptCore/kjs -I../JavaScriptCore/bindings 
> -I../JavaScriptCore/bindings/c -I../JavaScriptCore/wtf 
> -I../JavaScriptCore/ForwardingHeaders -I. -IForwardingHeaders 
> -Iplatform -Iplatform/network -Iplatform/graphics -Iloader -Ipage 
> -Icss -Idom -Ibridge -Iediting -Irendering -Ihistory -Ixml -Ihtml 
> -Iplugins -I/usr/include/libxml2 -I../../../../include/QtWebKit 
> -I.rcc/debug-shared -Igenerated -Itmp -I../JavaScriptCore 
> -I../JavaScriptCore/kjs -I../JavaScriptCore/bindings 
> -I../JavaScriptCore/bindings/c -I../JavaScriptCore/wtf 
> -I../JavaScriptCore/bindings/qt -I../JavaScriptCore/pcre 
> -I/Users/heiko/qt-all-opensource-src-4.4.0/src/3rdparty/webkit/WebKitBuild/Debug/JavaScriptCore/kjs/tmp 
> -Iplatform/qt -Iplatform/network/qt -Iplatform/graphics/qt 
> -Iplatform/graphics/svg/qt -Iloader/qt -Ipage/qt 
> -I../WebKit/qt/WebCoreSupport -I../WebKit/qt/Api -I. 
> -IForwardingHeaders -I../../webkit -I../JavaScriptCore/kjs 
> -I../JavaScriptCore/bindings -Iplatform -Iplatform/network 
> -Iplatform/graphics -Iplatform/graphics/svg 
> -Iplatform/graphics/svg/filters -Iloader -Iloader/icon -Icss -Idom 
> -Ipage -Ibridge -Iediting -Irendering -Ihistory -Ixml -Ihtml 
> -Ibindings/js -Iksvg2 -Iksvg2/css -Iksvg2/svg -Iksvg2/misc 
> -Iksvg2/events -Iplatform/image-decoders -I../../sqlite 
> -I.moc/debug-shared -I.uic/debug-shared 
> -F/Users/heiko/qt-all-opensource-src-4.4.0/lib -o 
> .obj/debug-shared/NP_jsobject.o 
> ../JavaScriptCore/bindings/NP_jsobject.cpp
> ../JavaScriptCore/bindings/NP_jsobject.cpp:28:14: error: missing 
> binary operator before token "("
> make[2]: *** [.obj/debug-shared/NP_jsobject.o] Error 1
> make[1]: *** [debug-all] Error 2
> make: *** [sub-webkit-make_default-ordered] Error 2
>
> Version of OS X: 10.5.2
> Version of Qt: 4.4.0
> Qt Configure args: ./configure -debug -fast -sdk 
> /Developer/SDKs/MacOSX10.5.sdk -no-exceptions -qt-sql-mysql 
> -qt-sql-sqlite -no-qt3support -phonon -webkit -no-pch
>
> Heiko
>
>
> -- 
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>

-- 
 [ signature omitted ] 
begin:vcard
fn:Heiko Steindl
n:Steindl;Heiko
org:Computerhaus EDV-Handels Ges.m.b.H;Internet
adr;quoted-printable:;;Wienerstrasse 35a;Kapfenberg;Steiermark;8605;=C3=96sterreich
email;internet:heiko@xxxxxx
tel;work:+43 (0)3862 27777
tel;fax:+43 (0)3862 27777 77
tel;cell:+43 (0)676 3727777
x-mozilla-html:TRUE
url:http://www.kom.at
version:2.1
end:vcard