[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Patch for building Gideon (Re: KDevelop 3.0a3 problem)



For those interested in building Gideon against KDE 3.1 currently in Sid:
 + install 'libqt3-compat-headers',
 + apply the attached patch in the source directory and
 + run 'dpkg-buildpackage'.

If someone wants precompiled debs, I can put them on my web site later when 
certain technical problems with my ISP's are solved. Gideon being a 
development tool, though, I guess most users know how to apply a patch by 
themselves. ;)


--- gideon-3.0a3.orig/admin/debianrules
+++ gideon-3.0a3/admin/debianrules
@@ -30,7 +30,7 @@
 $infodir		=	"$kde_prefix/share/info";
 $sysconfdir		=	"/etc";
 
-$QTDIR			=	"/usr/share/qt";
+$QTDIR			=	"/usr/share/qt3";
 $IDL			=	"$kde_bindir/cuteidl";
 $DCOPIDL		=	"$kde_bindir/dcopidl";
 $DCOPIDL2CPP		=	"$kde_bindir/dcopidl2cpp";
--- gideon-3.0a3.orig/parts/cppsupport/classparser.h
+++ gideon-3.0a3/parts/cppsupport/classparser.h
@@ -18,6 +18,9 @@
 #ifndef _CLASSPARSER_H_
 #define _CLASSPARSER_H_
 
+#include <iostream>
+using namespace std;
+
 #include <qstring.h>
 #include <qlist.h>
 #include <qstack.h>
--- gideon-3.0a3.orig/parts/cppsupport/cppccparser.h
+++ gideon-3.0a3/parts/cppsupport/cppccparser.h
@@ -10,6 +10,9 @@
 #ifndef _CPPCCPARSER_H
 #define _CPPCCPARSER_H
 
+#include <iostream>
+using namespace std;
+
 #include <qstring.h>
 #include <qlist.h>
 #include <qstack.h>
--- gideon-3.0a3.orig/debian/changelog
+++ gideon-3.0a3/debian/changelog
@@ -1,3 +1,11 @@
+gideon (1:3.0a3-1) unstable; urgency=low
+
+  * New New upstream release
+
+  * Fixed for KDE 3.1 in Sid
+
+ -- Jarno Elonen <elonen@iki.fi>  Fri,  7 Mar 2003 22:37:16 +0200
+
 gideon (1:2.999-1) unstable; urgency=low
 
   * Fixed for KDE3.

Attachment: gideon_3.0a3-1.diff.gz
Description: GNU Zip compressed data


Reply to: