hi. i'm having a little bit of a problem compiling win32::gui. i'm running
activeperl 5.6.1.631 in win98se and using msvc++ 6.
funny thing, when i perl makefile.pl it does it fine but it brings up this:


    perl Makefile.PL USERESOURCE=0

Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck]
[-nolinenumb
ers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap
typemap]... f
ile.xs
Writing Makefile for Win32::GUI

and then when i nmake it does this

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib C:
\Perl\lib\ExtUtils/xs
ubpp  -typemap C:\Perl\lib\ExtUtils\typemap -typemap typemap GUI.xs
>xstmp.c &&
C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e mv
xstmp
.c GUI.cpp
Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck]
[-nolinenumb
ers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap
typemap]... f
ile.xs
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.

which makes me think, is xsubpp being passed the wrong arguments. i
couldn't really tell from the makefile. has any1 else experienced this
problem or know how to get around it?

thanx in advance


Reply via email to