Re: Error on 10.3.9 v 1.600 installing mplayer

2008-12-01 Thread Bryan Blackburn
On Mon, Dec 01, 2008 at 09:44:37PM -0600, Ryan Schmidt said: > > On Dec 1, 2008, at 19:49, Tim Visher wrote: > >> I'm trying to install mplayer 1.0rc2 on 10.3.9 using port 1.600 and I >> got the following error. >> >> ld: warning -L: directory name (/opt/local/lib/samba3) does not >> exist >>

Re: Error on 10.3.9 v 1.600 installing mplayer

2008-12-01 Thread Ryan Schmidt
On Dec 1, 2008, at 19:49, Tim Visher wrote: I'm trying to install mplayer 1.0rc2 on 10.3.9 using port 1.600 and I got the following error. ld: warning -L: directory name (/opt/local/lib/samba3) does not exist ld: warning -L: directory name (/usr/local/lib) does not exist ld: get

Error on 10.3.9 v 1.600 installing mplayer

2008-12-01 Thread Tim Visher
Hey Everyone, I'm trying to install mplayer 1.0rc2 on 10.3.9 using port 1.600 and I got the following error. ld: warning -L: directory name (/opt/local/lib/samba3) does not exist ld: warning -L: directory name (/usr/local/lib) does not exist ld: get_path.o illegal reference to symbol:

Re: *_select's

2008-12-01 Thread Bryan Blackburn
On Mon, Dec 01, 2008 at 11:08:12AM +0100, Rainer Müller said: > Bryan Blackburn wrote: > [...] > > it would just be > > > > $ select python 2.5 > > $ select gcc mp-4.3 > > > > The ${prefix}/etc/select stuff is already subdivided by system like this, so > > it should be a pretty natural change, th

Re: [macports-mgr] A problem

2008-12-01 Thread Moshe Kamensky
* Ryan Schmidt <[EMAIL PROTECTED]> [01/12/08 15:39]: > On Dec 1, 2008, at 14:24, Christos Vlachos wrote: > >> Dear maintainers, >> Apologies for using this email address, but couldn't find any other to >> address to you. I would appreciate your help on the following problem. I >> want to uninstal

Re: sudo port upgrade all

2008-12-01 Thread Ryan Schmidt
On Dec 1, 2008, at 15:01, Altoine Barker wrote: Personally, I came across this before and use this command "sudo port -vu upgrade outdated" to avoid having any more similar issues. It has worked for me so far for the past year.HTH "port upgrade" is for upgrading ports and dependencies (port

Re: sudo port upgrade all

2008-12-01 Thread Altoine Barker
Personally, I came across this before and use this command "sudo port -vu upgrade outdated" to avoid having any more similar issues. It has worked for me so far for the past year.HTH -Altoine On Sun, Nov 30, 2008 at 5:24 PM, Mark Hattam <[EMAIL PROTECTED]>wrote: > > On 29 Nov 2008, at 03:01, Wil

Re: [macports-mgr] A problem

2008-12-01 Thread Ryan Schmidt
On Dec 1, 2008, at 14:24, Christos Vlachos wrote: Dear maintainers, Apologies for using this email address, but couldn't find any other to address to you. I would appreciate your help on the following problem. I want to uninstall MacPorts, since I installed it before installing X11 and Xco

Re: Error upgrading xrender on Panther

2008-12-01 Thread Chris Janton
On 2008-11-30 , at 12:18 , Jeremy Huddleston wrote: Can you please see: http://trac.macports.org/ticket/17429#comment: I think if you pull in xorg-libX11 first, it'll be fine, but I need someone to test that first... sudo port install xorg-libX11 followed by sudo port upgrade xrender wo

Re: *_select's

2008-12-01 Thread Rainer Müller
Bryan Blackburn wrote: [...] > it would just be > > $ select python 2.5 > $ select gcc mp-4.3 > > The ${prefix}/etc/select stuff is already subdivided by system like this, so > it should be a pretty natural change, though the arguments will obviously be > a bit different. Best would be to add se

Re: Using libsdl-framework

2008-12-01 Thread Anders F Björklund
Braden McDaniel: Normally this is handled by `sdl-config`, not so with Xcode. Ah, you mean if I'm using libsdl (i.e., not the framework variant). Yup. (gcc -o foo `sdl-config --cflags --libs` foo.c) Using frameworks outside of Xcode.app usually lands in "unsupported", i.e. most setups are u

Re: Using libsdl-framework

2008-12-01 Thread Braden McDaniel
Anders F Björklund wrote: Braden McDaniel wrote: Is MacPorts' libsdl-framework usable directly from C and C++, or do I need an Objective-C entry point as described here? For Cocoa backend with SDL 1.2 you need a SDLMain entr