[netlabs #652] [PATCH] native shared libraries for OSX

2002-06-02 Thread via RT
# New Ticket Created by Kevin Falcone # Please include the string: [netlabs #652] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=652 > I happen to have access to an OSX box, but it doesn't have fink installed, nor does

Re: Sketch of exceptions

2002-06-02 Thread Jens Rieks
I've written a small exception demo in C and tried to avoid macros as far as possible. > C code *may*, if it chooses, install a generic exception override, > and we'll have a routine for this. Something like: > > EXCEPTION_OVERRIDE(&exception_frame); > EXCEPTION_RELEASE(&exception_fra

Re: Win32 build broken

2002-06-02 Thread Clinton A. Pierce
At 07:13 AM 6/2/2002 +0200, Sebastian Bergmann wrote: >cd lib/Parrot && C:\Programme\Perl\bin\perl.exe Makefile.PL && NMAKE && >cd .. >Can't open perl script "Makefile.PL": No such file or directory >NMAKE : fatal error U1077: 'cd' : Rueckgabe-Code '0x2' >Stop. Changing that to: cd lib\Parrot &