discuss-gnustep
[Top][All Lists]
Advanced

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

Re: All GNUstep apps have blank windows, and lots of apps won't compile


From: Nicola Pero
Subject: Re: All GNUstep apps have blank windows, and lots of apps won't compile
Date: Wed, 22 Oct 2008 13:26:06 +0100

gsgd
****
Making all for library libgsgd...
Compiling file GDFont.m ...
In file included from GDFont.m:24:
../Headers/gsgd/GDFont.h:29:16: warning: gd.h: No such file or directory
****

You need gd-devel (the headers from libgd, the library that manipulates pngs/gifs) to compile gsgd. :-)
Unless it's a problem with include flags ?

java
****
Making all for library libgnustep-java...
Compiling file ObjcRuntimeUtilities.c ...
In file included from /usr/GNUstep/System/Library/Headers/objc/objc- api.h:31,
                from ObjcRuntimeUtilities.h:29,
                from ObjcRuntimeUtilities.c:49:
/usr/GNUstep/System/Library/Headers/objc/hash.h: In function 'objc_hash_ptr':
/usr/GNUstep/System/Library/Headers/objc/hash.h:168: error: 'size_t'
undeclared (first use in this function)

This is confusing - you may want to double-check your compiler/libobjc setup ?

If the compiler/libobjc are OK, it would be nice to get some more information ...

 1. compiler version

 2. libobjc version

 3. output of 'make messages=yes'

Hmmm.

Thanks





reply via email to

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