On 28 Sep 2009, at 08:41, David Fang wrote:

> I was able to reproduce this error with an upgraded 10.6 build, but
> haven't looked into fixing it yet.  I haven't forgotten!
>

I fixed my local info file for this problem , by avoiding APple's stuff
(there was a time where it was basically policy to use fink's stuff
rather than Apple's, when both were available.)

Here follows a cvs diff ( deps still have to be adjusted of course).

JF

diff -r1.18 graphviz.info
48a49
 >      libdevil1,
80c81
< ConfigureParams: --mandir=%p/share/man --with-extraincludedir=%p/ 
include --with-extralibdir=%p/lib --with-tcl=/usr/bin/tclsh --with- 
tclsh=/usr/bin/tclsh --with-wish=/usr/bin/wish --with-x --x-includes=/ 
usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-ming -with-glitz  
--disable-r --disable-perl --disable-python FREETYPE2_CFLAGS=-I%p/lib/ 
freetype219/include/freetype2 FREETYPE2_LIBS=-L%p/lib/freetype219/lib  
GUILE=%p/bin/guile-1.8 PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/ 
pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/ 
pkgconfig:$PKG_CONFIG_PATH" RUBY=/usr/bin/ruby CPPFLAGS="-I/System/ 
Library/Frameworks/JavaVM.framework/Versions/A/Headers -I%p/lib/ocaml - 
idirafter $system_ruby_include"
---
 > ConfigureParams: --mandir=%p/share/man --with-extraincludedir=%p/ 
include --with-extralibdir=%p/lib --with-tcl=%p/bin/tclsh --with-tclsh= 
%p/bin/tclsh --with-wish=%p/bin/wish --with-x --x-includes=/usr/X11R6/ 
include --x-libraries=/usr/X11R6/lib --with-ming -with-glitz --disable- 
perl --disable-python FREETYPE2_CFLAGS=-I%p/lib/freetype219/include/ 
freetype2 FREETYPE2_LIBS=-L%p/lib/freetype219/lib GUILE=%p/bin/ 
guile-1.8 PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/ 
fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig: 
$PKG_CONFIG_PATH" RUBY=%p/bin/ruby CPPFLAGS="-I/System/Library/ 
Frameworks/JavaVM.framework/Versions/A/Headers -I%p/lib/ocaml"
87,91c88,92
<       ruby_h_path=`find /usr/lib/ruby -name ruby.h`
<       test -f "$ruby_h_path" || ruby_h_path=`find /System/Library/ 
Frameworks -name ruby.h | head -n 1`
<       test -f "$ruby_h_path" && echo "Found ruby.h as $ruby_h_path, using  
its dirname..."
<       system_ruby_include=`dirname $ruby_h_path`
<       test -d "$system_ruby_include"
---
 > #    ruby_h_path=`find /usr/lib/ruby -name ruby.h`
 > #    test -f "$ruby_h_path" || ruby_h_path=`find /System/Library/ 
Frameworks -name ruby.h | head -n 1`
 > #    test -f "$ruby_h_path" && echo "Found ruby.h as $ruby_h_path,  
using its dirname..."
 > #    system_ruby_include=`dirname $ruby_h_path`
 > #    test -d "$system_ruby_include"
135a137
 >              libdevil1-bin,
251a254,269
 >
 > jfm : reverted to fink's tcl and ruby, to avoid errors like :
 >  gcc -DHAVE_CONFIG_H -I. -I../.. -DUSE_TCL_STUBS -DUSE_TK_STUBS
 > -I/System/Library/Frameworks/Tk.framework/Versions/8.4/Headers
 > -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers -I/ 
sw64/lib/ocaml -idirafter
 > /System/Library/Frameworks/Ruby.framework/Versions/1.8/Headers -I/ 
sw64/include -I/sw64/include -g -O2 -fno-common -Wall -MT
 > tkStubLib.lo -MD -MP -MF .deps/tkStubLib.Tpo -c tkStubLib.c  -fno- 
common -DPIC -o .libs/tkStubLib.o
 > In file included from tkStubLib.c:18:
 > /System/Library/Frameworks/Tk.framework/Versions/8.4/Headers/tk.h: 
72:3:
 > error: #error Tk 8.4 must be compiled with tcl.h from Tcl 8.4
 > make[3]: *** [tkStubLib.lo] Error 1
 >
 > (Too many possible systems, and system tcl's, to keep compatible  
with all posible fink's ...)
 > Also added missing dep on libdevil1; only remains missing for  
configure that
 > tcltk should install its internal headers, so that tkInt.h gets  
found (several pkgs want it);
 > and ghostscript headers (ghostscript/iapi.h).


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to