Hello fink users!

I just want to move from my MBP 17" Intel Core Duo to my new MBP 17"  
Intel Core 2 Duo and I thought this is a good time to start from the  
beginning.
I installed the Developer-Tools and X11.

After that I installed the fink-0.8.1 package, ran "fink selfupdate"  
and "fink install wireshark" and after lots compile time it stops  
with lots of errors in pango1-xft2-*

I extracted the part from terminal where the trouble begins (looks to  
me that the config-script works):
...
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing pango/module-defs.h commands
config.status: executing pango/module-defs-x.c commands
config.status: executing pango/module-defs-fc.c commands
config.status: executing pango/module-defs-win32.c commands
configuration:
         backends: FreeType
   make -j2
make  all-recursive
Making all in pango
( cd . && glib-mkenums \
                 --fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define  
__PANGO_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
                 --fprod "/* enumerations from \"@[EMAIL PROTECTED]" */\n" \
                 --vhead "GType @[EMAIL PROTECTED] (void);\n#define  
[EMAIL PROTECTED]@ (@[EMAIL PROTECTED]())\n"         \
                 --ftail "G_END_DECLS\n\n#endif /*  
__PANGO_ENUM_TYPES_H__ */" \
         pango.h pango-attributes.h pango-break.h pango-context.h  
pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango- 
fontset.h pango-glyph.h pango-glyph-item.h pango-item.h pango- 
layout.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h  
pango-types.h pango-utils.h pangofc-font.h pangofc-fontmap.h ) > tmp- 
pango-enum-types.h \
&& (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp tmp-pango- 
enum-types.h pango-enum-types.h ) \
&& rm -f tmp-pango-enum-types.h \
&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
                 --fhead "#include <pango.h>" \
                 --fprod "\n/* enumerations from \"@[EMAIL PROTECTED]" */" \
                 --vhead "[EMAIL PROTECTED]@_get_type (void)\n{\n   
static GType etype = 0;\n  if (etype == 0) {\n    static const  
[EMAIL PROTECTED]@Value values[] = {"      \
                 --vprod "      { @VALUENAME@, \"@[EMAIL PROTECTED]",  
\"@[EMAIL PROTECTED]" }," \
                 --vtail "      { 0, NULL, NULL }\n    };\n    etype  
= [EMAIL PROTECTED]@_register_static (\"@[EMAIL PROTECTED]", values);\n  }\n  
return  
etype;\n}\n" \
         pango.h pango-attributes.h pango-break.h pango-context.h  
pango-coverage.h pango-engine.h pango-font.h pango-fontmap.h pango- 
fontset.h pango-glyph.h pango-glyph-item.h pango-item.h pango- 
layout.h pango-modules.h pango-renderer.h pango-script.h pango-tabs.h  
pango-types.h pango-utils.h pangofc-font.h pangofc-fontmap.h ) > tmp- 
pango-enum-types.c \
&& (cmp -s tmp-pango-enum-types.c pango-enum-types.c || cp tmp-pango- 
enum-types.c pango-enum-types.c ) \
&& rm -f tmp-pango-enum-types.c \
&& echo timestamp > s-enum-types-c
make  all-recursive
Making all in opentype
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. - 
I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/ 
sw/etc\" -DLIBDIR=\"/sw/lib\" -DG_DISABLE_DEPRECATED - 
DG_DISABLE_CAST_CHECKS -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
include   -I/usr/X11R6/include   -I/usr/X11R6/include -I/usr/X11R6/ 
include/freetype2  -I../..    -Os -pipe -Wall -c -o ftglue.lo `test - 
f 'ftglue.c' || echo './'`ftglue.c
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. - 
I../.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/ 
sw/etc\" -DLIBDIR=\"/sw/lib\" -DG_DISABLE_DEPRECATED - 
DG_DISABLE_CAST_CHECKS -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
include   -I/usr/X11R6/include   -I/usr/X11R6/include -I/usr/X11R6/ 
include/freetype2  -I../..    -Os -pipe -Wall -c -o ftxopen.lo `test - 
f 'ftxopen.c' || echo './'`ftxopen.c
mkdir .libs
mkdir .libs
mkdir: .libs: File exists
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" - 
DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/sw/etc\" -DLIBDIR=\"/sw/lib\" - 
DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -I/sw/include/glib-2.0 - 
I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include - 
I/usr/X11R6/include/freetype2 -I../.. -Os -pipe -Wall -c ftxopen.c  - 
fno-common -DPIC -o .libs/ftxopen.o
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Pango\" - 
DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/sw/etc\" -DLIBDIR=\"/sw/lib\" - 
DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -I/sw/include/glib-2.0 - 
I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include - 
I/usr/X11R6/include/freetype2 -I../.. -Os -pipe -Wall -c ftglue.c  - 
fno-common -DPIC -o .libs/ftglue.o
In file included from ftglue.c:11:
ftglue.h:46:22: error: ft2build.h: No such file or directory
ftglue.h:47:10: error: #include expects "FILENAME" or <FILENAME>
In file included from ftglue.c:11:
ftglue.h:83: error: syntax error before 'extern'
ftglue.h:84: error: parse error before 'stream'
....

It is just a guess, but it looks to me that I first have to install  
freetype but this also stops with a compile error.
Every hint is welcome, thanks,
Christoph

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to