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

List:       kde-commits
Subject:    kdevelop/parts/cppsupport
From:       Falk Brettschneider <falk.brettschneider () gmx ! de>
Date:       2003-04-06 22:55:57
[Download RAW message or body]

CVS commit by falkbr: 

showstopper fixed!
This lets compiling out of KDevelop work again on KDE-3.0!
( Roberto, please review! ;-)

If the QProcess in KDevDriver::setup() is executed,
it somehow breaks the gcc call in parts/outputviews/makewidget.cpp. :-(
It then has the effect that KProcess will never exit, at least on KDE-3.0


  M +6 -1      backgroundparser.cpp   1.33


--- kdevelop/parts/cppsupport/backgroundparser.cpp  #1.32:1.33
@@ -96,4 +95,10 @@ public:
             addIncludePath( "/usr/include" );
             addIncludePath( "/ust/local/include" );
+#if KDE_VERSION <= 305
+            return; // FIXME!!! Roberto, please review! ;-)
+            // If the QProcess from below is executed,
+            // it somehow breaks the gcc call in parts/outputviews/makewidget.cpp. :-(
+            // It then has the effect that KProcess will never exit, at least on KDE-3.0
+#endif // KDE_VERSION
             QProcess proc;
             proc.addArgument( "gcc" );


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

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