freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] 2.1.1 Mac OSX problem


From: Sebastien BARRE
Subject: Re: [Freetype] 2.1.1 Mac OSX problem
Date: Thu, 20 Jun 2002 22:30:37 -0400

At 6/20/2002 10:12 PM, nigel kerr wrote:

  but headers and libraries aren't the same on macosx as they are for
  the original environment base/ftmac.c wants.  changing the includes from

    #include <Resources.h>
    #include <Fonts.h>
    #include <Errors.h>
    #include <Files.h>
    #include <TextUtils.h>

  to

    #include <CoreServices/CoreServices.h>
    #include <ApplicationServices/ApplicationServices.h>

Sorry guys, I had it compile fine a couple of days ago, the only thing I did was:

#if TARGET_API_MAC_CARBON
#include <Carbon/Carbon.h>
#else
#include <Resources.h>
#include <Fonts.h>
#include <Errors.h>
#include <Files.h>
#include <TextUtils.h>
#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]