[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Lost include path
From: |
Mike Owens |
Subject: |
[Devel] Lost include path |
Date: |
Fri, 06 Jul 2001 16:54:58 -0400 |
I just upgraded to 2.0.4 and when I build on cygwin it doesn't find the
FT_CALLBACK_DEF defines. I've found the definition in ftconfig.h but haven't
yet found why the compiler can't see it. I've changed the name to static which
is the way it is defined in ftconfig.h and my system builds ok. My project
includes for the failing file is
#include <ftcache.h>
#include <cache/ftcimage.h>
#include <cache/ftcsbits.h>
which is what I used from an example I think. It's worked ok until now. I've
even tried including ftconfig.h in my project file and it still doesn't see it.
Is there a standard include file I am missing?
Thanks again
- [Devel] Lost include path,
Mike Owens <=