Summary: | Error compiling on amazon linux - unknown type name | ||
---|---|---|---|
Product: | systemd | Reporter: | Cary Lewis <cary.lewis> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED WORKSFORME | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | CC: | cary.lewis |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | other | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Cary Lewis
2014-10-03 12:49:31 UTC
kdbus.h includes linux/types.h, which provides __u64. Try looking at 'gcc -E /usr/include/linux/types.h'. Thanks for the suggestion. __u64 is defined in linux/types.h, but for whatever reason this file was not included. I changed the Makefile and added an -include /usr/include/linux/types.h and I the compile no longer errors out. I'm not sure what's so different about Amazon's Linux that this modification is required. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.