Hi! Another problem I get whle trying to install py-matplotlib: This wants to install antigraingeometry; however, this fails with checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... yes ./configure: line 20336: syntax error near unexpected token ` $SDL_VERSION,' ./configure: line 20336: `AM_PATH_SDL($SDL_VERSION,' Error: Status 1 encountered during processing. I have no idea what SDL_VERSION should be, and a google-search did not turn up much either:( Any help or hint is appreciated. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
The probelm goes away if you install the automake port. I commited an update yesterday which adds automake as a build requirement. So update your ports tree and try again. Jann Jochen Küpper wrote:
Hi!
Another problem I get whle trying to install py-matplotlib: This wants to install antigraingeometry; however, this fails with
checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... yes ./configure: line 20336: syntax error near unexpected token `$SDL_VERSION,' ./configure: line 20336: `AM_PATH_SDL($SDL_VERSION,'
Error: Status 1 encountered during processing.
I have no idea what SDL_VERSION should be, and a google-search did not turn up much either:(
Any help or hint is appreciated.
Greetings, Jochen --Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
On 06.04.2007, at 20:15, Jann Röder wrote:
The probelm goes away if you install the automake port. I commited an update yesterday which adds automake as a build requirement. So update your ports tree and try again.
Thanks for your answer, but, sorry, no it does not... I had done a port selfupdate port upgrade installed before and that included the automake port. That is, I already had:
sudo port upgrade automake
which automake /opt/local/bin/automake
automake --version automake (GNU automake) 1.10 Written by Tom Tromey <tromey@redhat.com> and Alexandre Duret-Lutz <adl@gnu.org>.
Copyright 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Another problem I get whle trying to install py-matplotlib: This wants to install antigraingeometry; however, this fails with
checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... yes ./configure: line 20336: syntax error near unexpected token ` $SDL_VERSION,' ./configure: line 20336: `AM_PATH_SDL($SDL_VERSION,'
Error: Status 1 encountered during processing.
I have no idea what SDL_VERSION should be, and a google-search did not turn up much either:(
I simply manually removed the AM_PATH_SDL check from configure, then continued the install. that seemed to work, but obviouslt is not a real slution. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
I committed another fix, that hacks out the SDL stuff by default. If you have SDL installed you don't get this error. So there's now a variant that adds a dependecy on libsdl. Could you double check if that works now ? Jann Jochen Küpper wrote:
On 06.04.2007, at 20:15, Jann Röder wrote:
The probelm goes away if you install the automake port. I commited an update yesterday which adds automake as a build requirement. So update your ports tree and try again.
Thanks for your answer, but, sorry, no it does not... I had done a port selfupdate port upgrade installed before and that included the automake port. That is, I already had:
sudo port upgrade automake
which automake /opt/local/bin/automake
automake --version automake (GNU automake) 1.10 Written by Tom Tromey <tromey@redhat.com> and Alexandre Duret-Lutz <adl@gnu.org>.
Copyright 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Another problem I get whle trying to install py-matplotlib: This wants to install antigraingeometry; however, this fails with
checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... yes ./configure: line 20336: syntax error near unexpected token `$SDL_VERSION,' ./configure: line 20336: `AM_PATH_SDL($SDL_VERSION,'
Error: Status 1 encountered during processing.
I have no idea what SDL_VERSION should be, and a google-search did not turn up much either:(
I simply manually removed the AM_PATH_SDL check from configure, then continued the install. that seemed to work, but obviouslt is not a real slution.
Greetings, Jochen --Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
On 07.04.2007, at 02:04, Jann Röder wrote:
I committed another fix, that hacks out the SDL stuff by default. If you have SDL installed you don't get this error. So there's now a variant that adds a dependecy on libsdl. Could you double check if that works now ?
Hi Jann, thanks for your efforts. However, what exactly am I supposed to do to test this? Please consider that I am still kind of new to MacPorts.
sudo port search antigrain antigraingeometry graphics/antigraingeometry 2.5 A high quality rendering engine for C++
sudo port variants antigraingeometry antigraingeometry has the variants: darwin
sudo port -u upgrade antigraingeometry [no output]
Greetings, Jochen -- Fritz-Haber-Institut der MPG -- Department of Molecular Physics Faradayweg 4-6 (C1.03) D-14195 Berlin, Germany phone: +49-30-84135686 fax: +49-30-84135892
Just do a port sync, uninstall the antigraingeometry port and install it again. You need to delete the tbz archive from /opt/local/var/db/dports/packages/darwin/powerpc/ or i386 if you are on intel, before reinstalling it. Jann Jochen Küpper wrote:
On 07.04.2007, at 02:04, Jann Röder wrote:
I committed another fix, that hacks out the SDL stuff by default. If you have SDL installed you don't get this error. So there's now a variant that adds a dependecy on libsdl. Could you double check if that works now ?
Hi Jann, thanks for your efforts.
However, what exactly am I supposed to do to test this? Please consider that I am still kind of new to MacPorts.
sudo port search antigrain antigraingeometry graphics/antigraingeometry 2.5 A high quality rendering engine for C++
sudo port variants antigraingeometry antigraingeometry has the variants: darwin
sudo port -u upgrade antigraingeometry [no output]
Greetings, Jochen --Fritz-Haber-Institut der MPG -- Department of Molecular Physics Faradayweg 4-6 (C1.03) D-14195 Berlin, Germany
phone: +49-30-84135686 fax: +49-30-84135892
On 07.04.2007, at 11:30, Jann Röder wrote:
Just do a port sync, uninstall the antigraingeometry port and install it again. You need to delete the tbz archive from powerpc/ or i386 if you are on intel, before reinstalling it.
I did uninstall and clean and then removed agg-2.5.tar.gz...
Jochen Küpper wrote:
On 07.04.2007, at 02:04, Jann Röder wrote:
I committed another fix, that hacks out the SDL stuff by default. If you have SDL installed you don't get this error. So there's now a variant that adds a dependecy on libsdl. Could you double check if that works now ?
That works (without sdl). Thank you for your efforts! Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll
participants (2)
-
Jann Röder
-
Jochen Küpper