Odd header search behavior in XCode 3, OS X 10.5
Odd header search behavior in XCode 3, OS X 10.5
- Subject: Odd header search behavior in XCode 3, OS X 10.5
- From: Jeffrey Wilson <email@hidden>
- Date: Tue, 27 Nov 2007 23:34:18 -0500
I am trying to compile the Ogg & Vorbis frameworks from Xiph. As the subject line notes, I am using Xcode 3.0 and Leopard. I had no problems doing this with XCode 2.4 and Tiger.
I obtain the Ogg and Vorbis source via SVN at the Xiph repositories. http://svn.xiph.org/ I open up the XCode project that is provided. The Ogg framework builds just fine, and I place that into my ~/Library/Frameworks folder. For the Vorbis build, I edit the framework search path to include $(HOME)/Library/Frameworks, and try to build it. Err.
/Users/jeff/programming/xiph/vorbis/macosx/../lib/analysis.c:21:21: error: ogg/ogg.h: No such file or directory
Okay, this is odd. My Ogg.famework definitely has ogg.h in the Headers directory. I tried placing the framework in /Library/Frameworks, but that did not seem to help.
Sure, changing every instance of <ogg/* to <Ogg/* fixed the problem. Is XCode so stringent about capitalization now? Or is this behavior because my hard drive was formatted with case sensitivity turned on (I did a clean Leopard install)?
Jeff
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden