Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not every OS (devel env) has stdint.h [rt.cpan.org #104142] #24

Open
toddr opened this issue May 11, 2017 · 0 comments
Open

Not every OS (devel env) has stdint.h [rt.cpan.org #104142] #24

toddr opened this issue May 11, 2017 · 0 comments

Comments

@toddr
Copy link
Member

toddr commented May 11, 2017

Migrated from rt.cpan.org#104142 (status was 'new')

Requestors:

From [email protected] on 2015-05-01 12:20:29:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant