Re: installing modules

2001-05-21 Thread Edward Moy
package. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.) On Monday, May 21, 2001, at 09:30 AM, Aaron Lawson wrote: I've had the exact

Re: installing modules

2001-05-21 Thread Edward Moy
The developer install doesn't have a customize option, so you get everything. I don't know about this lack of echo, since I install Perl modules manually, putting them in a non-standard place. -- Edward Moy Apple Computer

Re: GD.pm

2001-05-29 Thread Edward Moy
i can find this lib? I think I know what you are looking for. Try: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz ftp://ftp.simtel.net/pub/simtelnet/msdos/graphics/jpegsr6b.zip -- Edward Moy Apple Computer, Inc

Re: perl@10517 (Fail)

2001-06-11 Thread Edward Moy
. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: perl@10517 (Fail)

2001-06-12 Thread Edward Moy
test, and (after remembering to unsetenv LANG, which without it, causes bogus test failures), I get: Failed 3 test scripts out of 371, 99.19% okay. More later -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED

Re: perl@10517 (Fail)

2001-06-13 Thread Edward Moy
to a safe path, this succeeds, but it's strange that it didn't complain when I ran it yesterday with the previous snapshot. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list

Re: perl@10517 (Fail)

2001-06-15 Thread Edward Moy
On Friday, June 15, 2001, at 12:43 PM, Jarkko Hietaniemi wrote: On Fri, Jun 15, 2001 at 12:39:20PM -0700, Edward Moy wrote: I didn't notice that a bug report had been filed, so I filed Radar #2710821 about the INT32_MIN problem (and as it turns out, INT64_MIN has the same problem

Re: perl@10517 (Fail)

2001-06-15 Thread Edward Moy
#17 0x1a48 in main (argc=2, argv=0xb848, env=0xb854) at perlmain.c:61 #18 0x189c in _start () #19 0x16dc in start () #20 0xb8fc in ?? () -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED

perl@10576 cppflags wierdness

2001-06-18 Thread Edward Moy
I happened to look at config.sh and I noticed that cppflags has -tradition-cpp followed by 5 copies of the other flags. It probably does no harm, but sure looks funny. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED

Re: Bit-twiddling in OS X Perl

2001-06-20 Thread Edward Moy
would get 0x87 0x65 0x43 0x21. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: Making a Perl script run at boot?

2001-06-21 Thread Edward Moy
items from user-installed ones. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: perl@10517 (Fail)

2001-06-13 Thread Edward Moy
this. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: mason

2001-08-17 Thread Edward Moy
AddType text/html .mason Hope this helps. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: JPEG, PerlMagick, GD.pm (was Re: Cocoa interfaces)

2001-08-30 Thread Edward Moy
using a dynamic library, so that the symbol is unique (there are probably lots of multiple definitions). -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list

Re: Yet more compiling woes...

2001-10-26 Thread Edward Moy
Just add the line: firstmakefile=GNUmakefile in hints/darwin.sh and rerun configure. This is the HFS case-insensitivity issue (Makefile and makefile equivalent). -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED

Re: Converting a Unix path into a Mac path

2001-12-06 Thread Edward Moy
... -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: use GDBM_File

2002-02-06 Thread Edward Moy
. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: RPC::PlServer

2002-04-16 Thread Edward Moy
... -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.) On Tuesday, April 16, 2002, at 03:36 PM, hcir wrote: has anyone gotten this module to install? i am getting the following errors: t

Re: RPC::PlServer

2002-04-16 Thread Edward Moy
not in the sense of preemptive, low level threads. The implementation is a bit more heavy weight, relying on source filtering and not all that easy to comprehend. But it worked fine for my needs at the time. -- Edward Moy

Re: Time::HiRes

2002-04-24 Thread Edward Moy
know of any problems with doing the Time::HiRes on an old G4 running OSX? I've been using it for some time and have had no problems with that I know of. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message

Re: strftime issues

2002-04-26 Thread Edward Moy
. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] On Friday, April 26, 2002, at 11:47 AM, David Wheeler wrote: In the process of installing Matt Seargent's Time::Piece module on my OS X box (a forthcoming version should support OS X -- the one currently on the CPAN

