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

Qt-interest Archive, December 2007
QT 4.4.0 20071207 snapshot does not compile on Windows


Message 1 in thread

Hi,

I'm compiling with MSVC C++ 2005 Free (Beer) edition...  on the same setup I
used to successfully compile 4.3.0 after patching it with the qt-node patch.

Trying to move to 4.4.0 to get the updated Qt Designer, however it appears
the 4.4.0 snapshot @
ftp://ftp.trolltech.com/qt/snapshots/qt-win-opensource-src-4.4.0-snapshot-20071207.zipis
broken...

The issues I fought with before getting stuck were:
* src\gui\kernel\qwidget.cpp ---- missing */ at end of file (file was
probably truncated)
* src\opengl\qpaintengine_opengl.cpp ---- missing #include
<private/qmath_p.h> causes compile fail on Q_PI

Finally the one that got me stuck:
* src\plugins\accessible\widgets\rangecontrols.cpp ---- fails to compile
complaining
  .\rangecontrols.cpp(910) : error C3861: 'qCos': identifier not found
  .\rangecontrols.cpp(911) : error C3861: 'qSin': identifier not found
  .\rangecontrols.cpp(912) : error C3861: 'qCos': identifier not found
  .\rangecontrols.cpp(913) : error C3861: 'qSin': identifier not found
  .\rangecontrols.cpp(914) : error C3861: 'qCos': identifier not found
  .\rangecontrols.cpp(915) : error C3861: 'qSin': identifier not found

private/qmath_p.h is in the includes (this include looks like it defines
these functions... I think),  I'm not sure why this is complaining...

Also is there a way to rsync the QT 4.4.0 repo for win32?  (I saw an address
to rsync qt4.3.3 on X11 in the lists)

Cheers,

-G

-- 
 [ signature omitted ] 

Message 2 in thread

On Tuesday 11 December 2007 15:34:47 Garth Dahlstrom wrote:
> Also is there a way to rsync the QT 4.4.0 repo for win32? Â(I saw an
> address to rsync qt4.3.3 on X11 in the lists)

It's at rsync://rsync.trolltech.com/qt-win-bleeding.

See:
$ rsync rsync://rsync.trolltech.com
qt-x11-3        Qt/X11 Free Edition 3.x snapshots
qt-mac-3        Qt/Mac Free Edition 3.x snapshots
qt-x11-4        Qt/X11 Open Source Edition 4.x snapshots
qt-win-4        Qt/Win Open Source Edition 4.x snapshots
qt-mac-4        Qt/Mac Open Source Edition 4.x snapshots
qt-x11-bleeding Qt/X11 Open Source Edition bleeding edge snapshots
qt-win-bleeding Qt/Win Open Source Edition bleeding edge snapshots
qt-mac-bleeding Qt/Mac Open Source Edition bleeding edge snapshots
qt-all-4
qt-all-main
qt-embedded-2   Qt/Embedded Open Source Edition 2.x snapshots
qtopia-core-4   Qtopia Core Open Source Edition 4.x snapshots
qtopia-core-bleeding    Qtopia Core Open Source Edition bleeding edge 
snapshots
qtopia4         Qtopia 4.x Open Source Edition snapshots


-- 
 [ signature omitted ] 

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


Message 3 in thread

Rsync has the same problems as the snapshot.zip file...
qwidget.cpptruncated, etc...  :(

On Dec 11, 2007 9:59 AM, Thiago Macieira <thiago.macieira@xxxxxxxxxxxxx>
wrote:

> On Tuesday 11 December 2007 15:34:47 Garth Dahlstrom wrote:
> > Also is there a way to rsync the QT 4.4.0 repo for win32? (I saw an
> > address to rsync qt4.3.3 on X11 in the lists)
>
> It's at rsync://rsync.trolltech.com/qt-win-bleeding.
>
> See:
> $ rsync rsync://rsync.trolltech.com
> qt-x11-3        Qt/X11 Free Edition 3.x snapshots
> qt-mac-3        Qt/Mac Free Edition 3.x snapshots
> qt-x11-4        Qt/X11 Open Source Edition 4.x snapshots
> qt-win-4        Qt/Win Open Source Edition 4.x snapshots
> qt-mac-4        Qt/Mac Open Source Edition 4.x snapshots
> qt-x11-bleeding Qt/X11 Open Source Edition bleeding edge snapshots
> qt-win-bleeding Qt/Win Open Source Edition bleeding edge snapshots
> qt-mac-bleeding Qt/Mac Open Source Edition bleeding edge snapshots
> qt-all-4
> qt-all-main
> qt-embedded-2   Qt/Embedded Open Source Edition 2.x snapshots
> qtopia-core-4   Qtopia Core Open Source Edition 4.x snapshots
> qtopia-core-bleeding    Qtopia Core Open Source Edition bleeding edge
> snapshots
> qtopia4         Qtopia 4.x Open Source Edition snapshots
>
>
> --
> Thiago José Macieira - thiago.macieira AT trolltech.com
> Trolltech ASA - Sandakerveien 116, NO-0402 Oslo, Norway
>



-- 
 [ signature omitted ]