Re: gd2 fails on perl5

2009-01-12 Thread Bradley Giesbrecht
On Jan 11, 2009, at 11:36 PM, Joshua Root wrote: Bradley Giesbrecht wrote: I still don't understand why perl5 is writing anything to /usr/share/bin. I've used fink, darwinports and now macports for years and I thought they installed in complete isolation under /sw or / opt/local. Everythin

Re: perl5 install errors

2009-01-12 Thread Bradley Giesbrecht
On Jan 12, 2009, at 4:09 AM, Vincent Lefevre wrote: On 2009-01-11 21:18:52 -0800, Bradley Giesbrecht wrote: While struggling to get perl5 reinstalled I noticed a lot of files referencing /opt/local/bin/perl in /usr/share/bin. What do you mean by "referencing"? Do you have an example? Sure,

Re: Error on environment?

2009-01-12 Thread Ryan Schmidt
On Jan 11, 2009, at 14:13, Doctor Who wrote: I installed the findutils and coreutils packages so that I could use locate on my Mac. FYI, locate works fine on my Mac without installing anything extra with MacPorts... I'm on Tiger, though I've probably enabled something somewhere along the

Re: Reconfiguring WxWidgets

2009-01-12 Thread Ryan Schmidt
On Jan 7, 2009, at 10:31, Adrian Grigore wrote: I have successfully installed wxwidgets 2.8 using macports. I need a slightly different configuration of wxwidgets and have therefore edited the setup.h file accordingly. What's the easyest way to apply the new settings (i.e. recompile wxwidgets w

Re: install trouble Mac OSX 10.4

2009-01-12 Thread Ryan Schmidt
On Jan 12, 2009, at 08:43, Chris Jones wrote: the entry in my .bash_profile is: export PATH=" opt/local/bin: /opt/local/sbin:$PATH" You are missing an initial / on the first path. That line should be export PATH=" /opt/local/bin: /opt/local/sbin:$PATH" Actually there should not be spaces

Re: Claws-mail port question

2009-01-12 Thread Doctor Who
On Mon, Jan 12, 2009 at 6:48 PM, Rainer Müller wrote: > Doctor Who wrote: >> I have the aspell-dict-en port installed, but it may have been done >> *after* I installed claws-mail. >> >> Perhaps I need to uninstall and reinstall the claws-mail port for it >> to pick up the aspell dictionary? > > No

Re: Claws-mail port question

2009-01-12 Thread Rainer Müller
Doctor Who wrote: > I have the aspell-dict-en port installed, but it may have been done > *after* I installed claws-mail. > > Perhaps I need to uninstall and reinstall the claws-mail port for it > to pick up the aspell dictionary? No, there should not be any need to reinstall things. I just insta

PortAuthority 2.7 released

2009-01-12 Thread Kevin Walzer
Code by Kevin has released PortAuthority 2.7, a GUI for the MacPorts package management system for Mac OS X. PortAuthority provides a graphical user interface for the MacPorts package management system for Mac OS X. MacPorts is a powerful command-line tool for installing and updating a variety

Re: installing boost-python

2009-01-12 Thread Evert Rol
>> it looks like the libboost_python* >> libraries don't pick up the macport python headers/libraries, but the >> system ones. > > Did you install boost with any of the python variants > (python24, python25, or python26)? Yes (sorry, forgot to mention that earlier): $> port install boost +python25

Re: Claws-mail port question

2009-01-12 Thread Doctor Who
On Mon, Jan 12, 2009 at 4:24 AM, Rainer Müller wrote: > Doctor Who wrote: >> However, I can't figure out how to get the spell check feature >> working. I have no dictionary listed in the Configuration >> preferences. Can anyone help with that? I have enchant and gtkspell2 >> installed. > > ench

Re: installing boost-python

2009-01-12 Thread Marcus Calhoun-Lopez
Evert Rol gmail.com> writes: > it looks like the libboost_python* > libraries don't pick up the macport python headers/libraries, but the > system ones. Did you install boost with any of the python variants (python24, python25, or python26)? If yes, then this is a boost bug you should report. I

installing boost-python

2009-01-12 Thread Evert Rol
Hi all, I have a problem installing the boost python libraries over macports. It actually installs fine, but it looks like the libboost_python* libraries don't pick up the macport python headers/libraries, but the system ones. Eg: $> otool -L libboost_python-mt.dylib libboost_python-mt.dylib:

Macports in a sparsebundle

2009-01-12 Thread Mike Schroll
Since macports include the huge ports tree, with many thousands of files (which could be better stored compressed); and for those who use macports not very often -- I was curious if anyone has considered or attempted keeping macports in a sparsebundle? In this way; you could keep the sparsebundle

Re: building tcl with macports gcc: unrecognized option

2009-01-12 Thread Russell E. Owen
In article <20090110003659.gc...@ninagal.withay.com>, Bryan Blackburn wrote: > On Fri, Jan 09, 2009 at 04:00:09PM -0800, Russell E. Owen said: > > I'm trying to build tcl on MacOS X 10.5.6 using the macports gcc 4.3.2. > > I know a tcl is available from macports, but for obscure reasons I need

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
Too hasty... I recall that I have installed the gtk2 without x11 (+quartz variant) previously, so that probably explains why I didn't have a problem. Bart ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.or

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory I have a libXdamage.1.dylib in /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib. Should I include this path in my environment library variable? I didn't have this problem with the installer...

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Joshua Root
Bart Masschelein wrote: > Hi, > > I shouted victory to soon, as I get the following error when installing > gtk2: > > i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No > such file or directory > > I have a libXdamage.1.dylib in > /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib. Sh

