On Fri, Feb 28, 2003 at 01:41:53AM +0100, Abe Timmerman wrote: > Hi, > > It looks like win32 is totaly gone :-( > > Do I need to regen_?something? or define anything somewhere? > > gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DPERLDLL -DPERL_CORE -g > -O2 -DPERL_EXTERNAL_GLOB -o.\mini\mg.o ..\mg.c > ../mg.c: In function `Perl_despatch_signals': > ../mg.c:1165: `set' undeclared (first use in this function) > ../mg.c:1165: (Each undeclared identifier is reported only once > ../mg.c:1165: for each function it appears in.) > dmake.exe: Error code 1, while making '.\mini\mg.o' > Typo ? ---------------------------------------------------------------------- --- /arc/perl-current/perl.h 2003-02-26 04:50:55.000000000 +0200 +++ perl.h 2003-02-28 03:32:09.000000000 +0200 @@ -4229,7 +4229,7 @@ extern void moncontrol(int); #ifndef PERL_BLOCKSIG_BLOCK # define PERL_BLOCKSIG_BLOCK(set) NOOP #endif -#ifndef PERL_BLOCKSIG_ADD +#ifndef PERL_BLOCKSIG_UNBLOCK # define PERL_BLOCKSIG_UNBLOCK(set) NOOP #endif ---------------------------------------------------------------------- Regards AdiThread Previous | Thread Next