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

Qt-interest Archive, December 2007
Qt 4.4-snapshot-151207 Webkit Compile error (Patch)


Message 1 in thread

Hey there,

if someone has troubles to compile Qt-4.4-snapshot with webkit 
(Base64.cpp Error),
here is a simple patch.(just added the two missing } at the end of the 
file )

Best regards,

Heiko Steindl
--- src/3rdparty/webkit/WebCore/platform/Base64.orig.cpp	2007-12-15 11:38:51.000000000 +0100
--- src/3rdparty/webkit/WebCore/platform/Base64.orig.cpp	2007-12-15 11:38:51.000000000 +0100
+++ src/3rdparty/webkit/WebCore/platform/Base64.cpp	2007-12-15 11:53:07.000000000 +0100
@@ -175,3 +175,6 @@
         out.resize(outLen);
 
     return true;
+}
+
+}

Message 2 in thread

I hit this one too, looks like a couple of files from the snapshots get
truncated with every snapshot.

It looks like a number of other files in src/3rdparty/WebKit/qt directory
are missing after that too...

>> NMAKE : fatal error U1073: don't know how to make
'..\WebKit\qt\Api\qwebobjectplugin.cpp'


On Dec 15, 2007 6:07 AM, Heiko Steindl <heiko@xxxxxx> wrote:

> Hey there,
>
> if someone has troubles to compile Qt-4.4-snapshot with webkit
> (Base64.cpp Error),
> here is a simple patch.(just added the two missing } at the end of the
> file )
>
> Best regards,
>
> Heiko Steindl
>



-- 
 [ signature omitted ] 

Message 3 in thread

Garth Dahlstrom wrote:
>I hit this one too, looks like a couple of files from the snapshots get
>truncated with every snapshot.

It's the same problem as the one that removed comment closing characters 
in qwidget.cpp last week.

We have identified the problem in the script that does the packaging, but 
we have not been able yet to fix it. Unfortunately, packaging Qt 4 
requires Qt 3...

I'm rewriting the script in Qt 4, but I am not finished yet. Please bear 
with us for a few more days.

-- 
 [ signature omitted ] 

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