Re: Final make install on 5.8.0 RC3

2002-07-18 Thread Edward Moy
with the excess warning messages). Both only failed two test, the usual Berkeley DB tests. What are you seeing? Edward Moy Apple

Re: Final make install on 5.8.0 RC3

2002-07-22 Thread Edward Moy
add some comments to the relevant radar numbers over the next few days. Yes, please do. The Berkeley DB issue is still unresolved, though others may be already fixed in Jaguar. Edward Moy Apple

Re: Segmentation faults during eval

2002-07-26 Thread Edward Moy
256 memorylockedunlimited maxproc 100 You might try upping the stacksize limit. Or it might even be the datasize limit. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader

Re: multiple symbol defs problem

2002-08-15 Thread Edward Moy
'} = 1; use mapscript; use DBI; print DBI-data_sources('Pg'); Try: #!/usr/bin/perl BEGIN { $ENV{'DYLD_FORCE_FLAT_NAMESPACE'} = 1; } # set at compile time use mapscript; use DBI; print DBI-data_sources('Pg'); -- Edward

Re: multiple symbol defs problem

2002-08-15 Thread Edward Moy
On Thursday, August 15, 2002, at 12:16 PM, Alex Rice wrote: On Thursday, August 15, 2002, at 12:40 PM, Edward Moy wrote: Try: #!/usr/bin/perl BEGIN { $ENV{'DYLD_FORCE_FLAT_NAMESPACE'} = 1; } # set at compile time use mapscript; use DBI; print DBI-data_sources('Pg'); Edward

Re: File::Find on Windows shares

2002-08-15 Thread Edward Moy
on this? Some odd permissions thing in relation to SMB? Try setting: $File::Find::dont_use_nlink = 1; I haven't actually seen it, but I'm guessing that directories are showing up with a link count = 2. -- Edward

Re: iCal parser in Perl

2002-09-18 Thread Edward Moy
would applaud you. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.) On Wednesday, September 18, 2002, at 12:46 AM, Benjamin Trott wrote

Re: XML-LibXML

2003-01-17 Thread Edward Moy
that I built myself. It seems to work fine. (This was with Perl 5.6.1 that I also compiled myself.) -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement

Re: Perl for Panther

2003-07-01 Thread Edward Moy
not be taken by surprise about the incompatibility issues that they are likely to see. We hope the new features and capabilities of the new Perl will outweigh the temporary difficulties that will occur. Edward Moy Apple On Tuesday, July 1, 2003, at 10:04 AM, Rich Morin wrote: --- Begin Forward

Re: Perl for Panther

2003-07-02 Thread Edward Moy
would be hesitant about a Panther server farm with unrestricted access. But if a reasonably secure proposal can be made, I can try to sell it to the higher ups. Edward Moy Apple

Re: Pantherbites

2003-07-23 Thread Edward Moy
Perl (actually asked for it), I would have fixed it if I had known. Sorry, I don't usually get personal, but tone of this message seemed inappropriate to me. Nevertheless, consider this problem fixed for final Panther. Edward Moy Apple

Re: Pantherbites

2003-07-24 Thread Edward Moy
of Perl is in Panther, but whether *the* 5.8.1 final release will make Panther is another question. All I can say is that Python is in a similar boat, and they are shooting for early August. --- Edward Moy Apple

Re: Pantherbites

2003-07-25 Thread Edward Moy
On Thursday, July 24, 2003, at 11:30 PM, Sherm Pendley wrote: On Thursday, July 24, 2003, at 3:07 PM, Edward Moy wrote: A 5.8.1 version of Perl is in Panther, but whether *the* 5.8.1 final release will make Panther is another question. I hope, at least, that the final Panther will include

Re: DBI and DBD::MySQL (Panther)

2003-10-15 Thread Edward Moy
into Panther. --- Edward Moy Apple On Oct 15, 2003, at 1:52 PM, Conrad Schilbe wrote: I was encountering the same errors as you in my quest to install DBD::mysql and discovered that under the following setup: Custom installed Perl 5.8.1 RC3

Re: DBI and DBD::MySQL (Panther)

