[vlc-devel] vlc-trunk compile errors - Linux

James MacLean macleajb at ednet.ns.ca
Thu Apr 1 04:17:34 CEST 2004


On a couple of machines that were compiling fine from the trunk, I am now
seeing :

Making all in vcdx
make[5]: Entering directory `/home/macleajb/VCD/SoftWare/VLC/vlc-trunk/modules/access/vcdx'
make[6]: Entering directory `/home/macleajb/VCD/SoftWare/VLC/vlc-trunk/modules/access/vcdx'
source='access.c' object='libvcdx_plugin_a-access.o' libtool=no \
depfile='.deps/libvcdx_plugin_a-access.Po' tmpdepfile='.deps/libvcdx_plugin_a-access.TPo' \
depmode=gcc3 /bin/sh ../../../autotools/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cflags plugin vcdx` -Wsign-compare -Wall  -finline-limit-30000 -pipe -c -o libvcdx_plugin_a-access.o `test -f 'access.c' || echo './'`access.c
In file included from access.c:37:
vcdplayer.h:79: error: syntax error before "PsdListDescriptor_t"
vcdplayer.h:79: warning: no semicolon at end of struct or union
vcdplayer.h:107: error: syntax error before '}' token
vcdplayer.h:107: warning: type defaults to `int' in declaration of `thread_vcd_data_t'
vcdplayer.h:107: warning: data definition has no type or storage class
vcdplayer.h:120: warning: type defaults to `int' in declaration of `thread_vcd_data_t'
vcdplayer.h:120: error: syntax error before '*' token
In file included from access.c:38:
intf.h:30: error: syntax error before "thread_vcd_data_t"
intf.h:30: warning: no semicolon at end of struct or union
intf.h:43: error: syntax error before '}' token
access.c: In function `cdio_log_handler':
access.c:97: error: `p_vcd' undeclared (first use in this function)
access.c:97: error: (Each undeclared identifier is reported only once
access.c:97: error: for each function it appears in.)
access.c:97: error: syntax error before ')' token
access.c: In function `vcd_log_handler':
access.c:123: error: `p_vcd' undeclared (first use in this function)
access.c:123: error: syntax error before ')' token
access.c: In function `VCDRead':
access.c:154: error: `p_vcd' undeclared (first use in this function)
access.c:154: error: syntax error before ')' token
access.c: In function `VCDSetProgram':
access.c:295: error: `p_vcd' undeclared (first use in this function)
access.c:295: error: syntax error before ')' token
access.c: In function `VCDSetArea':
access.c:311: error: `p_vcd' undeclared (first use in this function)
access.c:311: error: syntax error before ')' token
access.c: In function `VCDSeek':
access.c:394: error: `p_vcd' undeclared (first use in this function)
access.c:397: error: syntax error before ')' token
access.c: In function `VCDPlay':
access.c:441: error: `p_vcd' undeclared (first use in this function)
access.c:441: error: syntax error before ')' token
access.c: In function `VCDEntryPoints':
access.c:592: error: `p_vcd' undeclared (first use in this function)
access.c:597: error: syntax error before ')' token
access.c: In function `VCDSegments':
access.c:647: error: `p_vcd' undeclared (first use in this function)
access.c:652: error: syntax error before ')' token
access.c: In function `VCDTracks':
access.c:722: error: `p_vcd' undeclared (first use in this function)
access.c:725: error: syntax error before ')' token
access.c: In function `VCDLIDs':
access.c:766: error: `p_vcd' undeclared (first use in this function)
access.c:766: error: syntax error before ')' token
access.c: In function `VCDParse':
access.c:800: error: `p_vcd' undeclared (first use in this function)
access.c:800: error: syntax error before ')' token
access.c: In function `VCDSetOrigin':
access.c:917: error: `p_vcd' undeclared (first use in this function)
access.c:917: error: syntax error before ')' token
access.c: In function `VCDUpdateVar':
access.c:1003: error: `p_vcd' undeclared (first use in this function)
access.c:1003: error: syntax error before ')' token
access.c: At top level:
access.c:1016: error: syntax error before "input_info_category_t"
access.c: In function `MetaInfoAddStr':
access.c:1020: error: `p_vcd' undeclared (first use in this function)
access.c:1020: error: syntax error before ')' token
access.c:1022: error: `str' undeclared (first use in this function)
access.c:1023: error: `p_input' undeclared (first use in this function)
access.c:1023: error: `title' undeclared (first use in this function)
access.c:1024: warning: implicit declaration of function `input_AddInfo'
access.c:1024: error: `p_cat' undeclared (first use in this function)
access.c:1026: error: `p_playlist' undeclared (first use in this function)
access.c:1030: error: structure has no member named `lock'
access.c:1033: error: structure has no member named `lock'
access.c: At top level:
access.c:1039: error: syntax error before "input_info_category_t"
access.c: In function `MetaInfoAddNum':
access.c:1042: error: `p_vcd' undeclared (first use in this function)
access.c:1042: error: syntax error before ')' token
access.c:1045: error: `p_playlist' undeclared (first use in this function)
access.c:1049: error: `p_input' undeclared (first use in this function)
access.c:1049: error: `title' undeclared (first use in this function)
access.c:1049: error: `num' undeclared (first use in this function)
access.c:1050: error: `p_cat' undeclared (first use in this function)
access.c:1052: error: structure has no member named `lock'
access.c:1054: error: structure has no member named `lock'
access.c: In function `InformationCreate':
access.c:1065: error: `p_vcd' undeclared (first use in this function)
access.c:1065: error: syntax error before ')' token
access.c:1068: error: `input_info_category_t' undeclared (first use in this function)
access.c:1068: error: `p_cat' undeclared (first use in this function)
access.c:1073: warning: implicit declaration of function `input_InfoCategory'
access.c: At top level:
access.c:1164: error: syntax error before "thread_vcd_data_t"
access.c: In function `VCDFormatStr':
access.c:1174: error: `format_str' undeclared (first use in this function)
access.c:1194: error: `p_vcd' undeclared (first use in this function)
access.c:1212: error: `itemid' undeclared (first use in this function)
access.c:1252: error: `mrl' undeclared (first use in this function)
access.c: At top level:
access.c:1302: error: syntax error before "thread_vcd_data_t"
access.c: In function `VCDCreatePlayListItem':
access.c:1313: error: `itemid' undeclared (first use in this function)
access.c:1331: error: `psz_mrl' undeclared (first use in this function)
access.c:1331: error: `psz_mrl_max' undeclared (first use in this function)
access.c:1331: error: `psz_source' undeclared (first use in this function)
access.c:1335: error: `p_input' undeclared (first use in this function)
access.c:1335: error: `p_vcd' undeclared (first use in this function)
access.c:1339: error: `p_playlist' undeclared (first use in this function)
access.c:1339: error: `playlist_operation' undeclared (first use in this function)
access.c:1339: error: `i_pos' undeclared (first use in this function)
access.c: At top level:
access.c:1352: error: syntax error before "thread_vcd_data_t"
access.c: In function `VCDFixupPlayList':
access.c:1359: error: `psz_source' undeclared (first use in this function)
access.c:1366: error: `p_input' undeclared (first use in this function)
access.c:1379: error: `play_single_item' undeclared (first use in this function)
access.c:1384: error: `p_vcd' undeclared (first use in this function)
access.c:1384: error: `itemid' undeclared (first use in this function)
access.c: In function `DebugCallback__0_7_2_cvs':
access.c:1420: error: `p_vcd' undeclared (first use in this function)
access.c:1424: error: syntax error before ')' token
access.c: In function `VCDSPUCallback':
access.c:1450: error: `p_vcd' undeclared (first use in this function)
access.c:1450: error: syntax error before ')' token
access.c: In function `Open__0_7_2_cvs':
access.c:1475: error: `p_vcd' undeclared (first use in this function)
access.c: In function `Close__0_7_2_cvs':
access.c:1630: error: `p_vcd' undeclared (first use in this function)
access.c:1630: error: syntax error before ')' token
make[6]: *** [libvcdx_plugin_a-access.o] Error 1
make[6]: Leaving directory `/home/macleajb/VCD/SoftWare/VLC/vlc-trunk/modules/access/vcdx'
make[5]: *** [all-modules] Error 1

Something new I should be doing on this end? Or am I doing something wrong 
to begin with ;)?

thanks,
JES
-- 
James B. MacLean        macleajb at ednet.ns.ca
Department of Education 
Nova Scotia, Canada
     

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list