Re: Header Errors
Re: Header Errors
- Subject: Re: Header Errors
- From: Chris Espinosa <email@hidden>
- Date: Thu, 17 Dec 2009 09:09:12 -0800
On Dec 17, 2009, at 6:09 AM, Jos Timanta Tarigan wrote: Im trying to do a C++ graphic programming in OS X. I got this errors that I cant solve. I download Ogre XCode Project, download all the required header, and when I try to build, it gives me errors that it cant find Ft2build.h. The weird thing is in my code i wrote this:
#include <ft2build.h>
with lowercase f. it also gives other error with the same pattern. Im using xcode 3.2 for snow leopard. after i download the project, i did some modification eg. change the 10.4 support to 10.6. anyone know why?
The capitalization of Ft2build.h in the error message is an Xcode bug; it is looking for the correct file in the correct case and not finding it.
ft2build.h is part of X11, which is an optional install. My guess is that you didn't install the optional X11 support when you installed Snow Leopard and Xcode 3.2. You can re-run the Installer and install those packages separately.
Chris |
_______________________________________________
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
References: | |
| >Header Errors (From: Jos Timanta Tarigan <email@hidden>) |