Page MenuHomeFreeBSD

devel/gearmand-devel: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Apr 30 2019, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 3:13 PM
Unknown Object (File)
Sep 15 2025, 11:24 PM
Unknown Object (File)
Sep 15 2025, 8:23 AM
Unknown Object (File)
Sep 10 2025, 2:10 AM
Unknown Object (File)
Sep 8 2025, 8:00 PM
Unknown Object (File)
Sep 7 2025, 12:55 AM
Unknown Object (File)
Aug 31 2025, 1:06 PM
Unknown Object (File)
Jul 29 2025, 12:31 AM
Subscribers
None

Details

Summary

libtest/timer.hpp needs to include stdint.h for uint64.

./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared

void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds);
                                 ^~~~~~~

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237153

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 1 2019, 7:01 AM
This revision was automatically updated to reflect the committed changes.