Burak has asked for the wisdom of the Perl Monks concerning the following question:
I'm not familiar with perl internals, but the error message suggests that a fix needed for C:\Perl\lib\ExtUtils\typemap file (well, I can be completely wrong)? So, how can I compile this code? Any suggestions?nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp -typemap C:\ +Perl\lib\ExtUtils\typemap API.xs > API.xsc && C:\Perl\bin\perl.exe - +MExtUtils::Command -e mv API.xsc API.c Error: 'MAGIC *' not in typemap in API.xs, line 343 Error: 'STASH *' not in typemap in API.xs, line 481 NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x1' Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to compile Perl::API?
by ferreira (Chaplain) on Jan 25, 2007 at 17:13 UTC | |
by Burak (Chaplain) on Jan 25, 2007 at 18:35 UTC | |
|
Re: How to compile Perl::API?
by syphilis (Archbishop) on Jan 25, 2007 at 17:16 UTC | |
by Burak (Chaplain) on Jan 25, 2007 at 18:38 UTC |