develooper Front page | perl.perl5.porters | Postings from January 2004

[perl #24883] Building Perl 5.8.2 under Borland bcc32 v5.3: "Bletch: How does this C preprocessor concatenate tokens"

Thread Next
From:
Joe Bednorz
Date:
January 12, 2004 20:11
Subject:
[perl #24883] Building Perl 5.8.2 under Borland bcc32 v5.3: "Bletch: How does this C preprocessor concatenate tokens"
Message ID:
rt-3.0.8-24883-69942.11.489907060548@perl.org
# New Ticket Created by  Joe Bednorz 
# Please include the string:  [perl #24883]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24883 >



---------------------------------------------------------
I.  Modified win32\makefile.mk as follows:

C:\MyApps\Perl\perl-5.8.2\win32> fc makefile.mk.old makefile.mk

Comparing files makefile.mk.old and makefile.mk
****** makefile.mk
# Visual C++ >= 6.x
CCTYPE          *= MSVC60
# Borland 5.02 or later
#CCTYPE         *= BORLAND
# mingw32+gcc-2.95.2 or better
****** ..\..\makefile.mk
# Visual C++ >= 6.x
#CCTYPE         *= MSVC60
# Borland 5.02 or later
CCTYPE          *= BORLAND
# mingw32+gcc-2.95.2 or better
******

****** makefile.mk
# uncomment this if your Borland compiler is older than v5.4.
#BCCOLD = define
#
****** ..\..\makefile.mk
# uncomment this if your Borland compiler is older than v5.4.
BCCOLD = define
#
******

****** makefile.mk
# (not needed if you're running under 4DOS/NT 6.01 or later)
#IS_WIN95       *= define

****** ..\..\makefile.mk
# (not needed if you're running under 4DOS/NT 6.01 or later)
IS_WIN95        *= define

******

****** makefile.mk
.IF "$(CCTYPE)" == "BORLAND"
CCHOME          *= C:\borland\bcc55
.ELIF "$(CCTYPE)" == "GCC"
****** ..\..\makefile.mk
.IF "$(CCTYPE)" == "BORLAND"
CCHOME          *= C:\Progra~1\borland\cbuild~1\
.ELIF "$(CCTYPE)" == "GCC"
******

--------------------------------------------------------------
II: Ran dmake:

"C:\MyApps\Perl\perl-5.8.2\win32> dmake -f makefile.mk" 

    produced complaints about "Undefined structure '_stati64'"

---------------------------------------------------------------
III: Searching perl.perl5.porters on Deja-google gave:

ref: [perl #19716]

dmake CCTYPE=BORLAND USE_LARGE_FILES=undef regen_config_h 

C:\MyApps\Perl\perl-5.8.2\win32>dmake CCTYPE=BORLAND USE_LARGE_FILES=undef regen
_config_h
perl config_sh.PL --cfgsh-option-file C:\WINDOWS\TEMP\mk000001 \
            config.bc > ..\config.sh
cd .. && del /f perl.exe
Too many parameters - &&
cd .. && del /f perl*.dll
Too many parameters - &&
cd .. && perl configpm
Too many parameters - &&
del /f config_H.bc
Invalid switch - /F
mkdir ..\lib\CORE
perl config_h.PL "INST_VER=\5.8.2"
Running config_h.PL
Can't locate ../lib/Config.pm in @INC (@INC contains: C:/MyApps/Perl/lib C:/MyAp
ps/Perl/site/lib .) at config_h.PL line 5.
BEGIN failed--compilation aborted at config_h.PL line 8.
rename config.h config_H.bc
File not found - config.h

------------------------------------------------------------
IV. Copied the Config.pm from ..\lib\Net  

copy ..\lib\Net\Config.pm ..\lib

--------------------------------------------------------------
V.  Tried dmake undef etc. again

C:\MyApps\Perl\perl-5.8.2\win32>dmake CCTYPE=BORLAND USE_LARGE_FILES=undef regen
_config_h
perl config_sh.PL --cfgsh-option-file C:\WINDOWS\TEMP\mk000001 \
            config.bc > ..\config.sh
cd .. && del /f perl.exe
Too many parameters - &&
cd .. && del /f perl*.dll
Too many parameters - &&
cd .. && perl configpm
Too many parameters - &&
del /f config_H.bc
Invalid switch - /F
mkdir ..\lib\CORE
Directory already exists
perl config_h.PL "INST_VER=\5.8.2"
Running config_h.PL
Writing config.h
config.h has changed
rename config.h config_H.bc
Duplicate file name or file in use

---------------------------------------------------------
VI.  Manually renamed file config.h to config_H.bc:

C:\MyApps\Perl\perl-5.8.2\win32>move config.h config_H.bc
Overwrite C:\MYAPPS\PERL\PERL-5~1.2\WIN32\config_H.bc (Yes/No/All)?y
C:\MYAPPS\PERL\PERL-5~1.2\WIN32\config.h => C:\MYAPPS\PERL\PERL-5~1.2\WIN32\conf
ig_H.bc [ok]


----------------------------------------------------------
VII.  Ran dmake again:

"C:\MyApps\Perl\perl-5.8.2\win32> dmake -f makefile.mk" 

The "Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'" seems indicative, although the full 
output is attached.

What should I try next?

bcc32 -c -w -v -tWM -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" perlglob.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
perlglob.c:
tlink32 -Tpe -ap   -L"c:\perl\5.8.2\lib\MSWin32-x86-multi-thread\CORE"  -L"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\lib" c0x32.obj perlglob.obj \
	    "C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\lib\32BIT\wildargs.obj",..\perlglob.exe,,import32.lib cw32mt.lib,
Turbo Link  Version 2.5.0.0 Copyright (c) 1993,1998 Borland International
Fatal: Unable to open file 'c0x32.obj'
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\av.obj ..\av.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\av.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\deb.obj ..\deb.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\deb.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\doio.obj ..\doio.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\doio.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\doop.obj ..\doop.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\doop.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\dump.obj ..\dump.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\dump.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\globals.obj ..\globals.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\globals.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\gv.obj ..\gv.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\gv.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\hv.obj ..\hv.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\hv.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\locale.obj ..\locale.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\locale.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\mg.obj ..\mg.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\mg.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\numeric.obj ..\numeric.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\numeric.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\op.obj ..\op.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\op.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pad.obj ..\pad.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pad.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\perl.obj ..\perl.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\perl.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\perlapi.obj ..\perlapi.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\perlapi.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\perly.obj ..\perly.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\perly.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp.obj ..\pp.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp_ctl.obj ..\pp_ctl.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp_ctl.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp_hot.obj ..\pp_hot.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp_hot.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp_pack.obj ..\pp_pack.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp_pack.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp_sort.obj ..\pp_sort.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp_sort.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\pp_sys.obj ..\pp_sys.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\pp_sys.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\reentr.obj ..\reentr.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\reentr.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\regcomp.obj ..\regcomp.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\regcomp.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\regexec.obj ..\regexec.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\regexec.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\run.obj ..\run.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\run.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\scope.obj ..\scope.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\scope.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\sv.obj ..\sv.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\sv.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\taint.obj ..\taint.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\taint.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\toke.obj ..\toke.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\toke.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\universal.obj ..\universal.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\universal.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\utf8.obj ..\utf8.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\utf8.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\util.obj ..\util.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\util.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\xsutils.obj ..\xsutils.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\xsutils.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\miniperlmain.obj ..\miniperlmain.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\miniperlmain.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -DPERL_EXTERNAL_GLOB -o.\mini\perlio.obj ..\perlio.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
..\perlio.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -o.\mini\win32.obj win32.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
win32.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 194: Type mismatch in redeclaration of '_wremove'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\io.h 91: Earlier declaration of '_wremove'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 196: Type mismatch in redeclaration of '_wrename'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\io.h 92: Earlier declaration of '_wrename'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 237: Type mismatch in redeclaration of '_wunlink'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\io.h 90: Earlier declaration of '_wunlink'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 265: Type mismatch in redeclaration of '_sopen'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\io.h 136: Earlier declaration of '_sopen'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 268: Type mismatch in redeclaration of '_wsopen'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\io.h 138: Earlier declaration of '_wsopen'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 272: Type mismatch in redeclaration of '_strerror'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\string.h 97: Earlier declaration of '_strerror'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 290: Type mismatch in redeclaration of 'unlink'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 290: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -o.\mini\win32sck.obj win32sck.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
win32sck.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 272: Type mismatch in redeclaration of '_strerror'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\string.h 97: Earlier declaration of '_strerror'
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 364: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -o.\mini\win32thread.obj win32thread.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
win32thread.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\mem.h 71: ) expected
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 341: Earlier declaration of 'IV'
Error ..\sv.h 341: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -o.\mini\win32io.obj win32io.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
win32io.c:
Error config.h 1499: Unable to open include file 'Bletch: How does this C preprocessor concatenate tokens?'
Error ..\perl.h 490: Unable to open include file 'strings.h'
Error ..\perl.h 1078: , expected
Error ..\perl.h 1099: Improper use of typedef 'undef'
Error ..\perl.h 1117: Improper use of typedef 'undef'
Error ..\perl.h 1152: ) expected
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1167: Improper use of typedef 'undef'
Error ..\perl.h 1239: Improper use of typedef 'undef'
Error ..\handy.h 140: , expected
Error ..\handy.h 141: , expected
Error ..\handy.h 198: Improper use of typedef 'undef'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\stdio.h 272: Type mismatch in redeclaration of '_strerror'
Error C:\Program Files\Borland\CBuilder3\INCLUDE\string.h 97: Earlier declaration of '_strerror'
Error win32.h 408: Improper use of typedef 'undef'
Error win32iop.h 77: Type name expected
Error ..\perl.h 2286: Declaration missing ;
Error ..\sv.h 258: Declaration missing ;
Error ..\sv.h 272: Declaration missing ;
Error ..\sv.h 281: Declaration missing ;
Error ..\sv.h 291: Declaration missing ;
Error ..\sv.h 307: Declaration missing ;
Error ..\sv.h 323: Declaration missing ;
Error ..\sv.h 341: Declaration missing ;
Error ..\sv.h 364: Multiple declaration for 'IV'
Error ..\sv.h 364: Too many error or warning messages
*** 26 errors in Compile ***
bcc32 -c -w -g0 -tWM -tWD -I..\lib\CORE -I.\include -I. -I.. -I"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\include" -DWIN32 -DHAVE_DES_FCRYPT -DPERLDLL -DPERL_CORE 		 -O2 -D_RTLDLL -o.\mini\fcrypt.obj fcrypt.c
Borland C++ 5.3 for Win32 Copyright (c) 1993, 1998 Borland International
fcrypt.c:
Warning fcrypt.c 44: Initialization is only partially bracketed
Warning fcrypt.c 61: Initialization is only partially bracketed
Warning fcrypt.c 78: Initialization is only partially bracketed
Warning fcrypt.c 95: Initialization is only partially bracketed
Warning fcrypt.c 112: Initialization is only partially bracketed
Warning fcrypt.c 129: Initialization is only partially bracketed
Warning fcrypt.c 146: Initialization is only partially bracketed
Warning fcrypt.c 163: Initialization is only partially bracketed
Warning fcrypt.c 181: Initialization is only partially bracketed
Warning fcrypt.c 198: Initialization is only partially bracketed
Warning fcrypt.c 215: Initialization is only partially bracketed
Warning fcrypt.c 232: Initialization is only partially bracketed
Warning fcrypt.c 249: Initialization is only partially bracketed
Warning fcrypt.c 266: Initialization is only partially bracketed
Warning fcrypt.c 283: Initialization is only partially bracketed
Warning fcrypt.c 300: Initialization is only partially bracketed
Warning fcrypt.c 347: 'in' is assigned a value that is never used in function des_set_key
Warning fcrypt.c 486: Conversion may lose significant digits in function des_fcrypt
Warning fcrypt.c 488: Conversion may lose significant digits in function des_fcrypt
Warning fcrypt.c 495: Conversion may lose significant digits in function des_fcrypt
Warning fcrypt.c 504: 'b' is assigned a value that is never used in function des_fcrypt
Warning fcrypt.c 470: 'Eswap1' is assigned a value that is never used in function des_fcrypt
Warning fcrypt.c 470: 'Eswap0' is assigned a value that is never used in function des_fcrypt
tlink32 -Tpe -ap   -L"c:\perl\5.8.2\lib\MSWin32-x86-multi-thread\CORE"  -L"C:\Progra~1\borland\cbuild~1.ELIF "BORLAND" == "GCC"\lib" \
	    @C:\WINDOWS\TEMP\mk000001
Turbo Link  Version 2.5.0.0 Copyright (c) 1993,1998 Borland International
Fatal: Unable to open file 'c0x32.obj'
..\miniperl.exe genmk95.pl makefile.mk .\makefile.95
if exist .\makefile.95 C:\UTIL\DMAKE.EXE   -f .\makefile.95  NOTFIRST=true
Build process complete. Ignore any errors after this message.
Run "dmake test" to test and "dmake install" to install


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About