gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Still some difficulty building on Mac('Snow Leopard)


From: Jim Busser
Subject: Re: [Gnumed-devel] Still some difficulty building on Mac('Snow Leopard)
Date: Sun, 06 Sep 2009 18:32:34 -0700

On 5-Sep-09, at 1:19 PM, Don Fox wrote:

As per the MacPorts TWiki entry on the 03rd
While attempting to install py26-wxpython and it's three dependencies: wxWidgets,
                                                                                                                                libsdl_mixer  and
                                                                                                                                smpeg
I get the following about smpeg:

 <SNIP>

Don, are you sure your portfiles are up to date? Maybe you need to do

sudo ports selfupdate

since if one looks at

http://trac.macports.org/browser/trunk/dports/python/py26-wxpython/Portfile

I find only

depends_lib        port:python26 \
                                       port:wxWidgets 

I did not realize the above until after I had tested the possibility of the following workaround but, having briefly tested, I may as well report that in my Leopard MacPorts I *inactivated* smpeg and it made no difference to my being able to run GMUmed.

=============================================================

The workaround would have been to exclude smpeg from the dependencies for py26-wxpython, since smpeg is needed AFAICT only to support video and audio playback. Therefore even if py26-wxpython would expect smpeg to be installed, as far as GNUmed is concerned it may only become necessary for smpeg to be installed if the praxis archives document parts which contain mpeg.

The workaround might be to save locally a copy of the py26-wxpython portfile after following the instructions at

http://guide.macports.org/#development.local-repositories

where, after inserting into your opt/local/etc/macports/sources.conf (before the rsync URL) the line

file:///Users/<yourUserName>/ports

you would instead of

mkdir -p ports/games/bestevergame

do

mkdir -p ports/python/py26-wxpython

and into that directory save the altered version of the portfile and do

portindex

and then the next time you would do an install, MacPorts should take its pointers from your local portfile before checking other sources.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]