Skip Menu |

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

Report information
The Basics
Id: 104142
Status: resolved
Priority: 0/
Queue: YAML-Syck

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

Bug Information
Severity: Critical
Broken in: 1.29
Fixed in: (no value)



Subject: Not every OS (devel env) has stdint.h
Running Mkbootstrap for YAML::Syck () chmod 644 "Syck.bs" 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.29\" -DXS_VERSION=\"1.29\" +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'. make: *** [bytecode.o] Error 1 and you don't even seem to need it (at least not on the old HP-UX 11.11 box that ran into this): #ifdef HAVE_STDINT_H # include <stdint.h> #endif => All tests successful. Test Summary Report ------------------- t/json-basic.t (Wstat: 0 Tests: 104 Failed: 0) TODO passed: 81-82, 85-86, 93-94, 97-98 Files=32, Tests=628, 6 wallclock secs ( 0.63 usr 0.17 sys + 4.94 cusr 0.70 csys = 6.44 CPU) Result: PASS
Ticket migrated to github as https://github.com/toddr/YAML-Syck/issues/24