You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#104142 (status was 'new')
Requestors:
From [email protected] on 2015-05-01 12:20:29:
The text was updated successfully, but these errors were encountered: