public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* QT 3.2.3 cygwin/XFree release available
@ 2003-11-25 16:32 Ralf Habacker
  2004-01-12 10:07 ` Dr. Volker Zell
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Habacker @ 2003-11-25 16:32 UTC (permalink / raw)
  To: Kde-Cygwin; +Cc: Cygwin-Xfree@Cygwin. Com

Hi all,

today the cygwin/XFree port of the QT 3.2.3 X11 release based on the recent
cygwin release is ready containing binary and source package.

For further informations about this release see
http://www.trolltech.com/newsroom/announcements/00000147.html

For further informations about the cygwin/XFree port see
http://kde-cygwin.sf.net/qt3/

Download Resources

- binary package
http://prdownloads.sourceforge.net/kde-cygwin/qt-3.2.3.tar.bz2?download
- source package
http://prdownloads.sourceforge.net/kde-cygwin/qt-3.2.3-src.tar.bz2?download

Have fun

The kde-cygwin team



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT 3.2.3 cygwin/XFree release available
  2003-11-25 16:32 QT 3.2.3 cygwin/XFree release available Ralf Habacker
@ 2004-01-12 10:07 ` Dr. Volker Zell
  2004-01-13  0:22   ` Ralf Habacker
  0 siblings, 1 reply; 4+ messages in thread
From: Dr. Volker Zell @ 2004-01-12 10:07 UTC (permalink / raw)
  To: cygwin-xfree

>>>>> "Ralf" == Ralf Habacker writes:

    Ralf> Hi all,

Hi

    Ralf> today the cygwin/XFree port of the QT 3.2.3 X11 release based on the recent
    Ralf> cygwin release is ready containing binary and source package.


The following configure test for QT fails:

conftest.cc:

#include <qglobal.h>
#include <qapplication.h>
#include <qapp.h>
#include <qobjcoll.h>
#include <qstyle.h>
#if ! (QT_VERSION >= 220)
#error 1
#endif

int main() {
    QStringList *t = new QStringList();
    return 0;
}


11:04 AM [533]> g++ -o conftest.exe -g -O2 -I/opt/qt/3.2/include  -I/usr/X11R6/include  -L/opt/qt/3.2/lib  -L/usr/X11R6/lib conftest.cc  -lpthread -lqt-mt  -lXext -lX11
/tmp/ccuqyFzd.o(.text$_ZN17QValueListPrivateI7QStringEC1Ev+0x58): In function `_ZNK6QGList5countEv':
/opt/qt/3.2/include/qglist.h:153: undefined reference to `QString::shared_null'
/tmp/ccuqyFzd.o(.text$_ZN17QValueListPrivateI7QStringEC1Ev+0x68):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QString::makeSharedNull()'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0xc):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::clear()'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x10):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::~QGList [in-charge]()'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x14):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::~QGList [in-charge deleting]()'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x18):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QPtrCollection::newItem(void*)'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x20):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::compareItems(void*, void*)'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x24):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::read(QDataStream&, void*&)'
/tmp/ccuqyFzd.o(.rdata$_ZTV6QGList+0x28):/opt/qt/3.2/include/qglist.h:153: undefined reference to `QGList::write(QDataStream&, void*) const'
collect2: ld returned 1 exit status


What is the right link command to link with qt-3.2.3 release ?


BTW the release is missing the qmake.conf file for the cygwin platform


    Ralf> Have fun

Ciao
  Volker


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT 3.2.3 cygwin/XFree release available
  2004-01-12 10:07 ` Dr. Volker Zell
@ 2004-01-13  0:22   ` Ralf Habacker
  2004-01-14 16:21     ` Dr. Volker Zell
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Habacker @ 2004-01-13  0:22 UTC (permalink / raw)
  To: cygwin-xfree, Dr. Volker Zell

On Monday 12 January 2004 11:08, Dr. Volker Zell wrote:
> >>>>> "Ralf" == Ralf Habacker writes:
>     Ralf> today the cygwin/XFree port of the QT 3.2.3 X11 release based on
> the recent Ralf> cygwin release is ready containing binary and source
> package.
>
> The following configure test for QT fails:
>
> conftest.cc:
> What is the right link command to link with qt-3.2.3 release ?
>
>
> BTW the release is missing the qmake.conf file for the cygwin platform
>
That is the reason why the link line fails. Which release are you using  
qt-3.2.3-1 or qt-3.2.3-2 ? qt-3.2.3-1 misses an important file (.qmake.cache) 
and the -2 release does not have the /etc/profile.d script. I'm currently 
preparing an updated release. 
 
See http://kde-cygwin.sf.net/qt3/compiling.php for further informations. 

BTW: Compiling files requires -fdata-sections and link lines should require 
-Wl,--enable-runtime-pseudo-reloc


Ralf 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT 3.2.3 cygwin/XFree release available
  2004-01-13  0:22   ` Ralf Habacker
@ 2004-01-14 16:21     ` Dr. Volker Zell
  0 siblings, 0 replies; 4+ messages in thread
From: Dr. Volker Zell @ 2004-01-14 16:21 UTC (permalink / raw)
  Cc: cygwin-xfree

>>>>> "Ralf" == Ralf Habacker writes:

    Ralf> That is the reason why the link line fails. Which release are you using  
    Ralf> qt-3.2.3-1 or qt-3.2.3-2 ? qt-3.2.3-1 misses an important file (.qmake.cache) 
    Ralf> and the -2 release does not have the /etc/profile.d script. I'm currently 
    Ralf> preparing an updated release. 

I was using qt-3.2.3

    Ralf> Ralf 

Ciao
  Volker


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-14 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-25 16:32 QT 3.2.3 cygwin/XFree release available Ralf Habacker
2004-01-12 10:07 ` Dr. Volker Zell
2004-01-13  0:22   ` Ralf Habacker
2004-01-14 16:21     ` Dr. Volker Zell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).