discuss-gnustep
[Top][All Lists]
Advanced

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

Re: undefined reference to `NSCalibratedRGBColorSpace'


From: Wolfgang Lux
Subject: Re: undefined reference to `NSCalibratedRGBColorSpace'
Date: Wed, 10 Oct 2012 18:31:34 +0200

Michael Silva wrote:

> when linking a gnustep app on linux (Ubuntu 11.10) I get this error:
> 
> undefined reference to `NSCalibratedRGBColorSpace'
> 
> This is defined in AppKit/NSGraphics.h as an export, but the actual 
> declaration seems to be missing.  Is there a way to fix it?

Yes. Make sure you link against gnustep-gui.
If you do already, complain to the Ubuntu maintainers.
NSCalibratedRGBColorSpace does have a definition in externs.m (and it's there 
for almost ever), so you shouldn't be getting a link error for it.

Wolfgang




reply via email to

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