Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 125321
Status: new
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: HMBRAND [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.30
Fixed in: (no value)



Subject: stdint.h not avail on HP-UX 11.11 with C-ANSI-C
--8<--- YAML-Syck-1.30-0 415 > make test Running Mkbootstrap for Syck () chmod 644 "Syck.bs" "/pro/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syck.bs blib/arch/auto/YAML/Syck/Syck.bs 644 cc -c -I. -Ae -DDEBUGGING +Z -z -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" +Z "-I/pro/lib/perl5/5.14.2/PA-RISC2.0-LP64/CORE" bytecode.c cpp: "syck.h", line 42: error 4036: Can't open include file 'stdint.h'. -->8--- Removing stdint.h fixed that problem. Why is it needed in the first place?