• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

ein rpm von vlc 0.8.6a

Tag allerseits,

Nach zäher Recherche wolte ich mich mal an das Packen eines
RPM-Pakets herantasten. Für vlc habe ich sämtliche -devel-Pakete in yast nachinstalliert. Mit der vlc.suse.spec aus http://www.videolan.org/developers/vlc/ machte ich mich ans werk, doch nachdem ./configure durchgerasselt ist sehe ich nur das hier:

Code:
+ make
export MACOSX_DEPLOYMENT_TARGET=
make  all-recursive
make[1]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a'
Making all in intl
make[2]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a/intl'
Making all in loader
make[2]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a/loader'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a/loader'
Making all in src
make[2]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
( cd . && cat ../include/aout_internal.h ../include/audio_output.h ../include/beos_specific.h ../include/charset.h ../include/codecs.h ../include/configuration.h ../include/darwin_specific.h ../include/intf_eject.h ../include/iso_lang.h ../include/main.h ../include/mmx.h ../include/modules.h ../include/modules_inner.h ../include/mtime.h ../include/network.h ../include/os_specific.h ../include/snapshot.h ../include/stream_output.h ../include/variables.h ../include/video_output.h ../include/vlc_access.h ../include/vlc_acl.h ../include/vlc_bits.h ../include/vlc_block.h ../include/vlc_block_helper.h ../include/vlc_codec.h ../include/vlc_common.h ../include/vlc_config.h ../include/vlc_cpu.h ../include/vlc_demux.h ../include/vlc_error.h ../include/vlc_es.h ../include/vlc_es_out.h ../include/vlc_filter.h ../include/vlc_config_cat.h ../include/vlc_httpd.h ../include/vlc_tls.h ../include/vlc_md5.h ../include/vlc_image.h ../include/vlc_input.h ../include/vlc_interaction.h ../include/vlc_interface.h ../include/vlc_keys.h ../include/vlc_messages.h ../include/vlc_meta.h ../include/vlc_objects.h ../include/vlc_osd.h ../include/vlc_playlist.h ../include/vlc_spu.h ../include/vlc_stream.h ../include/vlc_strings.h ../include/vlc_symbols.h ../include/vlc_threads_funcs.h ../include/vlc_threads.h ../include/vlc_update.h ../include/vlc_url.h ../include/vlc_video.h ../include/vlc_vlm.h ../include/vlc_vod.h ../include/vlc_xml.h ../include/vout_synchro.h ../include/win32_specific.h ../include/libvlc_internal.h ../include/mediacontrol_internal.h ) | \
          top_srcdir=".." perl ../vlc-api.pl
touch stamp-api
srcdir=.. builddir=.. ../toolbox --update-includes
creating new ../src/misc/modules_builtin.h
touch misc/modules_builtin.h
srcdir=.. builddir=.. ../toolbox --update-version
which: no svnversion in (/home/matthias/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin)
creating new ../src/misc/version.c
make  all-recursive
make[3]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
make[4]: Entering directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..   -DSYS_LINUX -I../include `top_builddir=".." ../vlc-config --cflags vlc pic` -Wsign-compare -Wall  -pipe -MT libvlc_a-libvlc.o -MD -MP -MF ".deps/libvlc_a-libvlc.Tpo" -c -o libvlc_a-libvlc.o `test -f 'libvlc.c' || echo './'`libvlc.c; \
        then mv -f ".deps/libvlc_a-libvlc.Tpo" ".deps/libvlc_a-libvlc.Po"; else rm -f ".deps/libvlc_a-libvlc.Tpo"; exit 1; fi
