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

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

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

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 vinc...@vinc17.org - Web:

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:

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

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

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 time.h (or sys/time.h), 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 time.h and mg built and

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 time.h (or sys/time.h), 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 time.h

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

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. Should I

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

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:

Re: Claws-mail port question

2009-01-12 Thread Doctor Who
On Mon, Jan 12, 2009 at 4:24 AM, Rainer Müller rai...@macports.org 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

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+icu

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 installed

Re: Claws-mail port question

2009-01-12 Thread Doctor Who
On Mon, Jan 12, 2009 at 6:48 PM, Rainer Müller rai...@macports.org 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

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: 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

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: 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: 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.