Re: [Fink-devel] imagemagick7-shlibs broken by new freetype219

2015-01-27 Thread Jack Howarth
Confirmed that this change is sufficient to eliminate the build failure on 10.7. The imagemagick5-shlibs build on 10.7 doesn't suffer from this issue. On Mon, Jan 26, 2015 at 10:03 PM, Hanspeter Niederstrasser f...@snaggledworks.com wrote: On 1/26/2015 12:56 AM, Jack Howarth wrote: Hanspeter,

Re: [Fink-devel] imagemagick7-shlibs broken by new freetype219

2015-01-27 Thread Hanspeter Niederstrasser
On 1/26/2015 9:31 PM, Jack Howarth wrote: Hanspeter, Almost there... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/sw/include/freetype2 -I/sw/include -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/X11/include -I/sw/include/libxml2

Re: [Fink-devel] wxwidgets300--gtk2

2015-01-27 Thread Jack Howarth
Alexander, I don't believe it is possible to use the system python here as relax-py uses numpy-py and scipy-py as well as the proposed wxpython300-py. It doesn't simply likely that the relax code can handle flipping back and forth between the fink and system pythons as relax calls these

Re: [Fink-devel] imagemagick7-shlibs broken by new freetype219

2015-01-27 Thread Jack Howarth
You also need... perl -pi -e 's|\$CPPFLAGS \-I\${xml2_prefix}/include/libxml2|\-I\${xml2_prefix}/include/libxml2 \$CPPFLAGS|g' configure which finally produces a valid include ordering for fink... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/sw/include/libxml2

Re: [Fink-devel] imagemagick7-shlibs broken by new freetype219

2015-01-27 Thread Hanspeter Niederstrasser
On Tue, January 27, 2015 10:03 am, Jack Howarth wrote: You also need... perl -pi -e 's|\$CPPFLAGS \-I\${xml2_prefix}/include/libxml2|\-I\${xml2_prefix}/include/libxml2 \$CPPFLAGS|g' configure which finally produces a valid include ordering for fink... libtool: compile: gcc

[Fink-devel] wxwidgets300--gtk2

2015-01-27 Thread Jack Howarth
Alexander, As I mentioned on fink irc, the newest relax-py 3.3.5 release no longer recommends wxgtk2.8. My initial attempt to create a wxpython300-py package using wxwidgets300-cocoa revealed that this won't work due to the error... This program needs access to the screen. Please run with

Re: [Fink-devel] wxwidgets300--gtk2

2015-01-27 Thread Alexander Hansen
On Jan 27, 2015, at 6:28 PM, Jack Howarth howarth.at.f...@gmail.com wrote: Alexander, As I mentioned on fink irc, the newest relax-py 3.3.5 release no longer recommends wxgtk2.8. My initial attempt to create a wxpython300-py package using wxwidgets300-cocoa revealed that this won't