[redland-dev] Re: Trouble compiling Redland-ObjC sources
Sunil Vemuri
vemuri at ftrd.us
Fri Apr 29 20:23:44 BST 2005
FYI: The issue has been resolved. In case my experiences are useful to
other readers:
What I believe happened is that the Redland header files did not go
into the /usr/local/redland/include directory when I built Redland. I
had to create the include dir and manually copy the header files to
/usr/local/redland/include. Once the redland headers were in the right
place, Redland-ObjC got past those errors.
--Sunil
On Apr 27, 2005, at 8:03 PM, Sunil Vemuri wrote:
> Just having a little trouble compiling Redland-ObjC sources. I set
> REDLAND_PREFIX per the instructions in "COMPILING.txt". The error
> occurs while precompiling Redland_Prefix.pch :
>
> Redland_Prefix.pch:7:32: Redland/redland.h: No such file or directory
> Redland_Prefix.pch:8:31: Redland/raptor.h: No such file or directory
>
> The corresponding code in Redland_Prefix.pch is:
>
> #ifdef __OBJC__
> #import <Foundation/Foundation.h>
> #import <Redland/redland.h> // line #7
> #import <Redland/raptor.h> // line #8
> #endif
>
> I noticed a smattering of other #import <Redland/xxxx.h> throughout
> the ObjC code.
>
> Certainly I can create copies of redland.h, raptor.h, and a slew of
> other related header files in a newly created directory named
> "Redland" and put that in the include path. But, I wanted to:
> (1) report the problem
> (2) see if I'm missing something in my configuration of Redland-ObjC
> (3) request opinions on the best way to remedy this
>
> This is on a MacOS X 10.3.9 machine with XCode 1.5.
>
>
> Thanks,
> --Sunil
More information about the redland-dev
mailing list