[vlc-devel] Vlc wxwidgets with opie
Yiannis yiakoumis
gyiakoumis at hotmail.com
Thu May 4 11:11:10 CEST 2006
Hi everybody.
I try to cross compile vlc 0.8.4a for use with opie (hx4700 iPaq, familiar
0.8.2).
The configuration i use is
# Compilation options
export CONFIG_FLAGS="--enable-release
--prefix=/usr/local/arm/3.4.1/arm-linux \
--disable-plugins \
--disable-gtk \
--disable-gtk2 \
--disable-gnome \
--disable-gnome2 \
--disable-qt \
--disable-kde \
--disable-xosd \
--disable-ogg \
--disable-tarkin \
--disable-tremor \
--disable-theorea \
--enable-qte \
--disable-x11 \
--disable-xvideo \
--enable-dummy \
--enable-v4l \
--enable-sout \
--enable-fb \
--disable-sdl \
--enable-oss \
--disable-alsa \
--disable-dvd \
--disable-dvdread \
--disable-vcd \
--disable-maxosx \
--disable-freetype \
--disable-a52 \
--enable-faad2 \
--enable-flac \
--enable-libmpeg2 \
--enable-libdvbpsi \
--disable-mkv \
--disable-mad \
--enable-ffmpeg \
--disable-pda \
--with-tuning=strongarm1100 \
--with-libiconv-prefix=${HOME}/arm-linux/usr \
--with-libmpeg2-tree=${HOME}/arm-linux/vlc-${VERSION}/mpeg2dec-0.4.0 \
--with-qte=${QTDIR} \
--with-ffmpeg-tree=${HOME}/arm-linux/vlc-${VERSION}/ffmpeg-20050624"
build: build-stamp
config:
./configure --mandir=$${prefix}/share/man \
--infodir=$${prefix}/share/info \
--host=arm-linux \
--target=arm-linux \
$(shell echo $(CONFIG_FLAGS)) \
LDFLAGS="-L${HOME}/arm-linux/lib \
-L${QTDIR}/lib \
-L${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b" \
CPPFLAGS="-I${QTDIR}/include \
-I${HOME}/arm-linux/vlc-${VERSION}/libid3tag-0.15.0b \
-I${HOME}/arm-linux/vlc-${VERSION}/jpeg-6b"
When compilation comes in to wxwidget gui module i get this error
wizard.cpp: In member function `void
wxvlc::WizardDialog::SetTranscodeOut(const char*)':
wizard.cpp:1527: error: `FromLocale' undeclared (first use this function)
wizard.cpp:1527: error: (Each undeclared identifier is reported only once
for each function it appears in.)
wizard.cpp:1529: error: `LocaleFree' undeclared (first use this function)
make[6]: *** [libwxwidgets_a-wizard.o] Error 1
Do i have to use wxwidgets for opie or should i disable it from the
configuration? I tried to disable it but i got another error then.
Thanks in advance for any help,
Yiannis
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list