![]() |
|
#1
| |||
| |||
| Hello, I am trying to -blindly- fix a problem on a Mac I don't have access to. I tried to compile the freetype library, and I get: freetype/src/base/ftmac.c", line 77.10: 1506-296 (S) #include file <Resources.h> not found. Does anyone knows why the Carbon library is not found. Using: - Darwin - xlc Thanks Mathieu Ps: The only thing I know is that using gcc freetype is building properly. |
|
#2
| |||
| |||
| Without beeing a guru i suggest.. You might need to use framework style includes.. <CarbonCore/xxxx.h> (can't remember where resources.h is located) Or just include Carbon.h <Carbon/Carbon.h> Jesper "Mathieu Malaterre" <mmalaterNOSP@Mnycap.rr.com> wrote in message news:8y3Uc.150548$bp1.53746@twister.nyroc.rr.com.. . > Hello, > > I am trying to -blindly- fix a problem on a Mac I don't have access to. > I tried to compile the freetype library, and I get: > > freetype/src/base/ftmac.c", line 77.10: 1506-296 (S) #include file > <Resources.h> not found. > > Does anyone knows why the Carbon library is not found. > > Using: > - Darwin > - xlc > > Thanks > Mathieu > Ps: The only thing I know is that using gcc freetype is building properly. > |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|