Re: Perl install problems OSX 10.4.11

2009-09-13 Thread Edward Moy
d fix this problem. ---------- Edward Moy Apple Inc.

Re: change a path

2009-02-20 Thread Edward Moy
or any other file in /System) manually. Use the ARCHFLAGS environment variable instead. See: http://developer.apple.com/releasenotes/OpenSource/PerlExtensionsRelNotes/ ---------- Edward Moy Apple Inc. e...@apple.com

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 inform

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 #include #include int main () { union semun semun; semun.b

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 yo

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

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 the

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

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 ver

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: Math::GMP and Net::SSH::Perl still fails

2006-08-06 Thread Edward Moy
the error "local 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. ----

Re: problems with intel architecture

2006-04-02 Thread Edward Moy
brary/Perl/ 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

Re: Perl Modules and Universal Binary

2006-03-13 Thread Edward Moy
stuff). Then we strip out the architecture we don't need to save space 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: 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 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 AM

Re: Obvious Noob Q

2005-10-29 Thread Edward Moy
hould 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

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 for Mac OS X anyways. Edward Moy Apple On Jun 15, 2005, at 8:01 AM, John Mercer

Re: CamelBones on Intel? Maybe not.

2005-06-08 Thread Edward Moy
ces are limited 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: [way OT] ... Intel? Maybe not.

2005-06-08 Thread Edward Moy
world, 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

Re: Suggestions to better ship Perl on OS X.

2005-02-17 Thread Edward Moy
On Feb 17, 2005, at 6:32 AM, Richard Cook wrote: On Feb 17, 2005, at 5:57 AM, Sherm Pendley wrote: On Feb 17, 2005, at 8:31 AM, Richard Cook wrote: Going through old list mail and found this one ... don't know if it's still relevant, but ... I have "identical" OS X 10.3.8 installs on two differen

Re: [OT?] Shebang question

2004-07-25 Thread Edward Moy
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: Installing modules on osX 10.3.3

2004-06-13 Thread Edward Moy
e. I've submitted an errata about this. Which 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 App

Re: hi

2004-04-28 Thread Edward Moy
onse and LWP::UserAgent. Or you could use something like $page = `curl $URL`, or open a pipe to a curl process. -- 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: Trying to install wxPerl

2004-04-25 Thread Edward Moy
lf with: % env MACOSX_DEPLOYMENT_TARGET=10.3 make -------- -- 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: 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

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

Re: MacOSX::File on Panther

2003-10-24 Thread Edward Moy
Can 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: Net:DNS on Panther

2003-10-21 Thread Edward Moy
: error: for each function it appears in.) make: *** [DNS.o] Error 1 Just a guess, but Panther defaults to bind-9 API where as most things expect bind-8 API. You will need to define BIND_8_COMPAT to get the bind-8 header files. Try: % perl Makefile.PL DEFINE=-DBI

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

Re: DBI and DBD::MySQL (Panther)

2003-10-15 Thread Edward Moy
too late to get 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 inst

Re: Weird math... (once more)

