michaelrsweet / lprint

A Label Printer Application
https://www.msweet.org/lprint
Apache License 2.0
219 stars 29 forks source link

_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64 #65

Closed introspectionism closed 1 year ago

introspectionism commented 2 years ago
In file included from /usr/include/features.h:392,
                 from /usr/include/sys/types.h:25,
                 from /usr/include/cups/cups.h:19,
                 from /usr/include/pappl/base.h:12,
                 from /usr/include/pappl/device.h:12,
                 from /usr/include/pappl/pappl.h:12,
                 from lprint.h:19,
                 from lprint-testpage.c:14:
/usr/include/features-time64.h:26:5: error: #error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
   26 | #   error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"

System:

OS: Manjaro Linux x86_64 
Kernel: 5.17.14-1-MANJARO 
michaelrsweet commented 2 years ago

Sigh… I hate glibc’s inconsistencies…

michaelrsweet commented 1 year ago

[master c7b72dd] Fix glibc issue (Issue #65), bump version to 1.2.0, update PAPPL version in snap.