[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bindings
Subject:    [Kde-bindings] QT3 support bug in kalyptus generator
From:       Petr Vanek <petr () scribus ! info>
Date:       2009-09-15 7:37:59
Message-ID: D988FD40-F2C1-4517-B96E-27E56126127C () scribus ! info
[Download RAW message or body]

hi all,

there is a bug in kalyptus main script. It accidentally skipped one  
QT3_SUPPORT ifdef from Qt4's src/corelib/io/qurl.h and it caused  
compile time errors when there is no qt3support module present  
(default on new mac with qt4 installed from macports).

Fix:

rimmer:kalyptus pvanek$ svn diff
Index: kalyptus
===================================================================
--- kalyptus    (revision 1127)
+++ kalyptus    (working copy)
@@ -615,6 +615,7 @@
                                     $p =~ m/^#\s*ifdef\s+Q_OS_UNIX/ or
                                     $p =~ m/^#\s*ifdef\s+Q_MOC_RUN/ or
                                     $p =~ m/^#\s*if\s+defined\s*\ 
(QT3_SUPPORT/ or
+                                    $p =~ m/^#\s*if\s+defined\s 
+QT3_SUPPORT/ or
                                     $p =~ m/^#\s*if\s+defined\s*\ 
(qdoc/ or
                                     $p =~ m/^#\s*ifdef\s+qdoc/ or
                                     $p =~ m/^#\s*ifndef\s 
+QT_NO_MEMBER_TEMPLATES/ or

I hope you can commit it.

all the best,
Petr
_______________________________________________
Kde-bindings mailing list
Kde-bindings@kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic