[26671] in Athena Bugs
sun4 9.4.18: gcc
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Nov 2 20:03:36 2005
Message-Id: <200511030102.jA312to5023277@dit.mit.edu>
To: bugs@mit.edu
Date: Wed, 02 Nov 2005 20:02:55 -0500
From: Alex T Prengel <alexp@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: dit.mit.edu
Type and version: Sun-Blade-100 9.4.18 (with mkserv)
Display type: ifb
Shell: /bin/athena/tcsh
Window manager: metacity
What were you trying to do?
compile a complicated application that includes:
/usr/sfw/include/ft2build.h
What's wrong:
when it's compiling the file that includes the above, it errors:
/usr/sfw/include/ft2build.h:56:38: freetype/config/ftheader.h: No such file or directory
I think this may be a configuration bug on our Suns but I'm not
certain- when I look at /usr/sfw/include/ft2build.h, I see:
#include <freetype/config/ftheader.h>
but ftheader.h is at /usr/sfw/include/freetype2/freetype/config/ftheader.h
the preceeding line in ft2build.h has the comment:
/* "<prefix>/include/freetype2" must be in your current inclusion path */
but I'm not sure what's supposed to be doing this- basically I need to know
how to fix this. I can edit my code and Makefiles but I'm not sure that's the
right thing to do...
Alex