From kde-cygwin Thu Dec 05 07:09:39 2002 From: "Ralf Habacker" Date: Thu, 05 Dec 2002 07:09:39 +0000 To: kde-cygwin Subject: RE: qt 3.1 port planing X-MARC-Message: https://marc.info/?l=kde-cygwin&m=103907250326461 > The configure from qt-3.1.0-rc3 is drastically different then the > configure in > cvs. Is there anything specific to cygwin in the configure in cvs or can I > just start with the configure from qt-3.1.0-rc3 and apply any changes? > If you are using the current files from the QT_CYGWIN_3_1_BRANCH, you will have only small changes. If you have checked out this, try cvs diff -r qt_3_1_0_rc1 configure. Index: configure =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/configure,v retrieving revision 1.1.1.3 retrieving revision 1.3.4.1 diff -u -3 -p -B -r1.1.1.3 -r1.3.4.1 --- configure 13 Nov 2002 14:51:38 -0000 1.1.1.3 +++ configure 21 Nov 2002 06:56:20 -0000 1.3.4.1 @@ -1258,6 +1258,9 @@ if [ -z "$PLATFORM" ]; then - Also available for Linux: linux-kcc linux-icc linux-cxx " ;; + CYGWIN*:*) + PLATFORM=cygwin-g++ + ;; SunOS:5*) #PLATFORM=solaris-g++ PLATFORM=solaris-cc Ralf _______________________________________________ kde-cygwin mailing list kde-cygwin@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-cygwin