Created
January 14, 2013 17:57
-
-
Save jblaine/4531928 to your computer and use it in GitHub Desktop.
collectd 5.2.0 build fail - Ubuntu 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c -o libcollectdclient_la-network_buffer.lo `test -f 'network_buffer.c' || echo './'`network_buffer.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c network_buffer.c -fPIC -DPIC -o .libs/libcollectdclient_la-network_buffer.o | |
network_buffer.c:109:3: error: unknown type name ‘gcry_cipher_hd_t’ | |
network_buffer.c: In function ‘have_gcrypt’: | |
network_buffer.c:131:3: error: implicit declaration of function ‘gcry_control’ [-Werror=implicit-function-declaration] | |
network_buffer.c:131:17: error: ‘GCRYCTL_SET_THREAD_CBS’ undeclared (first use in this function) | |
network_buffer.c:131:17: note: each undeclared identifier is reported only once for each function it appears in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment