First, critical details:
Mac OS X 10.8.5
Package manager version: 0.38.3
Distribution version: selfupdate-cvs Sat Jan 24 09:00:45 2015, 10.8, x86_64
Trees: local/main stable/main
Xcode.app: 5.1.1
Xcode command-line tools: 5.0.1.0.1.1377666378
Max. Fink build jobs: 1
When running:
fink install xft2-shlibs
it crashes with:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/X11/Xft
-I../include/X11/Xft -I/sw/include -I/sw/include/freetype2
-I/opt/X11/include -I/sw/include -Wall -Wpointer-arith -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs
-fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition
-Wdeclaration-after-statement -g -O2 -MT xftglyphs.lo -MD -MP -MF
.deps/xftglyphs.Tpo -c xftglyphs.c -fno-common -DPIC -o .libs/xftglyphs.o
xftglyphs.c:24:10: fatal error: 'freetype/ftoutln.h' file not found
#include <freetype/ftoutln.h>
^
1 error generated.
make[2]: *** [xftglyphs.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The header files are there in:
/sw/include/freetype2/ftoutln.h
So you can see that with the include paths
-I/sw/include -I/sw/include/freetype2
it would not be able to see the path where the files actually live. One can
hack a fix by doing:
ln -s /sw/include/freetype2 /sw/include/freetype
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users