Re: can't find expat header

2008-07-29 Thread Michael Thon
This is most probably a bison bug (solved Febr 2008 for OSX). The bison version that comes with XCode is too old. Try using the bison from macports: sudo port install bison and try again. And/or sudo port install flex since the error mentioned flex. If you do get this to compile on Mac OS

macport libusb install?

2008-07-29 Thread liam
Hi - just tried installing libusb and stumbled on some of the instructions at http://libusb.darwinports.com. Firstly, it says cd /opt/local/bin/portslocation/dports/libusb but I'm not sure what that path is actually supposed to be. Any tips? I tried installing with out taking that step, and the

Re: macport libusb install?

2008-07-29 Thread Ryan Schmidt
On Jul 29, 2008, at 01:30, [EMAIL PROTECTED] wrote: Hi - just tried installing libusb and stumbled on some of the instructions at http://libusb.darwinports.com. Firstly, it says cd /opt/local/bin/portslocation/dports/libusb but I'm not sure what that path is actually supposed to be.

Re: macport libusb install?

2008-07-29 Thread Bryan Blackburn
On Jul 29, 2008, at 12:30 AM, [EMAIL PROTECTED] wrote: Hi - just tried installing libusb and stumbled on some of the instructions at http://libusb.dar...rts.com. Ignore anything and everything at that domain, it's not affiliated with MacPorts in any way... Firstly, it says cd

Re: macport libusb install?

2008-07-29 Thread liam
On Jul 29, 2008, at 01:30, [EMAIL PROTECTED] wrote: Hi - just tried installing libusb and stumbled on some of the instructions at http://libusb.darwinports.com. Firstly, it says cd /opt/local/bin/portslocation/dports/libusb but I'm not sure what that path is actually supposed to be. Any

Re: macport libusb install?

2008-07-29 Thread Ryan Schmidt
On Jul 29, 2008, at 01:52, Bryan Blackburn wrote: your best bet is probably the project's web site (you can use 'port gohome libusb' to open a web browser to it). Now that I didn't know! That's handy. Note that the locate database is only updated once a week by default, so if you just

Re: macport libusb install?

2008-07-29 Thread Bryan Blackburn
On Jul 29, 2008, at 1:45 AM, Ryan Schmidt wrote: On Jul 29, 2008, at 01:52, Bryan Blackburn wrote: your best bet is probably the project's web site (you can use 'port gohome libusb' to open a web browser to it). Now that I didn't know! That's handy. Nor did I until Rainer pointed it out

Re: macport libusb install?

2008-07-29 Thread Ryan Schmidt
On Jul 29, 2008, at 03:07, Bryan Blackburn wrote: Note that the locate database is only updated once a week by default, so if you just installed it, locate won't be too helpful. Also, locate only finds executables, and libusb installs none. (It only installs libraries, which you don't

does exist lsusb under MacPorts ?was(Re: macport libusb install)

2008-07-29 Thread Yvon Thoraval
is there a way to get lsusb under Mac OS X 10.4.11 ? preferably under MacPorts ;-) yvon ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: can't find expat header

2008-07-29 Thread Harry van der Wolf
One last thing to check is whether Macports /opt/local/bin comes before /usr/bin (where Aplle bison resides) in your PATH. From the terminal do a set | grep PATH It should have /opt/local/bin as first entry, otherwise it will still pick the old binaries from Apple and Xcode. If it already has

Re: can't find expat header

2008-07-29 Thread Michael Thon
On Jul 29, 2008, at 5:13 PM, Harry van der Wolf wrote: One last thing to check is whether Macports /opt/local/bin comes before /usr/bin (where Aplle bison resides) in your PATH. From the terminal do a set | grep PATH It should have /opt/local/bin as first entry, otherwise it will still

Re: Perl 5.8 build failing

2008-07-29 Thread Randall Perry
Ryan Schmidt wrote: On Mar 30, 2008, at 19:25, Steven Scholnick wrote: I've been tying to install the ImageMagick perl module, and it is crashing on the installation of perl 5.8. The error is: ./perl installperl

Re: failed hellanzb

2008-07-29 Thread Trenskow
I solved this by creating a nasty little hack, that did the trick. The reason it fails, is that the internal variable set to determine the gcc location is somehow not set, and therefore it tries to execute the first parameter as if it was an executable file. To me it is a problem with a handful

Re: libtiff problems

2008-07-29 Thread Jodi Sekula
Hello Byran, Indeed the problem was that I had defined $DYLD_LIBRARY_PATH to include the /opt/local/lib directory in my .tschrc file when I was installing another software package ROOT. To make this software package run, the dynamic library path must include the root library directories. So,

Re: does exist lsusb under MacPorts ?was(Re: macport libusb install)

2008-07-29 Thread Joshua Root
Yvon Thoraval wrote: is there a way to get lsusb under Mac OS X 10.4.11 ? preferably under MacPorts ;-) The lsusb command is part of the usbutils package[1]. It looks to be pretty Linux-specific. Is there something you need it for that can't be done with e.g. ioreg? [1]

extract

2008-07-29 Thread Martin Krischik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am just creating my first Portfile (after having used RPM before) - and I already run into trouble. I hope I can solve it by myself using. However if the maintainer of MacPort could integrate my trusted Unpack function right into port

extract the 2nd

2008-07-29 Thread Martin Krischik
Hi I thought I could solve the bzip problem by myself - but I guess I was mistaken: -- DEBUG: Found port in file:Developer/work/gnuada/OSX/ports//news/leafnode DEBUG: Changing to port directory: /Developer/work/gnuada/OSX/ports/ news/leafnode DEBUG: Requested

Re: failed hellanzb

2008-07-29 Thread Bryan Blackburn
On Jul 29, 2008, at 11:30 AM, Trenskow wrote: I solved this by creating a nasty little hack, that did the trick. The reason it fails, is that the internal variable set to determine the gcc location is somehow not set, and therefore it tries to execute the first parameter as if it

Re: Perl 5.8 build failing

2008-07-29 Thread Steven Scholnick
No fix. Last I heard someone was looking at it. They've changed the port files a couple of times: an upgrade tried to recompile Perl. But no luck. -steve On Tue, Jul 29, 2008 at 12:26 PM, Randall Perry [EMAIL PROTECTED] wrote: Ryan Schmidt wrote: On Mar 30, 2008, at 19:25, Steven

Re: extract the 2nd

2008-07-29 Thread Ryan Schmidt
On Jul 29, 2008, at 13:46, Martin Krischik wrote: I thought I could solve the bzip problem by myself - but I guess I was mistaken: -- DEBUG: Found port in file:Developer/work/gnuada/OSX/ports//news/ leafnode DEBUG: Changing to port directory:

Re: Perl 5.8 build failing

2008-07-29 Thread Ryan Schmidt
On Jul 29, 2008, at 18:47, Steven Scholnick wrote: On Tue, Jul 29, 2008 at 12:26 PM, Randall Perry wrote: On Mar 30, 2008, at 19:25, Steven Scholnick wrote: I've been tying to install the ImageMagick perl module, and it is crashing on the installation of perl 5.8. The error is: ./perl

Fwd: [KDE/Mac] kde4.1 MacPorts available

2008-07-29 Thread Martin Krischik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I thought this might be for interest for you all as well: Anfang der weitergeleiteten E-Mail: Von: Brian Jackson [EMAIL PROTECTED] Datum: 30. Juli 2008 05:08:19 GMT+02:00 An: [EMAIL PROTECTED] Betreff: [KDE/Mac] kde4.1 MacPorts