2003-10-13 Thread Edward Moy
1.65524869 1.75467137 1.75489342 1.75511546 Binary floating point numbers can not represent 1.655 and 1.755 exactly, so the closest number is chosen, with the non-intuitive rounding results that are being seen. Edward Moy [EMAIL PROTECTED

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 a

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-23 Thread Edward Moy
in the several months since I inherited 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: Perl for Panther

2003-07-02 Thread Edward Moy
Apple 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: Perl for Panther

2003-07-01 Thread Edward Moy
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: XML-LibXML

2003-01-17 Thread Edward Moy
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: iCal parser in Perl

2002-09-18 Thread Edward Moy
t on to fix you, I 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, Be

Re: File::Find on Windows shares

2002-08-15 Thread Edward Moy
'm guessing that directories are showing up with a link count <= 2. -------- -- 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: 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 &

Re: multiple symbol defs problem

2002-08-15 Thread Edward Moy
ile time use mapscript; use DBI; print DBI->data_sources('Pg'); -------- -- 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: Segmentation faults during eval

2002-07-26 Thread Edward Moy
0 kbytes memoryuse unlimited descriptors 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

Re: Final make install on 5.8.0 RC3

2002-07-22 Thread Edward Moy
s issue becomes, the higher priority it well get. > > Okay. There are a few bugs like this (the dbm library issue, a lack of > strptime, a couple of broken options in strftime), so maybe I'll 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: Final make install on 5.8.0 RC3

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

Re: Bus error -- some education sought

2002-04-28 Thread Edward Moy
mplementation? I've seen the bus error problem a lot myself, and after trying to workaround the problem, occurring even in standard packages, I concluded that it is a real bug in Perl 5.6.0, the default version that comes with Mac OS X. Upgrading to 5.6.1 solved the bus error problems fo

Re: strftime issues

2002-04-26 Thread Edward Moy
reporter/ and signup/login. Click on the Find Problem tab and type in the bug number. ------ 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: strftime issues

2002-04-26 Thread Edward Moy
her investigate. ------ 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

Re: Time::HiRes

2002-04-24 Thread Edward Moy
to resolve > the delta's - does anyone 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 Mo

Re: RPC::PlServer

2002-04-16 Thread Edward Moy
ple). It has support for "threads", though 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. ----

Re: RPC::PlServer

2002-04-16 Thread Edward Moy
rsion... -- 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

Re: use GDBM_File

2002-02-06 Thread Edward Moy
write these files with the ones in /usr/libexec. See if that 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: Converting a Unix path into a Mac path

2001-12-06 Thread Edward Moy
; get POSIX path of x results in: "/Volumes/MacOS9/System Folder" A round of applause for the AppleScript team... -- 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: 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] (This

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

2001-08-30 Thread Edward Moy
rch/auto/XML/LibXSLT/LibXSLT.bundle definition of _make_proxy_node > and more... This looks like both LibXML and LibXSLT are statically loading the same routine, make_proxy_node(). You'll probably have to rebuild both using a dynamic library, so that the symbol is unique (there are probably lots of

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

2001-08-30 Thread Edward Moy
ope that the code is either generic enough or has been special cased close enough to work. Mailing lists (and archives) are often a good source of this information and we like to share our experiences and successes with others. -- 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
::Mason Options ExecCGI 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: Making a Perl script run at boot?

2001-06-20 Thread Edward Moy
was told that /Library/StartupItems is supposed to work, and enforces the separation of Apple-supplied startup 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: Bit-twiddling in OS X Perl

2001-06-20 Thread Edward Moy
shows big-endian order, as the 0x12 are the highest order bits. It might be more clear if you used 0x87654321 as the value, and then you 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.)

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: perl@10517 (Fail)

2001-06-18 Thread Edward Moy
r, there would still be a problem with INT64_MIN. So, stdint.h will probably be changed on Mac OS X to something like: #define INT32_MIN (-INT32_MAX - 1) #define INT64_MIN (-INT64_MAX - 1) ---------- Edwar

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

Re: perl@10517 (Fail)

2001-06-15 Thread Edward Moy
y_perl=0x5e520) at perl.c:1420 #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.

Re: perl@10517 (Fail)

2001-06-13 Thread Edward Moy
set my path 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

Re: perl@10517 (Fail)

2001-06-13 Thread Edward Moy
ose who understand 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: perl@10517 (Fail)

2001-06-12 Thread Edward Moy
On Tuesday, June 12, 2001, at 12:54 PM, Nicholas Clark wrote: > On Tue, Jun 12, 2001 at 12:41:27PM -0700, Edward Moy wrote: >> I made a private copy of stdint.h and changed: >> >> < #define INT32_MIN-2147483648 >> --- >>> #define INT32_MIN

Re: perl@10517 (Fail)

2001-06-12 Thread Edward Moy
warnings. I ran make 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.

Re: perl@10517 (Fail)

2001-06-11 Thread Edward Moy
: No such file or directory In configpm, $ARGV[0] is being set to "configpm.tmp", but $config_pm isn't being set to anything. -- 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: GD.pm

2001-05-28 Thread Edward Moy
an anyone tell me where 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 M

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 Appl

Re: installing modules

2001-05-21 Thread Edward Moy
loper 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