[vlc-devel] Re: VLC with opie

Jean-Paul Saman jean-paul.saman at planet.nl
Fri Nov 28 13:49:24 CET 2003


류영숙 wrote:

> I had installed VLC with opie on NotePC.
>
> I was cross compiling. Target Platform'CPU is x86 not ARM.
>
> I can't use X11, gtk..now I can use only opie.
>
> Configure parameters are
>
> ../configure \
> --mandir=/share/man \
> --infodir=/share/info \
> --enable-release \
> --prefix=/home/jklee/work/one/familiar/vlc-0.6.2/vlc-opie \
> --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 \
> --disable-oss \
> --disable-alsa \
> --disable-dvd \
> --disable-dvdread \
> --disable-vcd \
> --disable-maxosx \
> --disable-freetype \
> --enable-a52 \
> --enable-faad2 \
> --enable-flac \
> --enable-libmpeg2 \
> --disable-libdvbpsi \
> --disable-mkv \
> --enable-mad \
> --disable-ffmpeg \
> --disable-pda \
> --enable-opie \
> --with-libiconv-prefix=/usr \
> --with-qte=/home/jklee/work/one/familiar/qt-2.3.4 \
> LDFLAGS="-L/home/jklee/work/one/familiar/qt-2.3.4/lib
> -L/home/jklee/work/one/familiar/opie-1.0/lib" \
> CPPFLAGS="-I/home/jklee/work/one/familiar/qt-2.3.4/include
> -I/home/jklee/work/one/familiar/opie-1.0/include"
>
You are now doing native compiling, because there is no --host= or
--build= line.

> Configure was executied like below..
>
> ...........
>
> *checking qt.h usability... no
> * checking qt.h presence... yes
> configure: WARNING: qt.h: present but cannot be compiled
> configure: WARNING: qt.h: check for missing prerequisite headers?
> configure: WARNING: qt.h: proceeding with the preprocessor's result
> configure: WARNING: ## ------------------------------------ ##
> configure: WARNING: ## Report this to bug-autoconf at gnu.org
> <mailto:bug-autoconf at gnu.org>. ##
> configure: WARNING: ## ------------------------------------ ##
> checking for qt.h... yes
> ...
>
Did you build your QT Embeded environment?

> vlc configuration
> --------------------
> vlc version : 0.6.2
> system : linux
> architecture : i686 mmx
> build flavour : optim release
> vlc aliases : -
>
> .........
>
> Although * *qt.h usability is no, I had compiled VLC without error
> messages.
>
> But,I got some errors when working VLC.
>
QT Embedded does not have an interface! In this run VLC defaults to the
rc-plugin. You could also specify -I dummy to have no interface.

> ./vlc
>
> VideoLAN Client 0.6.2 Trevelyan
>
> [00000001] main vlc debug: translation test: code is "C"
> [00000001] main vlc debug: opening config file /root/.vlc/vlcrc
> [00000001] main vlc warning: config file /root/.vlc/vlcrc does not
> exist yet
> [00000000] main root debug: checking builtin modules
> [00000000] main root debug: checking plugin modules
> [00000000] main root debug: recursively browsing `modules'
> [00000000] main root debug: recursively browsing
> `/home/jklee/work/one/familiar/
> vlc-0.6.2/vlc-opie/lib/vlc'
> [00000000] main root debug: recursively browsing `plugins'
> [00000001] main vlc debug: module bank initialized, found 119 modules
> [00000001] main vlc debug: opening config file /root/.vlc/vlcrc
> [00000001] main vlc warning: config file /root/.vlc/vlcrc does not
> exist yet
> [00000001] main vlc debug: CPU has capabilities 486 586 MMX FPU
> [00000001] main vlc debug: looking for memcpy module
> [00000001] main vlc debug: probing 2 candidates
> [00000005] main module debug: using memcpy module "memcpymmx"
> [00000130] main playlist debug: waiting for thread completion
> [00000130] main playlist debug: thread 16386 (playlist) created at
> priority 0 (s
> rc/playlist/playlist.c:80)
> [00000131] main interface debug: looking for interface module
> [00000131] main interface debug: probing 1 candidate
> remote control interface initialized, `h' for help
> [00000019] main module debug: using interface module "rc"
> [00000131] main interface debug: interface initialized
> [00000131] main interface debug: thread 32771 (manager) created at
> priority 0 (s
> rc/interface/interface.c:118)
>
> I can't play mpeg2-ps video and audio.
>
There is no interface for Opie or QT/Embedded so the video must be
specified on the commandline.

> ----------------------------------------
>
> config.log
>
> ----------------------------------------
>
> .........
>
> configure:23476: checking qt.h usability
> configure:23489: gcc -c -Wsign-compare -Wall -finline-limit-30000
> -pipe -I/home/jklee/work/one/familiar/qt-2.3.4/include
> -I/home/jklee/work/one/familiar/opie-1.0/include -DSYS_LINUX
> conftest.c >&5
> In file included from
> /home/jklee/work/one/familiar/qt-2.3.4/include/qt.h:20,
> from configure:23667:
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:383: warning:
> redefinition of `ushort'
> /usr/include/sys/types.h:152: warning: `ushort' previously declared here
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:384: warning:
> redefinition of `uint'
> /usr/include/sys/types.h:153: warning: `uint' previously declared here
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:385: warning:
> redefinition of `ulong'
> /usr/include/sys/types.h:151: warning: `ulong' previously declared here
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:396: parse
> error before "FALSE"
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:396: warning:
> type defaults to `int' in declaration of `FALSE'
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:396: warning:
> data definition has no type or storage class
> /home/jklee/work/one/familiar/qt-2.3.4/include/qglobal.h:397: parse
> error before "TRUE"
>

Grtz,
Jean-Paul Saman
VLC iPaq maintainer.


-- 
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