On Jan 14, 2008 5:57 PM, Mark J. Reed <[EMAIL PROTECTED]> wrote: > On Jan 14, 2008 11:29 AM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > > > > jesse wrote: > > > I don't believe Perl 1 was ever ported to Windows. > > > > Well, actually it kinda was. ;-) > > > > http://www.nntp.perl.org/group/perl.perl1.porters/2005/11/msg46.html > > Cool! So where's that patch you mentioned? The attachment doesn't > seem to have made it into the archive there...
I just got things working on cygwin; in perl.h there's a #define of sprintf, as sprintf(), which needs to be changed into: sprintf(char *dest, char * const format, ...) This worked for me on cygwin; didnt' try yet on win xp 32. kjs > > > -- > Mark J. Reed <[EMAIL PROTECTED]> >