[vlc-devel] Re: WinCE - Trying to compile Revision 11116
James MacLean
macleajb at ednet.ns.ca
Tue May 24 00:02:08 CEST 2005
Rémi Denis-Courmont wrote:
>Le Lundi 23 Mai 2005 16:33, James MacLean a écrit :
>
>
>>In file included from ipv4.c:71:
>>../../../include/network.h:370: error: redefinition of 'struct
>>addrinfo'
>>
>>
>
>
>This one sounds strange. Where is the previous definition of addrinfo ?
>in <winsock.h> ?!
>
>
>
>
At least in /usr/local/wince/cross-tools/include/ws2tcpip.h. Not sure
where all you would like for me to look :). If I enable it in config.h
#define HAVE_STRUCT_ADDRINFO 1
I then get as far as :
make[4]: Entering directory
`/mnt/raid/usr/local/src/VCD/SoftWare/VLC/vlc-trunk-axim/modules/services_discovery'
if arm-wince-pe-gcc -mcpu=xscale -DHAVE_CONFIG_H -I. -I. -I../..
-D_OFF_T_ -D_off_t=long -DSYS_MINGWCE -I../../include
`top_builddir="../.." ../../vlc-config --cflags builtin hal`
-Wsign-compare -Wall -I/usr/local/wince/contrib-xscale/include -pipe
-MT libhal_a-hal.o -MD -MP -MF ".deps/libhal_a-hal.Tpo" -c -o
libhal_a-hal.o `test -f 'hal.c' || echo './'`hal.c; \
then mv -f ".deps/libhal_a-hal.Tpo" ".deps/libhal_a-hal.Po"; else rm -f
".deps/libhal_a-hal.Tpo"; exit 1; fi
In file included from ../../include/vlc_common.h:446,
from ../../include/vlc/vlc.h:149,
from hal.c:29:
../../include/vlc_threads.h:148: warning: '__stdcall__' attribute
directive ignored
../../include/vlc_threads.h:149: warning: '__stdcall__' attribute
directive ignored
hal.c:45:24: error: hal/libhal.h: No such file or directory
hal.c:79: error: expected specifier-qualifier-list before 'LibHalContext'
hal.c: In function 'Open':
hal.c:109: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:109: warning: implicit declaration of function 'hal_initialize'
hal.c:126: error: 'struct services_discovery_sys_t' has no member named
'p_node'
hal.c:129: error: 'struct services_discovery_sys_t' has no member named
'p_node'
hal.c: In function 'Close':
hal.c:149: error: 'struct services_discovery_sys_t' has no member named
'p_node'
hal.c: In function 'AddDvd':
hal.c:163: warning: implicit declaration of function
'hal_device_get_property_string'
hal.c:163: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:164: warning: assignment makes pointer from integer without a cast
hal.c:165: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:166: warning: assignment makes pointer from integer without a cast
hal.c:172: warning: implicit declaration of function 'hal_free_string'
hal.c:186: error: 'struct services_discovery_sys_t' has no member named
'p_node'
hal.c: In function 'AddCdda':
hal.c:200: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:201: warning: assignment makes pointer from integer without a cast
hal.c:221: error: 'struct services_discovery_sys_t' has no member named
'p_node'
hal.c: In function 'ParseDevice':
hal.c:232: warning: implicit declaration of function
'hal_device_property_exists'
hal.c:232: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:235: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:237: warning: assignment makes pointer from integer without a cast
hal.c:244: warning: implicit declaration of function
'hal_device_get_property_bool'
hal.c:244: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c: In function 'Run':
hal.c:263: warning: implicit declaration of function 'hal_get_all_devices'
hal.c:263: error: 'struct services_discovery_sys_t' has no member named
'p_ctx'
hal.c:263: warning: assignment makes pointer from integer without a cast
make[4]: *** [libhal_a-hal.o] Error 1
make[4]: Leaving directory
`/mnt/raid/usr/local/src/VCD/SoftWare/VLC/vlc-trunk-axim/modules/services_discovery'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory
`/mnt/raid/usr/local/src/VCD/SoftWare/VLC/vlc-trunk-axim/modules/services_discovery'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/mnt/raid/usr/local/src/VCD/SoftWare/VLC/vlc-trunk-axim/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/raid/usr/local/src/VCD/SoftWare/VLC/vlc-trunk-axim'
make: *** [all] Error 2
I think I will retry again from bootstrap :),
JES
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3684 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20050523/3c744f2a/attachment.bin>
More information about the vlc-devel
mailing list