#include /* from the Perl distribution */ #include /* from the Perl distribution */ static PerlInterpreter *my_perl; /* The Perl interpreter */ int main(int argc, char **argv, char **env) { my_perl = perl_alloc(); perl_construct(my_perl); perl_parse(my_perl, NULL, argc, argv, (char **)NULL); perl_run(my_perl); perl_destruct(my_perl); perl_free(my_perl); } #### E:\>bcc32 perl_inc.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland perl_inc.c: Error E2209 c:\Borland\Bcc55\include\perl.h 37: Unable to open include file 'config.h' Error E2209 c:\Borland\Bcc55\include\perl.h 475: Unable to open include file 'embed.h' Error E2209 c:\Borland\Bcc55\include\perl.h 490: Unable to open include file 'strings.h' Error E2257 c:\Borland\Bcc55\include\perl.h 1078: , expected Error E2257 c:\Borland\Bcc55\include\perl.h 1079: , expected Error E2257 c:\Borland\Bcc55\include\perl.h 1271: , expected Error E2257 c:\Borland\Bcc55\include\perl.h 1751: , expected Error E2209 c:\Borland\Bcc55\include\perl.h 1807: Unable to open include file 'handy.h' Error E2209 c:\Borland\Bcc55\include\perl.h 1971: Unable to open include file 'unixish.h' Error E2139 c:\Borland\Bcc55\include\perl.h 2287: Declaration missing ; Error E2139 c:\Borland\Bcc55\include\perl.h 2288: Declaration missing ; Error E2139 c:\Borland\Bcc55\include\perl.h 2290: Declaration missing ; Error E2293 c:\Borland\Bcc55\include\perl.h 2302: ) expected Error E2209 c:\Borland\Bcc55\include\perl.h 2325: Unable to open include file 'iperlsys.h' Fatal F1003 c:\Borland\Bcc55\include\regexp.h 18: Error directive: Must use C++ for REGEXP.H *** 15 errors in Compile *** #### E:\>bcc32 perl_inc.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland perl_inc.c: Error E2303 c:\Borland\Bcc55\include\win32.h 314: Type name expected Error E2293 c:\Borland\Bcc55\include\win32.h 413: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 105: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 106: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 108: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 110: ) expected Error E2141 c:\Borland\Bcc55\include\perlio.h 111: Declaration syntax error Error E2293 c:\Borland\Bcc55\include\perlio.h 112: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 214: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 227: ) expected Error E2303 c:\Borland\Bcc55\include\perlio.h 339: Type name expected Error E2303 c:\Borland\Bcc55\include\perlio.h 342: Type name expected Error E2293 c:\Borland\Bcc55\include\perlio.h 345: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 354: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 358: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 365: ) expected Error E2293 c:\Borland\Bcc55\include\perlio.h 370: ) expected Error E2303 c:\Borland\Bcc55\include\win32iop.h 73: Type name expected Error E2303 c:\Borland\Bcc55\include\win32iop.h 74: Type name expected Error E2303 c:\Borland\Bcc55\include\win32iop.h 77: Type name expected Error E2303 c:\Borland\Bcc55\include\win32iop.h 133: Type name expected Error E2238 c:\Borland\Bcc55\include\perl.h 1775: Multiple declaration for 'AV' Warning W8017 c:\Borland\Bcc55\include\dosish.h 137: Redefinition of 'Stat' is not identical Error E2257 c:\Borland\Bcc55\include\perl.h 2075: , expected Error E2257 c:\Borland\Bcc55\include\perl.h 2076: , expected Error E2257 c:\Borland\Bcc55\include\perl.h 2077: , expected Error E2228 c:\Borland\Bcc55\include\perl.h 2077: Too many error or warning messages *** 26 errors in Compile ***