Re: Perl/Tk on OS X

2002-09-26 Thread Ken Williams
On Thursday, September 26, 2002, at 02:10 PM, _brian_d_foy wrote: > did you make sure to set the DYLD_ALLOW_MULTISYMS environment variable? Oh! I didn't know about that variable - it's probably what will fix Apache::{Request|Cookie} too. Is it a new Jaguarism? -Ken

Re: Perl/Tk on OS X

2002-09-26 Thread Rich & Michaela
That was it. I inadvertently grabbed another terminal session that didn't have it defined. Thanks again. Jerry LeVan wrote: > Are you sure that you are exporting DYLD_ALLOW_MULTISYMS? > > --Jerry > >

Re: Perl/Tk on OS X -- and another GD plea(se) :)

2002-09-26 Thread Ward W. Vuillemot
I finally got to Tk to load with 10.2 and Perl 5.8.0 by making sure the regex does not have the trailing \s+ in file MMUtil.pm for the LDDLFLAGS. To verify, I simply ran the POS sample found on Perl.com and it works without any glitches. Now, if I can just get GD to installnone of the tr

Re: Perl/Tk on OS X

2002-09-26 Thread Jerry LeVan
Are you sure that you are exporting DYLD_ALLOW_MULTISYMS? --Jerry > Whoops! Spoke too soon. This is weird. Built fine, the demos run well. > However > if I try and create event the simplest perl/tk script, I get dyld errors > and > it fails: > > dyld: perl multiple definitions of symbol _LangEx

Re: Perl/Tk on OS X

2002-09-26 Thread Rich & Michaela
Whoops! Spoke too soon. This is weird. Built fine, the demos run well. However if I try and create event the simplest perl/tk script, I get dyld errors and it fails: dyld: perl multiple definitions of symbol _LangExit /Library/Perl/darwin/auto/Tk/Event/Event.bundle definition of _LangExit /Librar

Re: darwinports.....

2002-09-26 Thread Michael Maibaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, Sep 26, 2002, at 18:17 US/Pacific, Ken Williams wrote: > > On Friday, September 27, 2002, at 11:03 AM, Michael Maibaum wrote: >> On Thursday, Sep 26, 2002, at 17:21 US/Pacific, Ken Williams wrote: >>> On Thursday, September 26, 2002, a

Re: Perl/Tk on OS X

2002-09-26 Thread Rich & Michaela
Jerry/brian Thanks both. I don't know why it worked this time. I thought I had followed all the instructions from the lehigh.edu site. Maybe it's just because I'm on 10.1.5 now instead of 10.1.2? In any event it worked this time and I'm a happy camper. Thanks. iBook 600MHz G3 384MB RAM MacOS X 1

Re: darwinports.....

2002-09-26 Thread Ken Williams
On Friday, September 27, 2002, at 11:03 AM, Michael Maibaum wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > On Thursday, Sep 26, 2002, at 17:21 US/Pacific, Ken Williams wrote: > >> >> >> On Thursday, September 26, 2002, at 11:55 PM, Michael Maibaum wrote: >>> and http://www.open

Re: darwinports.....

2002-09-26 Thread Michael Maibaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, Sep 26, 2002, at 17:21 US/Pacific, Ken Williams wrote: > > > On Thursday, September 26, 2002, at 11:55 PM, Michael Maibaum wrote: >> and http://www.opendarwin.org/projects/darwinports >> >> >> I've submitted ports for Perl5.8, apache w

Re: dos2unix

2002-09-26 Thread Ken Williams
Hmm - that script doesn't actually do anything, and you don't want to have to edit the script every time you want to convert a file. A much shorter one-liner script will get the job done on the command line: perl -pi -e "tr/\r//d"... For this reason, I have the following in my ~/.log

Re: darwinports.....

2002-09-26 Thread Ken Williams
On Thursday, September 26, 2002, at 11:55 PM, Michael Maibaum wrote: > and http://www.opendarwin.org/projects/darwinports > > > I've submitted ports for Perl5.8, apache with static mod_perl > (including a version with joe's experimental libapreq stuff). > Only the simplest apache port has sho

Re: Losing my compiler's white belt (was Re: request: dyld explained)

2002-09-26 Thread David Wheeler
On Thursday, September 26, 2002, at 02:18 PM, Chris wrote: > I checked, and the perl-edited Makefile.PL does have ['-liconv'] in it > ... do I need to do something to convince the makefile to look in the > right place? libiconv.dylib ended up where it needed to be, so the > environment looks

Re: Woes of 5.8.0 and CamelBones

2002-09-26 Thread Casey West
It was Thursday, September 26, 2002 when Dan Sugalski took the soap box, saying: : At 5:08 PM -0400 9/26/02, Casey West wrote: : >It was Wednesday, September 25, 2002 when Sherm Pendley took the : >soap box, saying: : >: On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: : >: : >: >

Re: Woes of 5.8.0 and CamelBones

2002-09-26 Thread Sherm Pendley
On Thursday, September 26, 2002, at 05:08 PM, Casey West wrote: > I started a brand new project and in > the Perl code I put 'use Text::CSV_XS' and as soon as I did the > program broke with the previously mentioned symbol errors. Any non-XS > module usage and all is well. A version mismatch in

Losing my compiler's white belt (was Re: request: dyld explained)

2002-09-26 Thread Chris
On Tuesday, September 24, 2002, at 04:43 PM, David Wheeler wrote: > As for the issues you're having with libiconv... > > 2. Install libiconv: > > % cd libiconv-VERSION/ > % ./configure > % make > % make install Done. > 11. Install Text::Iconv: > > % cd Text-Iconv-VERSION/ > % perl

Re: Woes of 5.8.0 and CamelBones

2002-09-26 Thread Dan Sugalski
At 5:08 PM -0400 9/26/02, Casey West wrote: >It was Wednesday, September 25, 2002 when Sherm Pendley took the >soap box, saying: >: On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: >: >: >I've recompiled CamelBones for 5.8.0, which I installed over 5.6.0 in >: >the default Apple l

Re: Woes of 5.8.0 and CamelBones

2002-09-26 Thread Casey West
It was Wednesday, September 25, 2002 when Sherm Pendley took the soap box, saying: : On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: : : >I've recompiled CamelBones for 5.8.0, which I installed over 5.6.0 in : >the default Apple locations. When I compiled the framework I used :

Re: targeting a specific PID/path with an Apple Event, and 'v-string' warning

2002-09-26 Thread John Labovitz
On 9/26/02 10:49 AM, "Rob Barris" <[EMAIL PROTECTED]> wrote: > Then I went on to install Mac::AppleScript and > Mac::AppleScript::Glue, they seem OK also. That's good to know (me being the author of Mac::AppleScript::Glue, and *not* running 5.8). > [localhost:~] xbuilder% ./as1.pl > v-string in

targeting a specific PID/path with an Apple Event, and 'v-string' warning

2002-09-26 Thread Rob Barris
Part 1 of 2: This is Perl-related only in that I'm trying to do it from a Perl script; it occurred to me that someone here might have seen how this is done. (also posted on the applescript list at lists.apple.com...) say I take an app and make two copies of it on the HD in disti

Re: 10.2, Perl 5.8.0 and GD-1.33

2002-09-26 Thread nellA hciR
got these instruction from Randall Cox http://homepage.mac.com/xports/ Porter: Randal Cox Status: Successful How To: Slightly complicated install. Become root. Decompress the archive, cd into it, then type Edit Makefile.PL and make these changes add -I/usr/include to the @INC line, add -L

Re: dos2unix

2002-09-26 Thread Robin
On Friday, September 27, 2002, at 01:57 am, Adriano Allora wrote: > I need to convert some dos files in unix files, are there commands I > can use (like recode)? I'm assuming you mean text files and you need to convert line endings. You'll need to edit the @files array putting in the full pat

dos2unix

2002-09-26 Thread Adriano Allora
hi to all! I need to convert some dos files in unix files, are there commands I can use (like recode)? thanks a lot, adr

Bizarre make error installing perl

2002-09-26 Thread Robin
man just when you think you've got it down pat - whilst trying to install perl 5.6.1 on 10.2.1 I got this: [blue:~/.cpan/build/perl-5.6.1] root# make make: *** No rule to make target `', needed by `miniperlmain.o'. Stop previous to this I'd typed: localhost% sudo perl -MCPAN -e shell cpa

darwinports.....

2002-09-26 Thread Michael Maibaum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://daily.daemonnews.org/view_story.php3?story_id=3210 and http://www.opendarwin.org/projects/darwinports I've submitted ports for Perl5.8, apache with static mod_perl (including a version with joe's experimental libapreq stuff). Only the si

Re: Perl/Tk on OS X

2002-09-26 Thread Jerry LeVan
I have built Perl/Tk for: MacOS X 10.1.5 and Perl 5.6.1 and MacOS X 10.2.1 and Perl 5.8.0 I followed the instructions found at: http://www.lehigh.edu/~sol0/Macintosh/X/ptk/ Could you be a bit more specific as to how your build failed? (Be careful, *don't* try the dyld replacement "trick"