2003-10-15 Thread Edward Moy
In hints/darwin.sh, replace *) ld=MACOSX_DEPLOYMENT_TARGET=10.3 ${ld} ;; with *) ld=env MACOSX_DEPLOYMENT_TARGET=10.3 ${ld} ;; Hopefully, this will go into 5.8.2. Ed On Oct 15, 2003, at 5:05 PM, David Wheeler wrote: On Wednesday, October 15, 2003, at 04:58 PM, Edward Moy wrote: We

Re: MacOSX::File on Panther

2003-10-24 Thread Edward Moy
I post your patch in my web? Dan the Maitainer of MacOSX::File Sure, go right ahead. -- Edward Moy Apple (This message is from me as a reader of this list, and not a statement from Apple.)

Re: PHP to perl - recursion limitation?

2004-02-10 Thread Edward Moy
On Feb 10, 2004, at 5:45 PM, Peter N Lewis wrote: my $dh; opendir $dh, $startDir || die $!; while (my $entry = readdir($dh)) { Or consider using DirHandle: use DirHandle; my $dh = DirHandle-new($startDir) or die $!; while (defined(my $entry = $dh-read())) { ... Edward Moy [EMAIL

Re: Trying to install wxPerl

2004-04-25 Thread Edward Moy
On Apr 25, 2004, at 9:04 AM, gohaku wrote: On Apr 24, 2004, at 1:48 PM, Edward Moy wrote: I've not install wxPerl myself, but from the looks of the error message, it would appear that the MACOSX_DEPLOYMENT_TARGET is not being set, even though -undefined dynamic_lookup is being used

Re: Trying to install wxPerl

2004-04-25 Thread Edward Moy
-- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: Installing modules on osX 10.3.3

2004-06-13 Thread Edward Moy
compiler are you using? % cc -v The default for 10.3 is 3.3; I'm not sure if earlier versions of the compiler support -undefined dynamic_lookup. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message

Re: [OT?] Shebang question

2004-07-25 Thread Edward Moy
is interpreted as: /usr/bin/env perl -wl scriptname thus, the error message. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me as a reader of this list, and not a statement from Apple.)

Re: [way OT] ... Intel? Maybe not.

2005-06-08 Thread Edward Moy
, our hardware costs are also going to be higher. We hope that the additional price our customers pay is justified by the fit-n-finish that we put into the systems. As you say this OT, so I should not comment further on this. Edward Moy Apple On Jun 8, 2005, at 8:48 AM, Joel Rees wrote

Re: CamelBones on Intel? Maybe not.

2005-06-08 Thread Edward Moy
and we can't be throwing our money around for things that don't pay off. So what is really needed at this point is for the CamelBones community to get together and innovate. Create some killer apps with CamelBones. Get developer excited about this technology. Edward Moy Apple

Re: Crypt::IDEA problems

2005-06-15 Thread Edward Moy
Looks to me that _idea.c is assuming that all system have /usr/ include/endian.h, which is false (it's probably a Linux assumption). You can probably get this to work by changing line 8 to: #include machine/endian.h for Mac OS X anyways. Edward Moy Apple On Jun 15, 2005, at 8:01 AM, John

Re: Obvious Noob Q

2005-10-29 Thread Edward Moy
be able to clean out the old modules as new ones go in. Edward Moy Apple P.S. Note that the Extras and 5.8.1 directories are controlled by the file /Library/Perl/5.8.6/AppendToPath, a feature added by Apple to simulate the effect if you had actually compiled perl 5.8.6 yourself, as it would

Re: Control-D Bug?

2006-02-01 Thread Edward Moy
FYI, when you type CTRL-D, the tty driver echos back 4 characters ^D\b \b (where \b is CTRL-H or backspace). So when perl outputs its first line, it writes 3\n (which the tty driver converts to 3\r\n), so the ^ is overwritten by the 3, leaving 3D. Edward Moy Apple On Feb 1, 2006, at 10:01

Re: Perl Modules and Universal Binary

2006-03-13 Thread Edward Moy
on the final hardware. We also strip out the - arch flags from Config.pm because most users only want the architecture that matches what they have. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED]

Re: problems with intel architecture

2006-04-02 Thread Edward Moy
/ 5.8.6 (leaving the AppendToPath file), or at least the ones that have .bundle files. Then you'll have to reinstall those CPAN modules. -- Edward Moy Apple Computer, Inc. [EMAIL PROTECTED] (This message is from me

Re: Math::GMP and Net::SSH::Perl still fails

2006-08-06 Thread Edward Moy
relocation entries in non- writable section is using -mdynamic-no-pic with bundles and dynamic libraries (it should only be used for applications). Check your log and remove it for building GMP.bundle. -- Edward Moy

Re: Leopard Perl version...

2007-10-13 Thread Edward Moy
% perl -v This is perl, v5.8.8 built for darwin-thread-multi-2level ... It's been at 5.8.8 for quite a while. 5.10 is just around the corner, but too late for Leopard. Ed On Oct 12, 2007, at 2:04 PM, Robert Hicks wrote: Is it being bumped up to 5.8.8? I am just curious... Robert

Re: Detecting OS X version from perl

2007-10-14 Thread Edward Moy
% perl -e 'chomp($vers = `sw_vers -productVersion`); print $vers\n' That will get you either 10.x or 10.x.y. You just need to strip off the .y if it is there. Ed On Oct 14, 2007, at 9:29 AM, David Cantrell wrote: Is there any simple way that people can think of to detect which major

Re: Leopard Perl version...

2007-10-14 Thread Edward Moy
On Oct 14, 2007, at 7:28 AM, Daniel Staal wrote: --As of October 14, 2007 12:26:50 PM +0200, [EMAIL PROTECTED] is alleged to have said: Why is that? Does Apple not provide the resources to make this possible? Personally I think they should because the Mac is a great development platform.

Re: Leopard Perl version...

2007-10-16 Thread Edward Moy
On Oct 16, 2007, at 3:56 AM, David Cantrell wrote: On Sun, Oct 14, 2007 at 11:32:09AM -0700, Edward Moy wrote: So software updates are restricted to keep the size down. Because most users do not use the command-line or develop software, updates to command-line programs never make

Re: perl 5.10.0 / osx 10.5.2 'make' dies at error: redefinition of 'union semun'

2008-03-05 Thread Edward Moy
When I build 5.10.0, I don't have this problem. In config.h, I have: #define HAS_UNION_SEMUN /**/ Did you run Configure and does your config.h define HAS_UNION_SEMUN? -- Edward Moy Apple Inc. [EMAIL PROTECTED] On Mar 5

Re: perl 5.10.0 / osx 10.5.2 'make' dies at error: redefinition of 'union semun'

2008-03-05 Thread Edward Moy
On Mar 5, 2008, at 11:02 AM, snowcrash+perl wrote: hi edward, On Wed, Mar 5, 2008 at 10:34 AM, Edward Moy [EMAIL PROTECTED] wrote: When I build 5.10.0, I don't have this problem. In config.h, I have: #define HAS_UNION_SEMUN /**/ Did you run Configure yes and does your config.h define

Re: perl 5.10.0 / osx 10.5.2 'make' dies at error: redefinition of 'union semun'

2008-03-05 Thread Edward Moy
On Mar 5, 2008, at 11:38 AM, snowcrash+perl wrote: On Wed, Mar 5, 2008 at 11:17 AM, Edward Moy [EMAIL PROTECTED] wrote: Configure determines this by trying to compile: --- try.c --- #include sys/types.h #include sys/ipc.h #include sys/sem.h int main () { union semun semun

Re: @INC troubles and fun

2008-09-12 Thread Edward Moy
(which Apple doesn't ship), to prepend paths to @INC. --- Edward Moy Apple On Sep 12, 2008, at 1:57 PM, David Green wrote: Actually it is possible the below is for use by Apache... (or both) @INC OK, I have dug up some information

Re: change a path

2009-02-20 Thread Edward Moy
the ARCHFLAGS environment variable instead. See: http://developer.apple.com/releasenotes/OpenSource/PerlExtensionsRelNotes/ -- Edward Moy Apple Inc. e...@apple.com