On 3/17/2015 9:38 PM, Saleh Elmohamed wrote:
> require_libfreetype
> pkg-config --exists --print-errors freetype2
> check_ld -I/sw/include/freetype2 -L/sw/lib -lfreetype
> check_cc -I/sw/include/freetype2 -L/sw/lib
> BEGIN /tmp/ffconf.qmBFPnR7.c
>      1   #include <ft2build.h>
>      2   #include FT_FREETYPE_H
>      3   long check_func(void) { return (long) FT_Init_FreeType; }
>      4   int main(void) { return 0; }
> END /tmp/ffconf.qmBFPnR7.c
> gcc -I/sw/include -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
> -DPIC -I/sw/lib/libspeex1/include -I/sw/include -I/usr/X11R6/include -MD 
> -std=c99 -fomit-frame-pointer -fPIC -I/sw/include/dirac 
> -I/sw/include/freetype2 -L/sw/lib -c -o /tmp/ffconf.tUE6PeOA.o 
> /tmp/ffconf.qmBFPnR7.c
> clang: warning: argument unused during compilation: '-L/sw/lib'
> In file included from /tmp/ffconf.qmBFPnR7.c:1:
> /usr/X11R6/include/ft2build.h:56:10: fatal error: 
> 'freetype/config/ftheader.h' file not found
> #include <freetype/config/ftheader.h>
>           ^
> 1 error generated.
> ERROR: freetype2 not found

What is the output of the following 2 commands:

fink list freetype2
dpkg -S ftheader.h

Hanspeter


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
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

Reply via email to