Qt4-preview-feedback Archive, November 2006
Re: Broken build
Message 1 in thread
in detail (for today's snapshot
qt-win-opensource-src-4.2.2-snapshot-20061103.zip), to successfully build I
had to fix following files:
- qpalette.cpp is missing a closing '/' at the end
- qimage.cpp is missing a closing '}' at the end
- qkeymapper_win.cpp:
res = ToAscii(vk, scancode, kbdBuffer,
reinterpret_cast<LPWSTR>(unicodeBuffer), 0);
replaced by
res = ToAscii(vk, scancode, kbdBuffer,
reinterpret_cast<LPWORD>(unicodeBuffer), 0);
Cheers,
Marco
"Ian Reinhart Geiser" <geiseri@xxxxxxxxxxxxxxxx> wrote in message
news:ei51o2$1mm$1@xxxxxxxxxxxxxxxxxxxxx
> Greetings,
> Is anyone at trolltech aware that rsync has been broken for about a
> week?
> It seems qpalette.cpp is truncated.
>
> -ian reinhart geiser
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx
Message 2 in thread
Hi,
On Monday 30 October 2006 15:19, Ian Reinhart Geiser wrote:
> Is anyone at trolltech aware that rsync has been broken for about a
> week? It seems qpalette.cpp is truncated.
it should be fixed in the next snapshot.
Thanks for the info and excuse the late reply,
Harald
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx