[redland-dev] Trouble compiling Redland-ObjC sources

Sunil Vemuri vemuri at ftrd.us
Thu Apr 28 01:03:58 BST 2005


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