On Mon, Aug 04, 2003 at 08:46:27AM +0100, Steve Hay wrote:
> I tried changing the s/// to:
> 
>    $string =~ s{ \$\(INST_DYNAMIC\)}{}g;
>    $string =~ s{ \$\(INST_BOOT\)}{}g;
> 
> (I've dropped the trailing spaces in the patterns), which produced:
> 
> dynamic :: $(FIRST_MAKEFILE)
>    $(NOECHO) $(NOOP)
> 
> in the Makefile as desired, but now the build process fails with this error:
> 
> fatal error U1073: don't know how to make 'C:\perl5\lib\ExtUtils\typemap'

That's odd.  Does that file exist?  If not, where is your typemap file?


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
I'm exploring my nipples.

Reply via email to