Error while compiling vlc trunk with debian etch (stable)
Posted: 29 Jan 2008 19:08
Hello everybody,
I have compiling the vlc-trunk available here :
svn checkout svn://svn.videolan.org/vlc/trunk vlc-trunk
and there is an error during "make" command.
if anyone knows why...
In file included from ../include/vlc_common.h:1075,
from ../include/vlc/vlc.h:155,
from text/iso_lang.c:34:
../include/vlc_threads_funcs.h:741: error: expected specifier-qualifier-list before 'pthread_spinlock_t'
../include/vlc_threads_funcs.h: In function 'vlc_spin_init':
../include/vlc_threads_funcs.h:749: warning: implicit declaration of function 'pthread_spin_init'
../include/vlc_threads_funcs.h:749: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_lock':
../include/vlc_threads_funcs.h:757: warning: implicit declaration of function 'pthread_spin_lock'
../include/vlc_threads_funcs.h:757: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_unlock':
../include/vlc_threads_funcs.h:765: warning: implicit declaration of function 'pthread_spin_unlock'
../include/vlc_threads_funcs.h:765: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_destroy':
../include/vlc_threads_funcs.h:773: warning: implicit declaration of function 'pthread_spin_destroy'
../include/vlc_threads_funcs.h:773: error: 'vlc_spinlock_t' has no member named 'spin'
make[3]: *** [text/libvlc_la-iso_lang.lo] Erreur 1
make[3]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn/src »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn »
make: *** [all] Erreur 2
Thanks.
Best Regards.
I have compiling the vlc-trunk available here :
svn checkout svn://svn.videolan.org/vlc/trunk vlc-trunk
and there is an error during "make" command.
if anyone knows why...
In file included from ../include/vlc_common.h:1075,
from ../include/vlc/vlc.h:155,
from text/iso_lang.c:34:
../include/vlc_threads_funcs.h:741: error: expected specifier-qualifier-list before 'pthread_spinlock_t'
../include/vlc_threads_funcs.h: In function 'vlc_spin_init':
../include/vlc_threads_funcs.h:749: warning: implicit declaration of function 'pthread_spin_init'
../include/vlc_threads_funcs.h:749: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_lock':
../include/vlc_threads_funcs.h:757: warning: implicit declaration of function 'pthread_spin_lock'
../include/vlc_threads_funcs.h:757: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_unlock':
../include/vlc_threads_funcs.h:765: warning: implicit declaration of function 'pthread_spin_unlock'
../include/vlc_threads_funcs.h:765: error: 'vlc_spinlock_t' has no member named 'spin'
../include/vlc_threads_funcs.h: In function 'vlc_spin_destroy':
../include/vlc_threads_funcs.h:773: warning: implicit declaration of function 'pthread_spin_destroy'
../include/vlc_threads_funcs.h:773: error: 'vlc_spinlock_t' has no member named 'spin'
make[3]: *** [text/libvlc_la-iso_lang.lo] Erreur 1
make[3]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn/src »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/thomas/Desktop/vlc-0.9.0-svn »
make: *** [all] Erreur 2
Thanks.
Best Regards.