When I did "nmake", it gave me following error.

cp Unicode.pm ..\blib\lib\Jcode\Unicode.pm
        I:\Perl\bin\perl.exe -Ii:\perl\lib -Ii:\perl\lib I:\perl\lib\ExtUtils/xs
ubpp  -typemap I:\perl\lib\ExtUtils\typemap Unicode.xs >xstmp.c && I:\Perl\bin\p
erl.exe -Ii:\perl\lib -Ii:\perl\lib -MExtUtils::Command -e mv xstmp.c Unicode.c
        cl.exe -c  -Od -MD -DNDEBUG -TP -GX -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV
E_DES_FCRYPT -DPERL_OBJECT -Od -MD -DNDEBUG -TP -GX     -DVERSION=\"0.59\"  -DXS
_VERSION=\"0.59\"  -II:\perl\lib\CORE  unicode.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

unicode.c
Unicode.xs(6) : error C2065: 's' : undeclared identifier
Unicode.xs(7) : error C2448: '<Unknown>' : function-style initializer appears to
 be a function definition
Unicode.xs(7) : fatal error C1004: unexpected end of file found
NMAKE : fatal error U1077: 'J:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'J:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.

the file Unicode.xs is

 1 #include "EXTERN.h"                                     
 2 #include "perl.h"                                       
 3 #include "XSUB.h"                                       
 4                                                        
 5 static int                                              
 6 not_here(s)                                             
 7 char *s;                                                
 8 {                                                       
 9    croak("%s not implemented on this architecture", s);
10    return -1;                                          
11}                    

How to deal with it?

Thanks for your help.

Regards;
Michael

---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to