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
Mostly for information, or if you have spare time to spend on this.
EL-5 is ~9 years old and will be EOL on 31 March, 2017 (soon)
Compile:
snappy.c: In function 'emit_copy_less_than64':
snappy.c:652: warning: implicit declaration of function 'htole16'
snappy.c: In function 'decompress_all_tags':
snappy.c:1208: warning: implicit declaration of function 'le32toh'
And of course, link:
/builddir/build/BUILD/librdkafka-0c15023708302c41a36e95f9650d69c453dfabba/src/snappy.c:1234: undefined reference to `le32toh'
/builddir/build/BUILD/librdkafka-0c15023708302c41a36e95f9650d69c453dfabba/src/snappy.c:652: undefined reference to `htole16'
The text was updated successfully, but these errors were encountered:
Mostly for information, or if you have spare time to spend on this.
EL-5 is ~9 years old and will be EOL on 31 March, 2017 (soon)
Compile:
And of course, link:
The text was updated successfully, but these errors were encountered: