Hello,

> 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:
> ...

    I have made Win32::GUI on win98se.
    I use 4NT shell (see http://www.jpsoft.com/ ).

    I have made a change in Makefile.pl .
    I replace the && by a carriage return.

sub xs_c {
($^O eq 'cygwin') ?
    shift->SUPER::xs_c(@_)
:
    '
.xs.cpp:
    $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG)
$(XSUBPPARGS) $*.xs >xstmp.c
    $(MV) xstmp.c $*.cpp
';
}

    Then :

    perl makefile.pl
    nmake
    nmake install

    You can found more information in Activeperl documentation for compiling
extension on Win9x ( see : perlwin32 ).

Laurent.




Reply via email to