- 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>
- or download this
E:\BCC55\Bin>dir
Volume in drive E has no label.
...
1,629,994,496 bytes free
E:\BCC55\Bin>
- or download this
E:\Perl\src\AP615_source\win32>dmake
del /f config.h
...
E:\Perl\src\AP615_source\win32>
- 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>
- or download this
#if defined(__BORLANDC__) || defined(__MINGW32__)
switch (info.u.s.wProcessorArchitecture) { <<< line:1616
#else
switch (info.wProcessorArchitecture) {
#endif
- or download this
typedef struct _SYSTEM_INFO {
union {
...
WORD wProcessorLevel;
WORD wProcessorRevision;
} SYSTEM_INFO, *LPSYSTEM_INFO;
- or download this
/*1614
#if defined(__BORLANDC__) || defined(__MINGW32__)
...
#endif
1620*/
switch (info.wProcessorArchitecture) {
- 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>
- or download this
E:\BCC55\Lib>dir
Volume in drive E has no label.
...
1,627,738,112 bytes free
E:\BCC55\Lib>
- 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>
- or download this
$(SOCKET_DLL): $(PERLEXE) $(SOCKET).xs
cd $(EXTDIR)\$(*B) && \
..\..\miniperl -I..\..\lib Makefile.PL INSTALLDIRS=perl
cd $(EXTDIR)\$(*B) && $(MAKE)
- or download this
use ExtUtils::MakeMaker;
use Config;
...
MAN3PODS => {}, # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
);