FW: [Issue N11069] Question about qt cygwin port
Ralf Habacker
kde-cygwin@mail.kde.org
Sat, 16 Nov 2002 03:47:01 +0100
> -----Original Message-----
> From: kde-cygwin-admin@mail.kde.org
> [mailto:kde-cygwin-admin@mail.kde.org]On Behalf Of Bob Tanner
> Sent: Saturday, November 16, 2002 2:17 AM
> To: kde-cygwin@mail.kde.org
> Subject: Re: FW: [Issue N11069] Question about qt cygwin port
>
>
> On Friday 15 November 2002 06:54 pm, Ralf Habacker wrote:
> > > Hi Ralf,
> > >
> > > we've applied patches we received from Qt users to make Qt compile and
> > > work with the cygwin tools. We do not have the resources to test or
> > > maintaine this port, so we of course rely on users to verify that our
> > > releases continue to work with cygwin.
> > >
> > > If you want to provide us with patches feel free to do so, and we will
> > > happily apply them for the next releases.
>
> I'll be happy to help patch qt-3.1 to work with cygwin. As soon as I get
> qt-3.0.4 compiled and working for another project. :-)
You know, that are is already a binary release available ?
>
If you have problems with linking, please use the binutils from the kde-cygwin
download area.
> What's the approach? > Check out the official qt-3.1 head, branch, apply
cygwin
Mostly, With some little change
The main branch is the cygwin port, check out the QT_3_1_BRANCH
$ cvs co -r QT_CYGWIN_3_1_BRANCH qt-3
$ cd qt-3
$ merge in the official qt-3.1 tree
$ cvs update -j:qt_3_0_4 -j:qt_3_1_0_rc -Pd
After that you have to fix the cvs merging problems. One often problem is, that
the kde-cygwin sources uses $ID:$,
the qt-copy from kde does not.
<<<<<<< qclipboard.cpp
** $Id: qclipboard.cpp,v 1.2 2002/06/08 17:44:20 atomice Exp $
=======
**
>>>>>>> 1.1.1.3
This has fixed into
** $Id: qclipboard.cpp,v 1.2 2002/06/08 17:44:20 atomice Exp $
Does anyone have a perl (-e) script for this ?
Ralf