"Alexander K. Hansen" wrote:
> 
> Check the "config.log" file in the build directory to see if there's
> more information there.  Also, try running "freetype-config --libs" and
> see what you get.  On my Panther box, with XFree86 and freetype (but
> not freetype2) installed, I get
> 
> -L/usr/X11R6/lib -lfreetype

I do get the same thing:

$ freetype-config --libs
-L/usr/X11R6/lib -lfreetype

But the test file has a bad #include line:

#include FT_ERRORS_H

>From config.log:

configure:24733: checking For sufficiently new FreeType (at least 2.0.1)
configure:24755: gcc -c -O3 -funroll-loops -fstrict-aliasing -pipe -Wall 
-no-cpp-precomp -DX_LOCALE -I/sw/include -I/usr/X11R6/include 
-I/usr/X11R6/include/freetype2 conftest.c >&5
configure:24790:10: #include expects "FILENAME" or <FILENAME>
configure:24758: $? = 1
configure: failed program was:
| #line 24735 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/sw/lib/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_PROGRESSIVE_JPEG 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
|
| #include <freetype/freetype.h>
| #include FT_ERRORS_H
|
| int
| main ()
| {
| (void)1;
|   ;
|   return 0;
| }
configure:24778: result: no
configure:24809: error: pangoxft Pango backend found but did not find freetype 
libraries

Best,
Blair

-- 
Blair Zajac <[EMAIL PROTECTED]>
Plots of your system's performance - http://www.orcaware.com/orca/


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to