| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
is anyone else seeing truncated files in the latest snapshot of qt-mac-4? Is there a better place to post/ask this? -- [ signature omitted ]
Am Mittwoch, 1. November 2006 20:29 schrieb Patrick Stinson:
> is anyone else seeing truncated files in the latest snapshot of
> qt-mac-4? Is there a better place to post/ask this?
there seem to be 2 truncated files, the following patch should help for the
time being.
--- src/gui/image/qimage.cpp.orig 2006-10-31 12:20:21.000000000 +0100
+++ src/gui/image/qimage.cpp 2006-10-31 12:20:40.000000000 +0100
@@ -5586,3 +5586,4 @@ static QImage rotated270(const QImage &i
break;^M
}^M
return out;^M
+}^M
--- src/gui/kernel/qpalette.cpp.orig 2006-10-31 12:08:31.000000000 +0100
+++ src/gui/kernel/qpalette.cpp 2006-10-31 12:08:47.000000000 +0100
@@ -1246,4 +1246,5 @@ QPalette::setColorGroup(ColorGroup cg, c
^M
Returns true if this color group is not equal to \a other;^M
otherwise returns false.^M
-*
\ Kein Zeilenumbruch am Dateiende.
+*/^M
+^M
Attachment:
Attachment:
pgpK7rDRgsYFa.pgp
Description: PGP signature
Message 3 in thread
Thanks for that. There is another error, but the syntax seems fine:
image/qpixmap.cpp:1180:1: error: unterminated comment
make[3]: *** [.obj/debug-static/qpixmap.o] Error 1
make[2]: *** [debug-all] Error 2
make[1]: *** [sub-gui-make_default] Error 2
make: *** [sub-src-make_default-ordered] Error 2
I also seem to be getting strange errors during the link command in
the build process that I can't explain. Simply running make again gets
it moving...
rm -f libQtNetwork.a
ar cq libQtNetwork.a .obj/release-static/qftp.o
.obj/release-static/qhttp.o .obj/release-static/qhostaddress.o
.obj/release-static/qabstractsocketengine.o
.obj/release-static/qnativesocketengine.o
.obj/release-static/qsocks5socketengine.o
.obj/release-static/qabstractsocket.o .obj/release-static/qtcpsocket.o
.obj/release-static/qudpsocket.o .obj/release-static/qtcpserver.o
.obj/release-static/qhostinfo.o .obj/release-static/qurlinfo.o
.obj/release-static/qnetworkproxy.o
.obj/release-static/qnetworkinterface.o
.obj/release-static/qhostinfo_unix.o
.obj/release-static/qnativesocketengine_unix.o
.obj/release-static/qnetworkinterface_unix.o
.obj/release-static/moc_qabstractsocketengine_p.o
.obj/release-static/moc_qnativesocketengine_p.o
.obj/release-static/moc_qsocks5socketengine_p.o
.obj/release-static/moc_qtcpsocket.o
.obj/release-static/moc_qudpsocket.o
.obj/release-static/moc_qhostinfo_p.o
ranlib -s libQtNetwork.a
rm -f ../../lib/libQtNetwork.a
mv -f libQtNetwork.a ../../lib/
make: *** [sub-src-make_default-ordered] Error 2
On 11/1/06, Tobias Doerffel <tobias.doerffel@xxxxxxxxx> wrote:
> Am Mittwoch, 1. November 2006 20:29 schrieb Patrick Stinson:
> > is anyone else seeing truncated files in the latest snapshot of
> > qt-mac-4? Is there a better place to post/ask this?
> there seem to be 2 truncated files, the following patch should help for the
> time being.
>
>
> --- src/gui/image/qimage.cpp.orig 2006-10-31 12:20:21.000000000 +0100
> +++ src/gui/image/qimage.cpp 2006-10-31 12:20:40.000000000 +0100
> @@ -5586,3 +5586,4 @@ static QImage rotated270(const QImage &i
> break;^M
> }^M
> return out;^M
> +}^M
> --- src/gui/kernel/qpalette.cpp.orig 2006-10-31 12:08:31.000000000 +0100
> +++ src/gui/kernel/qpalette.cpp 2006-10-31 12:08:47.000000000 +0100
> @@ -1246,4 +1246,5 @@ QPalette::setColorGroup(ColorGroup cg, c
> ^M
> Returns true if this color group is not equal to \a other;^M
> otherwise returns false.^M
> -*
> \ Kein Zeilenumbruch am Dateiende.
> +*/^M
> +^M
>
>
>
--
[ signature omitted ]
Message 4 in thread
Patrick Stinson wrote:
> is anyone else seeing truncated files in the latest snapshot of
> qt-mac-4? Is there a better place to post/ask this?
>
We are having a few problems with the snapshot generation. They are
being fixed.
Girish
--
[ signature omitted ]
Message 5 in thread
> is anyone else seeing truncated files in the latest snapshot of
> qt-mac-4? Is there a better place to post/ask this?
Yes, for X11 as well, minimally today and yesterday.
Whats going on QT? Let us know.
Jeff
--
[ signature omitted ]