In file included from ../include/vlc_common.h:467,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/vlc_threads.h:138: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘vlc_thread_t’
../include/vlc_threads.h:141: error: expected specifier-qualifier-list before ‘st_mutex_t’
../include/vlc_threads.h:146: error: expected specifier-qualifier-list before ‘st_cond_t’
In file included from ../include/vlc_common.h:1168,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/vlc_messages.h:273: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from ../include/vlc_common.h:1170,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/vlc_objects.h:86: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from ../include/vlc_common.h:1171,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/vlc_threads_funcs.h: In function ‘__vlc_mutex_lock’:
../include/vlc_threads_funcs.h:79: warning: implicit declaration of function ‘st_mutex_lock’
../include/vlc_threads_funcs.h:79: error: ‘vlc_mutex_t’ has no member named ‘mutex’
../include/vlc_threads_funcs.h:126: error: ‘vlc_mutex_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h:126: error: ‘vlc_mutex_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h: In function ‘__vlc_mutex_unlock’:
../include/vlc_threads_funcs.h:151: warning: implicit declaration of function ‘st_mutex_unlock’
../include/vlc_threads_funcs.h:151: error: ‘vlc_mutex_t’ has no member named ‘mutex’
../include/vlc_threads_funcs.h:199: error: ‘vlc_mutex_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h:199: error: ‘vlc_mutex_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h: In function ‘__vlc_cond_signal’:
../include/vlc_threads_funcs.h:237: warning: implicit declaration of function ‘st_cond_signal’
../include/vlc_threads_funcs.h:237: error: ‘vlc_cond_t’ has no member named ‘cond’
../include/vlc_threads_funcs.h:341: error: ‘vlc_cond_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h:341: error: ‘vlc_cond_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h: In function ‘__vlc_cond_wait’:
../include/vlc_threads_funcs.h:368: error: ‘vlc_mutex_t’ has no member named ‘mutex’
../include/vlc_threads_funcs.h:369: warning: implicit declaration of function ‘st_cond_wait’
../include/vlc_threads_funcs.h:369: error: ‘vlc_cond_t’ has no member named ‘cond’
../include/vlc_threads_funcs.h:370: error: ‘vlc_mutex_t’ has no member named ‘mutex’
../include/vlc_threads_funcs.h:527: error: ‘vlc_cond_t’ has no member named ‘p_this’
../include/vlc_threads_funcs.h:527: error: ‘vlc_cond_t’ has no member named ‘p_this’
In file included from ../include/vlc_common.h:1173,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/modules.h: At top level:
../include/modules.h:55: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/modules.h:83: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from ../include/vlc_common.h:1174,
                 from ../include/vlc/vlc.h:153,
                 from libvlc.c:38:
../include/main.h:34: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/main.h:89: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from ../include/vlc/input.h:37,
                 from libvlc.c:39:
../include/vlc_block.h: In function ‘block_Duplicate’:
../include/vlc_block.h:131: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
../include/vlc_block.h: In function ‘block_ChainGather’:
../include/vlc_block.h:234: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
In file included from ../include/vlc/input.h:43,
                 from libvlc.c:39:
../include/vlc_input.h: In function ‘vlc_input_item_Init’:
../include/vlc_input.h:98: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
../include/vlc_input.h:100: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
../include/vlc_input.h: At top level:
../include/vlc_input.h:361: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from ../include/vlc/input.h:45,
                 from libvlc.c:39:
../include/vlc_access.h:64: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_access.h: In function ‘access2_vaControl’:
../include/vlc_access.h:120: error: ‘access_t’ has no member named ‘pf_control’
In file included from ../include/vlc/input.h:46,
                 from libvlc.c:39:
../include/vlc_stream.h: At top level:
../include/vlc_stream.h:66: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_stream.h: In function ‘stream_Read’:
../include/vlc_stream.h:90: error: ‘stream_t’ has no member named ‘pf_read’
../include/vlc_stream.h: In function ‘stream_Peek’:
../include/vlc_stream.h:105: error: ‘stream_t’ has no member named ‘pf_peek’
../include/vlc_stream.h: In function ‘stream_vaControl’:
../include/vlc_stream.h:115: error: ‘stream_t’ has no member named ‘pf_control’
../include/vlc_stream.h: In function ‘stream_Delete’:
../include/vlc_stream.h:123: error: ‘stream_t’ has no member named ‘pf_destroy’
../include/vlc_stream.h: In function ‘stream_Control’:
../include/vlc_stream.h:135: error: ‘stream_t’ has no member named ‘pf_control’
../include/vlc_stream.h: In function ‘stream_Block’:
../include/vlc_stream.h:179: error: ‘stream_t’ has no member named ‘pf_block’
../include/vlc_stream.h:181: error: ‘stream_t’ has no member named ‘pf_block’
../include/vlc_stream.h:186: error: ‘stream_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
In file included from ../include/vlc/input.h:47,
                 from libvlc.c:39:
