[vlc-devel] GNUTLS plugin compilation error
Steve Lhomme
steve.lhomme at free.fr
Wed Mar 9 16:40:07 CET 2005
Hi,
On my Debian system using the latest GNUTLS package and gcc 3.3.5, I get
the following compilation errors :
make[4]: entrant dans le répertoire «
/home/robux4/programs/vlc/modules/misc »
make[4]: « libscreensaver_plugin.so » est à jour.
make[4]: « libfreetype_plugin.so » est à jour.
make[4]: « liblogger_plugin.so » est à jour.
make[4]: « libvod_rtsp_plugin.so » est à jour.
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include
`top_builddir="../.." ../../vlc-config --cflags plugin gnutls`
-Wsign-compare -Wall -pipe -MT libgnutls_plugin_a-gnutls.o -MD -MP -MF
".deps/libgnutls_plugin_a-gnutls.Tpo" \
-c -o libgnutls_plugin_a-gnutls.o `test -f 'gnutls.c' || echo
'./'`gnutls.c; \
then mv -f ".deps/libgnutls_plugin_a-gnutls.Tpo"
".deps/libgnutls_plugin_a-gnutls.Po"; \
else rm -f ".deps/libgnutls_plugin_a-gnutls.Tpo"; exit 1; \
fi
gnutls.c: Dans la fonction « gnutls_HandshakeAndValidate »:
gnutls.c:224: attention : implicit declaration of function
`gnutls_certificate_verify_peers2'
gnutls.c: Hors de toute fonction :
gnutls.c:837: error: variable `gcry_threads_vlc' has initializer but
incomplete type
gnutls.c:839: error: `GCRY_THREAD_OPTION_USER' undeclared here (not in a
function)
gnutls.c:839: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:839: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c:840: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:840: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c:841: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:841: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c:842: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:842: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c:843: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:843: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c:845: attention : éléments en excès dans l'initialisation de la
structure
gnutls.c:845: attention : (près de l'initialisation de « gcry_threads_vlc »)
gnutls.c: Dans la fonction « Open »:
gnutls.c:870: error: `GCRYCTL_SET_THREAD_CBS' undeclared (first use in
this function)
gnutls.c:870: error: (Each undeclared identifier is reported only once
gnutls.c:870: error: for each function it appears in.)
gnutls.c: Hors de toute fonction :
gnutls.c:837: error: storage size of `gcry_threads_vlc' isn't known
make[4]: *** [libgnutls_plugin_a-gnutls.o] Erreur 1
make[4]: quittant le répertoire « /home/robux4/programs/vlc/modules/misc »
--
robUx4 on blog <http://robux4.blogspot.com/>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list