Re: Claws-mail port question

2009-01-12 Thread Doctor Who
On Mon, Jan 12, 2009 at 4:24 AM, Rainer Müller wrote: > Doctor Who wrote: >> However, I can't figure out how to get the spell check feature >> working. I have no dictionary listed in the Configuration >> preferences. Can anyone help with that? I have enchant and gtkspell2 >> installed. > > ench

Re: Two MacPorts installs: problem with Python

2009-01-12 Thread Bart Masschelein
Hi, I shouted victory to soon, as I get the following error when installing gtk2: i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdamage.1.1.0.dylib: No such file or directory I have a libXdamage.1.dylib in /Developer/SDKs/MacOSX10.5.sdk/usr/X11/ lib. Should I include this path in my envi

no x11 support for graphicsmagick?

2009-01-12 Thread Joerg van den Hoff
hi, today I installed graphicsmagick for the first time in order to evaluate it against imagemagick (seems to be much faster for several operations). now I do not find the `display' command (or `animate', for that matter) in the `gm' help list -- they simply are missing. consequently, `gm displa

Re: trying to build 'mg' on Panther

2009-01-12 Thread Joshua Root
Chris Janton wrote: > On 2009-01-12 , at 08:06 , Joshua Root wrote: > >> You'll pick up a definition for struct timespec if you #include >> (or ), if that helps. > > > Yes, that will do for now. As long as mg doesn't change too much ;-) > > I modified the source file with "#include " and mg bu

Re: trying to build 'mg' on Panther

2009-01-12 Thread Chris Janton
On 2009-01-12 , at 08:06 , Joshua Root wrote: You'll pick up a definition for struct timespec if you #include (or ), if that helps. Yes, that will do for now. As long as mg doesn't change too much ;-) I modified the source file with "#include " and mg built and installed. Thanks. 8)

Re: trying to build 'mg' on Panther

2009-01-12 Thread Joshua Root
Chris Janton wrote: > fi_mtime is a "timespec" > > can't see any options/variants that might indicate a setting I can change. > > ad...@x:admin:200 $ sudo port install mg > ---> Building mg > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/_opt_loca

Re: install trouble Mac OSX 10.4

2009-01-12 Thread Chris Jones
Hi, the entry in my .bash_profile is: export PATH=" opt/local/bin: /opt/local/sbin:$PATH" You are missing an initial / on the first path. That line should be export PATH=" /opt/local/bin: /opt/local/sbin:$PATH" Chris___ macports-users mailing

install trouble Mac OSX 10.4

2009-01-12 Thread jason white
hello all, I have installed X Code 2.5, and then MacPorts 1.7 on my Mac, and when i run sudo port selfupdate, I get the error listed below wbp-user10:~ silliemunkie$ sudo port selfupdate sudo: port: command not found the entry in my .bash_profile is: export PATH=" opt/local/bin: /opt/local/sbi

trying to build 'mg' on Panther

2009-01-12 Thread Chris Janton
fi_mtime is a "timespec" can't see any options/variants that might indicate a setting I can change. ad...@x:admin:200 $ sudo port install mg ---> Building mg Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync

[SOLVED] Re: sudo: port: command not found

2009-01-12 Thread Joshua Root
Forwarding to the list so everyone else knows this is solved. Marion Dumas wrote: > Dear Joshua, > Thank you. Indeed, I thought I had the latest version, but it was > indeed 1.6.0. The command port now works. > Best > Marion > > On Mon, Jan 12, 2009 at 12:45 PM, Joshua Root wrote: >> Marion Duma

Re: perl5 install errors

2009-01-12 Thread Vincent Lefevre
On 2009-01-11 21:18:52 -0800, Bradley Giesbrecht wrote: > While struggling to get perl5 reinstalled I noticed a lot of files > referencing /opt/local/bin/perl in /usr/share/bin. What do you mean by "referencing"? Do you have an example? -- Vincent Lefèvre - Web: 100%

Re: sudo: port: command not found

2009-01-12 Thread Ryan Schmidt
On Jan 12, 2009, at 05:30, Marion Dumas wrote: Hello, I just installed the latest version of MacPorts for Leopard, but the command port does not work (error message; sudo: port: command not found). I am not very experienced with Unix, so I am not too sure what is going wrong. Could anybody help?

Re: Claws-mail port question

2009-01-12 Thread Rainer Müller
Doctor Who wrote: > However, I can't figure out how to get the spell check feature > working. I have no dictionary listed in the Configuration > preferences. Can anyone help with that? I have enchant and gtkspell2 > installed. enchant uses the aspell dictionaries, just install any of the aspell

Reconfiguring WxWidgets

2009-01-12 Thread Adrian Grigore
Hi, I have successfully installed wxwidgets 2.8 using macports. I need a slightly different configuration of wxwidgets and have therefore edited the setup.h file accordingly. What's the easyest way to apply the new settings (i.e. recompile wxwidgets with the new setup.h file)? Thanks, Adrian