[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help - Clang can't find <objc/objc.h> on Ubuntu
From: |
David Chisnall |
Subject: |
Re: Help - Clang can't find <objc/objc.h> on Ubuntu |
Date: |
Sun, 26 Feb 2012 11:20:17 +0000 |
On 26 Feb 2012, at 07:52, Amr Aboelela wrote:
> 3. Make link to objc directory:
>
> $ locate objc.h
>
> /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/include/objc/objc.h
This is the GCC runtime's objc.h. You almost certainly want to be using the
GNUstep runtime's version instead. This will install in
/usr/locale/include/objc by default, or in your GNUstep headers location if
GNUstep Make is installed.
David
-- Sent from my Difference Engine
- Re: Help - Clang can't find <objc/objc.h> on Ubuntu, (continued)
Re: Help - Clang can't find <objc/objc.h> on Ubuntu, Thomas Davie, 2012/02/25
Re: Help - Clang can't find <objc/objc.h> on Ubuntu, Ivan Vučica, 2012/02/25