Re: problem when installing macports

2007-10-02 Thread Anders F Björklund
Thomas De Contes: Anders, he didn't say what OS version he was using. Also, he's on G4, so gcc 3.3 is a native compiler, not a cross-compiler. Actually I meant platform cross-compiler rather than architecture cross-compiler, but it doesn't matter much... But, Thomas, if you're running Mac

Re: Problems installing Oregano.

2007-10-02 Thread mike clemow
I noticed that it was an old version too. I've already downloaded the oregano-0.69.0 source, but I'm not sure how to compile it against what macports has installed. I would actually be glad to update the package, but I'm not sure how to go about doing that (e.g. rewriting the portfile, etc.).

Re: Problems installing Oregano.

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 02:12, mike clemow wrote: On 10/1/07, Ryan Schmidt wrote: On Oct 1, 2007, at 19:35, mike clemow wrote: I'm new to macports from Debian. I'm trying to install oregano, and all the dependencies have downloaded and installed, but when port gets the oregano source, this

Re: Problems installing Oregano.

2007-10-02 Thread mike clemow
Alright - That's a lot to absorb. I'm going to have questions. ;-) I really want this app to work, though, so I'll get back to you folks. Cheers, Mike On 10/2/07, Ryan Schmidt [EMAIL PROTECTED] wrote: On Oct 2, 2007, at 02:12, mike clemow wrote: On 10/1/07, Ryan Schmidt wrote: On Oct

Re: Problems installing Oregano.

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 02:44, mike clemow wrote: On 10/2/07, Ryan Schmidt wrote: On Oct 2, 2007, at 02:12, mike clemow wrote: On 10/1/07, Ryan Schmidt wrote: On Oct 1, 2007, at 19:35, mike clemow wrote: I'm new to macports from Debian. I'm trying to install oregano, and all the

Re: Problems installing Oregano.

2007-10-02 Thread mike clemow
Okay, this is all in the portfile, I assume? Out of curiosity, why TCL? I know that there is at least one new dependency. The problem I'm having at the moment is that the new package uses scons to build and I can't get it to run. I installed the new dependency with port and also scons, but

Keyboard problems (backspace, up/down etc) with command-line tools

2007-10-02 Thread Per Bull Holmen
Hey I'm totally new to MacPorts, and fairly much a rookie regarding UNIX/X-Windows. I recently installed the package ng-spice after giving up on both MacSpice and finding a Fink *spice package. This is (mostly) a command-line tool, but uses some X11 and this works great. Installation is done

PHP5 activation error

2007-10-02 Thread Michael Jackson
Hello all, I tried upgrading php5 this morning, but ran into the following error: --- Activating php5 5.2.3_0+apache2+darwin_8+macosx+mysql5+pear +postgresql+sqlite Error: Target org.macports.activate returned: Image error: /opt/local/ lib/php/.registry/structures_graph.reg already exists

Re: ffmpeg - unable to install

2007-10-02 Thread Joe
Ryan, Thanks for your help! Below is the info of the problematic machine: OS X 10.4.10 Intel MacPorts: 1.520 Fink is installed under /sw: 0.27.6 Xcode: 2.2 gcc --version i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247) ls /usr/local bin

Re: ffmpeg - unable to install

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 15:27, William Davis wrote: On Oct 2, 2007, at 12:06 PM, Joe wrote: Below is the info of the problematic machine: OS X 10.4.10 Intel MacPorts: 1.520 Fink is installed under /sw: 0.27.6 Xcode: 2.2 Im sure Ryan will answer you shortly but why not upgrade Xcode to

Re: ffmpeg - unable to install

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 15:54, Ryan Schmidt wrote: On Oct 2, 2007, at 15:27, William Davis wrote: On Oct 2, 2007, at 12:06 PM, Joe wrote: Below is the info of the problematic machine: OS X 10.4.10 Intel MacPorts: 1.520 Fink is installed under /sw: 0.27.6 Xcode: 2.2 Im sure Ryan will

Re: ffmpeg - unable to install

2007-10-02 Thread Joe
I'll give this a try tonight and post the results. I installed fink to get libjpeg-6b-17, libjpeg-shlibs-6b-17 and libjpeg-bin as well as svn. I'm installing ffmpeg so I can use motion ( http://www.lavrsen.dk/twiki/bin/view/Motion/MpegFilmsFFmpeg). I haven't had any luck compiling motion on

Re: ffmpeg - unable to install

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 16:08, Joe wrote: I also recommend you get rid of Fink. Possibly depending on your $PATH, MacPorts ports may inadvertently link with bits that were installed by Fink, which will be confusing and probably break things later. Move /sw elsewhere. Use MacPorts to install whatever

Ruby install not being found properly?

2007-10-02 Thread Michael Jackson
Hello all, I'm confused. The following lines from my terminal window say it all: $ ruby -v ruby 1.8.2 (2004-12-25) [universal-darwin8.0] $ which ruby /opt/local/bin/ruby $ /opt/local/bin/ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] I have Ruby installed correctly with

Re: Keyboard problems (backspace, up/down etc) with command-line tools

2007-10-02 Thread Noah Salzman
You might want to check out the bind section in the bash man page. Try bind -p in bash to print out the current config. (Sorry, don't have an answer, but that is where I would start looking.) On Oct 2, 2007, at 8:34 AM, Per Bull Holmen wrote: Hey I'm totally new to MacPorts, and fairly

Re: Ruby install not being found properly?

2007-10-02 Thread Ryan Schmidt
On Oct 2, 2007, at 21:21, Michael Jackson wrote: I'm confused. The following lines from my terminal window say it all: $ ruby -v ruby 1.8.2 (2004-12-25) [universal-darwin8.0] $ which ruby /opt/local/bin/ruby $ /opt/local/bin/ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.10.1] I