On Thu 13 Nov 2003 14:14, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote:
> Finding dependencies for op.o.
> cpp: "config.h", line 964: error 4052: Unknown preprocessing directive.
> cpp: "config.h", line 1102: error 4052: Unknown preprocessing directive.

964:

/* CROSSCOMPILE:
 *      This symbol, if defined, signifies that we our
 *      build process is a cross-compilation.
 */
# CROSSCOMPILE          /**/

 ^-- undef missing

1102:

/* PERL_BINCOMPAT_5005:
 *      This symbol, if defined, indicates that this version of Perl should be
 *      binary-compatible with Perl 5.005.  This is impossible for builds
 *      that use features like threads and multiplicity it is always undef
 *      for those versions.
 */
# PERL_BINCOMPAT_5005                   /**/

 ^-- undef missing


-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to