../include/vlc_demux.h: At top level:
../include/vlc_demux.h:34: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_demux.h: In function ‘demux2_Demux’:
../include/vlc_demux.h:119: error: ‘demux_t’ has no member named ‘pf_demux’
../include/vlc_demux.h: In function ‘demux2_vaControl’:
../include/vlc_demux.h:123: error: ‘demux_t’ has no member named ‘pf_control’
In file included from libvlc.c:73:
../include/vlc_playlist.h: At top level:
../include/vlc_playlist.h:125: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_playlist.h:136: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_playlist.h:148: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/vlc_playlist.h: In function ‘playlist_IsPlaying’:
../include/vlc_playlist.h:390: error: ‘playlist_t’ has no member named ‘object_lock’
../include/vlc_playlist.h:391: error: ‘playlist_t’ has no member named ‘status’
../include/vlc_playlist.h:392: error: ‘playlist_t’ has no member named ‘object_lock’
../include/vlc_playlist.h: In function ‘playlist_IsEmpty’:
../include/vlc_playlist.h:406: error: ‘playlist_t’ has no member named ‘object_lock’
../include/vlc_playlist.h:407: error: ‘playlist_t’ has no member named ‘i_size’
../include/vlc_playlist.h:408: error: ‘playlist_t’ has no member named ‘object_lock’
In file included from libvlc.c:74:
../include/vlc_interface.h: At top level:
../include/vlc_interface.h:50: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from libvlc.c:79:
../include/video_output.h:67: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/video_output.h: In function ‘vout_vaControl’:
../include/video_output.h:238: error: ‘vout_thread_t’ has no member named ‘pf_control’
../include/video_output.h:239: error: ‘vout_thread_t’ has no member named ‘pf_control’
In file included from libvlc.c:81:
../include/stream_output.h: At top level:
../include/stream_output.h:38: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/stream_output.h:100: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/stream_output.h:131: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/stream_output.h: In function ‘sout_MuxControl’:
../include/stream_output.h:195: error: ‘sout_mux_t’ has no member named ‘pf_control’
../include/stream_output.h: At top level:
../include/stream_output.h:205: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/stream_output.h: In function ‘sout_StreamIdAdd’:
../include/stream_output.h:232: error: ‘sout_stream_t’ has no member named ‘pf_add’
../include/stream_output.h: In function ‘sout_StreamIdDel’:
../include/stream_output.h:236: error: ‘sout_stream_t’ has no member named ‘pf_del’
../include/stream_output.h: In function ‘sout_StreamIdSend’:
../include/stream_output.h:240: error: ‘sout_stream_t’ has no member named ‘pf_send’
../include/stream_output.h: At top level:
../include/stream_output.h:287: error: expected specifier-qualifier-list before ‘vlc_thread_t’
../include/stream_output.h:308: error: expected specifier-qualifier-list before ‘vlc_thread_t’
In file included from libvlc.c:84:
libvlc.h: In function ‘vlc_entry__main’:
libvlc.h:1176: error: ‘module_t’ has no member named ‘b_submodule’
libvlc.h:1176: error: ‘module_t’ has no member named ‘b_unloadable’
libvlc.h:1176: error: ‘module_t’ has no member named ‘b_reentrant’
libvlc.h:1176: error: ‘module_t’ has no member named ‘psz_shortname’
libvlc.h:1176: error: ‘module_t’ has no member named ‘psz_longname’
libvlc.h:1176: error: ‘module_t’ has no member named ‘pp_shortcuts’
libvlc.h:1176: error: ‘module_t’ has no member named ‘i_cpu’
libvlc.h:1176: error: ‘module_t’ has no member named ‘psz_program’
libvlc.h:1176: error: ‘module_t’ has no member named ‘psz_capability’
libvlc.h:1176: error: ‘module_t’ has no member named ‘i_score’
libvlc.h:1176: error: ‘module_t’ has no member named ‘pf_activate’
libvlc.h:1176: error: ‘module_t’ has no member named ‘pf_deactivate’
libvlc.h:2013: error: ‘module_t’ has no member named ‘psz_longname’
libvlc.h:2014: error: ‘module_t’ has no member named ‘psz_capability’
libvlc.h:2014: error: ‘module_t’ has no member named ‘i_score’
libvlc.h:2015: error: ‘module_t’ has no member named ‘pp_shortcuts’
libvlc.h:2015: error: ‘module_t’ has no member named ‘p_config’
libvlc.h: At top level:
libvlc.h:2051: error: array type has incomplete element type
libvlc.c: In function ‘vlc_current_object’:
libvlc.c:130: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Create’:
libvlc.c:196: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:204: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:205: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:207: error: ‘libvlc_t’ has no member named ‘b_ready’
libvlc.c:212: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:216: error: ‘libvlc_t’ has no member named ‘i_verbose’
libvlc.c:219: error: ‘libvlc_t’ has no member named ‘b_color’
libvlc.c:225: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:228: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:229: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:232: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:234: error: ‘libvlc_t’ has no member named ‘b_ready’
libvlc.c:237: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:240: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:245: error: ‘vlc_t’ has no member named ‘thread_id’
libvlc.c:250: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:250: error: ‘vlc_t’ has no member named ‘config_lock’
libvlc.c:257: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:257: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Init’:
libvlc.c:331: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:337: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:340: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:343: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:344: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:348: error: ‘module_t’ has no member named ‘psz_longname’
libvlc.c:350: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:350: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:350: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:353: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:355: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:357: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:358: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:359: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:364: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:371: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:379: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:380: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:381: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:382: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:383: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:383: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:384: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:384: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:385: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:387: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:388: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:390: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:391: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:392: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:393: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:397: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:399: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:403: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:407: error: ‘vlc_t’ has no member named ‘p_libvlc’
libvlc.c:407: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:411: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:416: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:420: error: ‘vlc_t’ has no member named ‘p_libvlc’
libvlc.c:454: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:455: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:456: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:497: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:498: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:499: error: ‘vlc_t’ has no member named ‘b_die’
libvlc.c:504: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:504: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:508: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:508: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:508: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:512: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:520: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:527: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:535: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:537: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:538: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:539: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:540: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:541: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:541: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:541: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:543: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:545: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:546: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:547: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:548: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:549: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:549: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:549: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:553: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:559: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:560: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:561: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:573: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:576: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:576: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:576: error: ‘libvlc_t’ has no member named ‘p_module_bank’
libvlc.c:582: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:591: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:593: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:594: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:595: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:600: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:602: error: ‘module_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:614: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:615: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:618: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:620: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:621: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:623: error: ‘libvlc_t’ has no member named ‘b_color’
libvlc.c:623: error: ‘libvlc_t’ has no member named ‘b_color’
libvlc.c:623: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:628: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:632: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:633: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:636: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:637: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:638: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:639: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:640: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:641: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:642: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:643: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:644: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:645: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:661: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:662: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:663: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:664: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:665: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:666: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:667: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:668: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:669: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:670: error: ‘libvlc_t’ has no member named ‘i_cpu’
libvlc.c:671: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:676: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:676: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:678: error: ‘vlc_t’ has no member named ‘pf_memcpy’
libvlc.c:680: error: ‘vlc_t’ has no member named ‘pf_memcpy’
libvlc.c:683: error: ‘vlc_t’ has no member named ‘pf_memset’
libvlc.c:685: error: ‘vlc_t’ has no member named ‘pf_memset’
libvlc.c:688: error: ‘libvlc_t’ has no member named ‘b_stats’
libvlc.c:688: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:689: error: ‘libvlc_t’ has no member named ‘p_stats’
libvlc.c:694: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:695: error: ‘vlc_t’ has no member named ‘p_hotkeys’
libvlc.c:697: error: ‘vlc_t’ has no member named ‘p_hotkeys’
libvlc.c:702: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:705: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:706: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:708: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:708: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:710: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:711: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:715: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:726: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:727: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:775: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:781: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:786: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:793: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:798: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:806: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:807: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:808: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:809: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:810: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:811: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:812: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:813: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:814: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:817: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:827: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:828: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:836: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Die’:
libvlc.c:871: error: ‘vlc_t’ has no member named ‘b_die’
libvlc.c:873: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_CleanUp’:
libvlc.c:899: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:900: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:903: error: ‘intf_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:904: error: ‘intf_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:911: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:912: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:915: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:916: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:923: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:924: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:926: error: ‘vout_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:927: error: ‘vout_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:934: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:935: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:937: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:938: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:942: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:946: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:947: error: ‘vlc_object_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:954: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:957: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:958: error: ‘announce_handler_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:959: error: ‘announce_handler_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:963: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Destroy’:
libvlc.c:985: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:987: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:987: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:988: error: ‘vlc_t’ has no member named ‘p_memcpy_module’
libvlc.c:994: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:996: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:998: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:999: error: ‘vlc_t’ has no member named ‘psz_homedir’
libvlc.c:1002: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:1004: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:1005: error: ‘vlc_t’ has no member named ‘psz_userdir’
libvlc.c:1008: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:1010: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:1011: error: ‘vlc_t’ has no member named ‘psz_configfile’
libvlc.c:1014: error: ‘vlc_t’ has no member named ‘p_hotkeys’
libvlc.c:1016: error: ‘vlc_t’ has no member named ‘p_hotkeys’
libvlc.c:1017: error: ‘vlc_t’ has no member named ‘p_hotkeys’
libvlc.c:1029: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1030: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1036: error: ‘vlc_t’ has no member named ‘config_lock’
libvlc.c:1038: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1041: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1043: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1046: error: ‘libvlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VariableSet’:
libvlc.c:1071: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1078: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1081: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1084: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1087: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1090: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1095: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1097: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VariableGet’:
libvlc.c:1114: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1116: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VariableType’:
libvlc.c:1140: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1164: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1166: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_AddTarget’:
libvlc.c:1195: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1199: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1200: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1204: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1208: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1214: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1216: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Play’:
libvlc.c:1234: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1238: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1243: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1245: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Pause’:
libvlc.c:1263: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1267: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1272: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1274: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_Stop’:
libvlc.c:1292: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1296: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1301: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1303: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_IsPlaying’:
libvlc.c:1323: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1327: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1331: error: ‘playlist_t’ has no member named ‘p_input’
libvlc.c:1334: error: ‘playlist_t’ has no member named ‘p_input’
libvlc.c:1334: error: ‘playlist_t’ has no member named ‘p_input’
libvlc.c:1341: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1343: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PositionGet’:
libvlc.c:1368: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1372: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1376: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1377: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1379: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PositionSet’:
libvlc.c:1406: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1410: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1415: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1416: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1417: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1419: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_TimeGet’:
libvlc.c:1444: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1448: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1452: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1453: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1455: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_TimeSet’:
libvlc.c:1484: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1488: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1496: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1502: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1504: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1506: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_LengthGet’:
libvlc.c:1531: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1535: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1539: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1540: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1542: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_SpeedFaster’:
libvlc.c:1567: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1571: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1576: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1577: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1578: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1580: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_SpeedSlower’:
libvlc.c:1605: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1609: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1614: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1615: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1616: error: ‘input_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1618: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PlaylistIndex’:
libvlc.c:1643: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1647: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1651: error: ‘playlist_t’ has no member named ‘i_index’
libvlc.c:1652: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1654: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PlaylistNumberOfItems’:
libvlc.c:1676: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1680: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1684: error: ‘playlist_t’ has no member named ‘i_size’
libvlc.c:1685: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1687: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PlaylistNext’:
libvlc.c:1710: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1714: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1719: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1721: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PlaylistPrev’:
libvlc.c:1744: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1748: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1753: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1755: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_PlaylistClear’:
libvlc.c:1775: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1779: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1785: error: ‘playlist_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1787: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VolumeSet’:
libvlc.c:1812: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1815: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VolumeGet’:
libvlc.c:1838: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1840: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_VolumeMute’:
libvlc.c:1860: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1862: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘VLC_FullScreen’:
libvlc.c:1879: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1883: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1887: error: ‘vout_thread_t’ has no member named ‘i_changes’
libvlc.c:1888: error: ‘vout_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1890: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘AddIntfInternal’:
libvlc.c:1911: error: ‘vlc_t’ has no member named ‘p_libvlc’
libvlc.c:1915: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1922: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1927: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1928: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1933: error: ‘intf_thread_t’ has no member named ‘b_play’
libvlc.c:1936: error: ‘intf_thread_t’ has no member named ‘b_play’
libvlc.c:1937: error: ‘intf_thread_t’ has no member named ‘b_block’
libvlc.c:1941: error: ‘intf_thread_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1943: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:1947: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘Usage’:
libvlc.c:2134: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2145: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2161: error: ‘module_t’ has no member named ‘i_config_items’
libvlc.c:2169: error: ‘module_t’ has no member named ‘p_config’
libvlc.c:2181: error: ‘module_t’ has no member named ‘psz_longname’
libvlc.c:2186: error: ‘module_t’ has no member named ‘p_config’
libvlc.c:2319: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c: In function ‘ListModules’:
libvlc.c:2406: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2422: error: ‘module_t’ has no member named ‘psz_longname’
libvlc.c: In function ‘VerboseCallback’:
libvlc.c:2559: error: ‘vlc_t’ has no member named ‘p_libvlc’
libvlc.c: In function ‘InitDeviceValues’:
libvlc.c:2627: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2630: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2631: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
libvlc.c:2653: error: ‘vlc_t’ has no member named ‘be_sure_to_add_VLC_COMMON_MEMBERS_to_struct’
make[4]: *** [libvlc_a-libvlc.o] Fehler 1
make[4]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/usr/src/packages/BUILD/vlc-0.8.6a'
make: *** [all] Fehler 2
error: Bad exit status from /var/tmp/rpm-tmp.75720 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.75720 (%build)
matthias@linux-xpbg:~>

ich glaub, da ist guter rat teuer :(
 
Oben