Hello,

    For build, Win32::GUI on win98 :

    1) Edit Makefile.pl and edit in sub xs_c { ... }
       Replace && between $(PERL) and $(MV) commands by a carriage return and a
tabulation

    2) Use 4NT shell ( See trial version : http://www.jpsoft.com/download.htm )
       It's support long command line and some other stuff.

    3) In source directory :

       Perl makefile.pl
       nmake
       nmake install

      The Xsubb message isn't a problem.
      It's Ok for me and ActiveState Perl 5.6.1.

Laurent.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <perl-win32-gui-users@lists.sourceforge.net>;
<[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 11:14 PM
Subject: Re: [perl-win32-gui-users] building win32::gui


>
> i did 'nmake /i' and right after when i got the previous error message i'm
> told
>
> fatal error C1083: Cannot open source file: 'GUI.cpp': No such file or
> directory
>
> i checked win32-gui-0.0.665.tar.gz from dada and sourceforge and neither of
> the files have gui.cpp in them.
>
>
>
>                     [EMAIL PROTECTED]
>                     Sent by:                                      To:
>                     [EMAIL PROTECTED]
perl-win32-gui-users@lists.sourceforge.net
>                     eforge.net                                    cc:
>                                                                   Subject:
[perl-win32-gui-users] building
>                                                                   win32::gui
>                     31/10/02 08:19 AM
>
>
>
>
>
>
> another error when building. i've never been able to build win32::gui
> myself, always had to use the ppm module. i have ms vc++ 6 and when i try
> and nmake i get this error
>
>         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.
>
> funnily enough when i 'perl makefile.pl' i get the same usage message for
> xsubpp. is there something wrong with the makefile? seems to work fine when
> i try building it on 2000 - i only get this error on 98. could it then be
> the command processor? the problem is that if i use ppm whenever i do
> Win32::GUI::DoEvents() it crashes.
>
> thanx in advance
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future
> of Java(TM) technology. Join the Java Community
> Process(SM) (JCP(SM)) program now.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future
> of Java(TM) technology. Join the Java Community
> Process(SM) (JCP(SM)) program now.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>


Reply via email to