Help for this page

Select Code to Download


  1. or download this
    E:\Perl\src\AP615_source\win32>dmake
    del /f config.h
    ...
    dmake.exe:  Error code 1, while making '..\perlglob.exe'
    
    E:\Perl\src\AP615_source\win32>
    
  2. or download this
    E:\BCC55\Bin>dir
     Volume in drive E has no label.
    ...
                              1,629,994,496 bytes free
    
    E:\BCC55\Bin>
    
  3. or download this
    E:\Perl\src\AP615_source\win32>dmake
    del /f config.h
    ...
    
    E:\Perl\src\AP615_source\win32>
    
  4. or download this
    E:\Perl\src\AP615_source\win32>dmake
    del /f config.h
    ...
    dmake.exe:  Error code 1, while making '.\mini\win32.obj'
    
    E:\Perl\src\AP615_source\win32>
    
  5. or download this
    #if defined(__BORLANDC__) || defined(__MINGW32__)
        switch (info.u.s.wProcessorArchitecture) { <<< line:1616
    #else
        switch (info.wProcessorArchitecture) {
    #endif
    
  6. or download this
    typedef struct _SYSTEM_INFO {
        union {
    ...
        WORD wProcessorLevel;
        WORD wProcessorRevision;
    } SYSTEM_INFO, *LPSYSTEM_INFO;
    
  7. or download this
    /*1614
    #if defined(__BORLANDC__) || defined(__MINGW32__)
    ...
    #endif
    1620*/
        switch (info.wProcessorArchitecture) {
    
  8. or download this
    E:\Perl\src\AP615_source\win32>dmake
    del /f config.h
    ...
    dmake.exe:  Error code 2, while making '..\miniperl.exe'
    
    E:\Perl\src\AP615_source\win32>
    
  9. or download this
    E:\BCC55\Lib>dir
     Volume in drive E has no label.
    ...
                              1,627,738,112 bytes free
    
    E:\BCC55\Lib>
    
  10. or download this
    E:\Perl\src\AP615_source\win32>dmake
    ECHO is on.
    ...
    dmake.exe:  Error code 255, while making '..\lib\auto\Socket\Socket.dl
    +l'
    
    E:\Perl\src\AP615_source\win32>
    
  11. or download this
    $(SOCKET_DLL): $(PERLEXE) $(SOCKET).xs
        cd $(EXTDIR)\$(*B) && \
        ..\..\miniperl -I..\..\lib Makefile.PL INSTALLDIRS=perl
        cd $(EXTDIR)\$(*B) && $(MAKE)
    
  12. or download this
    use ExtUtils::MakeMaker;
    use Config;
    ...
        MAN3PODS       => {},     # Pods will be built by installman.
        XSPROTOARG   => '-noprototypes',         # XXX remove later?
    );