[vlc-devel] Re: pda
Jean-Paul Saman
jean-paul.saman at planet.nl
Fri Feb 4 21:26:15 CET 2005
Bompart Cedric wrote:
>I'm just wondering if the --enable-pda is still supported in VLC 0.8.1? I'm trying to build VLC for GPE.
>
>
It is still supported but I have not tried to compile it myself. In fact
it has been a long time since the pda interface was updated with the
changes in VLC since 0.8.0
>| make[6]: Entering directory `/home/cedric/oe/build/tmp/work/vlc-gpe-0.8.1-r1/v
>lc-0.8.1/modules/gui/pda'
>| if arm-linux-gcc -march=armv4 -mtune=xscale -DHAVE_CONFIG_H -I. -I/home/cedric
>/oe/build/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.1/modules/gui/pda -I../../.. -I/ho
>me/cedric/oe/build/tmp/staging/arm-linux/include -DSYS_LINUX -I/home/cedric/oe/b
>uild/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.1/include `top_builddir="../../.." ../../
>../vlc-config --cflags builtin pda` -Wsign-compare -Wall -I/home/cedric/oe/build
>/tmp/staging/arm-linux/include -fexpensive-optimizations -fomit-frame-pointer -f
>rename-registers -O2 -pipe -MT libpda_a-pda.o -MD -MP -MF ".deps/libpda_a-pda.Tp
>o" -c -o libpda_a-pda.o `test -f 'pda.c' || echo '/home/cedric/oe/build/tmp/work
>/vlc-gpe-0.8.1-r1/vlc-0.8.1/modules/gui/pda/'`pda.c; \
>| then mv -f ".deps/libpda_a-pda.Tpo" ".deps/libpda_a-pda.Po"; else rm -f ".deps
>/libpda_a-pda.Tpo"; exit 1; fi
>| In file included from pda_support.h:6,
>| from pda.c:40:
>| ../../../config.h:742:1: warning: "PACKAGE_NAME" redefined
>
>
This looks like an autoconf bug. PACKAGE_NAME should not have been
redefined.
>| In file included from /home/cedric/oe/build/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.
>1/include/vlc/vlc.h:128,
>| from pda.c:33:
>| /home/cedric/oe/build/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.1/include/vlc_common.h
>:43:1: warning: this is the location of the previous definition
>| In file included from pda_support.h:6,
>| from pda.c:40:
>| ../../../config.h:751:1: warning: "PACKAGE_VERSION" redefined
>
>
Hmm, maybe a conflict with Open Embedded? Redifining autoconf generated
defines?
>| In file included from /home/cedric/oe/build/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.
>1/include/vlc/vlc.h:128,
>| from pda.c:33:
>| /home/cedric/oe/build/tmp/work/vlc-gpe-0.8.1-r1/vlc-0.8.1/include/vlc_common.h
>:47:1: warning: this is the location of the previous definition
>| pda.c: In function `Manage':
>
>
>| pda.c:420: error: structure has no member named `stream'
>| pda.c:424: error: structure has no member named `stream'
>| pda.c:452: error: structure has no member named `stream'
>| pda.c:463: error: structure has no member named `stream'
>| pda.c:463: error: structure has no member named `stream'
>| pda.c:474: error: structure has no member named `stream'
>| pda.c:476: error: structure has no member named `stream'
>| pda.c:486: error: structure has no member named `stream'
>| pda.c:497: error: structure has no member named `stream'
>| pda.c:497: error: structure has no member named `stream'
>| pda.c:508: error: structure has no member named `stream'
>| pda.c:510: error: structure has no member named `stream'
>| pda.c:519: error: structure has no member named `stream'
>| pda.c: In function `GtkModeManage__pda':
>| pda.c:597: error: structure has no member named `stream'
>| pda.c:608: error: structure has no member named `stream'
>| pda.c:610: error: structure has no member named `stream'
>
Ok, the internal p_input and p_interface definitions changed
dramatically. I attached a quick patch that might work, although it is
not tested (not even the minimum compile). Maybe you can cook up a patch
and then I will intergrate it in the archive.
Greetings,
Jean-Paul Saman.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pda.c.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20050204/5fc2d4eb/attachment.ksh>
More information about the vlc-devel
mailing list