Bug#559884: gnustep-dl2: FTBFS: ../EOControl/EOQualifier.h:240: error: cannot find interface declaration for ‘NSArray’

2009-12-17 Thread Yavor Doganov
Here's the patch against 0.12.0.

2009-07-29  Gregory John Casamento  greg.casame...@gmail.com

* EOControl/EOKeyValueArchiver.h: Add forward declaration of
NSMutableArray.
* EOControl/EOQualifier.h: Add missing include for NSArray.

=== modified file 'EOControl/EOKeyValueArchiver.h'
--- EOControl/EOKeyValueArchiver.h  2007-07-12 05:39:22 +
+++ EOControl/EOKeyValueArchiver.h  2009-07-29 07:06:55 +
@@ -37,6 +37,7 @@
 
 
 @class NSArray;
+...@class NSMutableArray;
 @class NSDictionary;
 @class NSMutableDictionary;
 @class NSString;

=== modified file 'EOControl/EOQualifier.h'
--- EOControl/EOQualifier.h 2007-07-12 05:39:22 +
+++ EOControl/EOQualifier.h 2009-07-29 07:06:55 +
@@ -27,23 +27,12 @@
 #ifndef __EOQualifier_h__
 #define __EOQualifier_h__
 
-#ifdef GNUSTEP
-#include Foundation/NSObject.h
-#else
 #include Foundation/Foundation.h
-#endif
 
 #include EOControl/EOKeyValueArchiver.h
 
 #include EOControl/EODefines.h
 
-...@class NSArray;
-...@class NSDictionary;
-...@class NSString;
-...@class NSSet;
-...@class NSMutableSet;
-...@class NSException;
-
 @class EOClassDescription;
 @class EOSQLExpression;
 @class EOQualifier;



Bug#559884: gnustep-dl2: FTBFS: ../EOControl/EOQualifier.h:240: error: cannot find interface declaration for ‘NSArray’

2009-12-07 Thread Yavor Doganov
Source: gnustep-dl2
Version: 0.11.0-1.1
Severity: serious
Tags: patch fixed-upstream

At Fri, 04 Dec 2009 19:33:16 +0100,
Federico Gimenez Nieto wrote:
 On Wed, 2009-11-25 at 10:33 +0100, Gürkan Sengün wrote:
  I had prepared a newer version of gnustep-dl2 long time ago, but
  never found a sponsor for it:
  
  http://sid.ethz.ch/debian/gnustep-dl2/ (gnustep-dl2_0.12.0-1.dsc)
  
  and I also tried to build it against the latest gnustep tarball versions
  but it failed:
  
  http://gnu.ethz.ch/debian/gnustep-dl2/gnustep-dl2_0.12.0-1_i386.build

 I get the same error when trying to build the current package [1] with
 pbuilder, could you please confirm this?

Yes, so let's record it as a bug before Lucas Nussbaum reports it :-)

This is yet another issue revealed with gnustep-base/1.19.3, and
already fixed in SVN trunk (rev 28419).



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org