bug-gnustep
[Top][All Lists]
Advanced

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

Re: Unable to build libobjc-0.9.0


From: Adam Fedor
Subject: Re: Unable to build libobjc-0.9.0
Date: Wed, 10 Jan 2001 09:06:49 -0700

Stefan Urbanek wrote:
> 
> Hi,
> 
> I was unable to build libobjc-0.9.0. It stopped on encoding.c. There is
> problem with header files:
>         ...
>         #include "encoding.h"
>         ...
> I think, it should be
>         ...
>         #include "objc/encoding.h"
>         ...
> 

You shouldn't have to create symlinks, it should just work. Are you sure
that the GNUmakefile is being used, e.g. try

make -f GNUmakefile

Perhaps you can send me the output. 

P.S FYI for everyone else - libobjc-0.9.0 is our own personel snapshot
of libobjc from the latest gcc CVS, modified so it will compile
standalone. I haven't announced it yet.



reply via email to

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