Re: Building bleadperl (minperl) fails completely under VC7
[email protected] (Abe Timmerman)
| Newsgroups | perl.perl5.porters,perl.daily-build |
|---|---|
| Message-ID | <[email protected]> |
Op een mooie herfstdag (Tuesday 08 October 2002 13:16), schreef Orton, Yves: > Dave Mitchell said on 07 October 2002 02:08 > > > On Fri, Oct 04, 2002 at 09:14:59PM +0200, H.Merijn Brand wrote: > > > On Fri 04 Oct 2002 19:21, Gurusamy Sarathy > > > > <[email protected]> wrote: > > > > On Fri, 04 Oct 2002 17:32:56 BST, "Orton, Yves" wrote: > > > > >Somewhere between now and the earlier 5.9 builds the > > > > build process under > > > > > > >Win32 VC7 (or VC6) has broken completely. > > And is still broken (latest bleadperl:) > > Creating library ..\miniperl.lib and object ..\miniperl.exp > dump.obj : error LNK2019: unresolved external symbol _Perl_do_dump_pad Did you add 'pad.c' to the MICROCORE_SRC macro in win32/Makefile? --- ../scratch/win32/Makefile Wed Sep 4 14:57:09 2002 +++ win32/Makefile Sat Oct 5 01:11:12 2002 @@ -522,6 +522,7 @@ ..\mg.c \ ..\numeric.c \ ..\op.c \ + ..\pad.c \ ..\perl.c \ ..\perlapi.c \ ..\perly.c \ good luck, Abe -- Amsterdam Perl Mongers http://amsterdam.pm.org perl -Mstrict -wle 'sub Just{&$_}sub another{&$_}sub Perl{&$_}sub hacker{&$_}$_=sub{(split /::/,(caller $^W)[3])[-$^W].$"};print@{[Just,another,Perl,hacker]}'