current state of the qt3.1. port
Ralf Habacker
kde-cygwin@mail.kde.org
Sun, 1 Dec 2002 00:35:34 +0100
> Hi all,
>
> a short report how to work on the current qt3 port.
>
> 1. download and install recent gcc 2.95.xx release
>
> 1. download the binutils patch from http://cygwin.kde.org/snapshots
>
> 2. install the tar file (on top of current binutils)
>
> $ cd /
> $ tar -xjf binut...
>
> 3. Check out the QT_CYGWIN_3_1_BRANCH of the qt-3 dir and
>
> cvs co -r QT_CYGWIN_3_1_BRANCH qt-3
>
> 4. configure
>
> $ ./config.cygwin-thread
>
> this build qmake and all makefiles
>
> 5. build
>
> $ make
>
> this build a first the qt library, then the tools and then the examples.
> Currently compiling designer fails because of a uic seg fault in CRTStartup()
> But you can compile the examples without any problems (as I have seen)
these and some other problems are fixed in the cvs. Is there anyone, who can
check out, compile and test it ?
Ralf