discuss-gnustep
[Top][All Lists]
Advanced

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

Make fails on a GNUstep Debian etch distribution


From: Andreas Höschler
Subject: Make fails on a GNUstep Debian etch distribution
Date: Thu, 22 Feb 2007 18:34:42 +0100

Hello all,

we were asked to build our source tree (frameworks, applications,...) on a GNUstep Debian etch installation (only our own code is allowed to be built from source). The GNUstep stuff is installed in /usr/lib/GNUstep. Demo applications (Calculator,..) do work. I got he first of our frameworks built and now have

/user/lib/GNUstep/System/Library/Headers/SRMapKit
 /usr/lib/GNUstep/System/Library/Frameworks/SRMapKit.framework

Building the second framework that depends on SRMapKit fails with

 Compiling file SRUMNMapRequest.m ...
SRUMNMapRequest.m:2:30: warning: SRMapKit/SRMapKit.h: No such file or directory
SRUMNMapRequest.m: In function '-[SRUMNMapRequest executeRequest]':
SRUMNMapRequest.m:11: warning: pointer type mismatch in conditional expression SRUMNMapRequest.m:48: error: cannot find protocol declaration for 'UMNMapServerProtocol' SRUMNMapRequest.m:49: error: cannot find protocol declaration for 'UMNMapServerProtocol'

The protocol UMNMapServerProtocol is defined in SRMapKin/SRMap.h which is included in SRMapKit/SRMapKit. Why is this beast not finding the framework and the headers? What am I missing?

Thanks a lot!

Regards,

  Andreas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]