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


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to