[vlc] Re: VLC ./configure problem

#PHANG CHEE WOH,DERRICK# PHAN0004 at ntu.edu.sg
Tue Feb 28 14:00:18 CET 2006


Hi,

I have read through some of the archive forums and I noted that some of them said that in order to compile VideoLan for WindowsCE, it must be done inj the linux box.

Is this true? I hope the staff from VideoLan can clarify this again.

Thanks again.
Derrick


-----Original Message-----
From: vlc-bounce at videolan.org on behalf of #PHANG CHEE WOH,DERRICK#
Sent: Tue 2/28/2006 8:52 AM
To: vlc at videolan.org
Subject: RE: [vlc] VLC ./configure problem
 
Hi there,

I am also new to VLC and I just want to ask some questions from you since I intend to develop the VLC program on the same platform.

Do you require the EVC from Microsft in order to compile the VLC source code to run on the Windwos CE?

Derrick


-----Original Message-----
From: vlc-bounce at videolan.org on behalf of Basavaraj Hiremath
Sent: Mon 2/27/2006 1:50 AM
To: vlc at videolan.org
Subject: [vlc] VLC ./configure problem
 
Hi,
While doing ./configure for the WinCE(ARM cross
compilation) Environmnet, I get following error
attached with this mail.

Could anybody help me?


PS: in the same environment, I am able to
configure/compile for Win32.

Thanks in advance,
Raj

my ./set_env_wince file conatins this

./bootstrap &&
PATH=/usr/local/wince/cross-tools/bin:$PATH \
CFLAGS="-D__stdcall= -D_OFF_T_
-I/usr/local/wince/cross-tools/include" \
CFLAGS="$CFLAGS
-I/usr/local/wince/contrib-xscale/include" \
LDFLAGS="-L/usr/local/wince/cross-tools/lib" \
LDFLAGS="$LDFLAGS
-L/usr/local/wince/contrib-xscale/lib" \
CC="arm-wince-pe-gcc -mcpu=xscale" \
   ./configure --host=arm-wince-pe
--target=arm-wince-pe \
    --build=i686-linux --prefix=/usr/local/wince \
    --disable-sdl --disable-gtk --disable-dvdnav
--disable-dvdread \
    --disable-nls --disable-sout --disable-vlm
--disable-wxwindows \
    --disable-a52 --disable-libmpeg2
--disable-freetype --disable-fribidi \
    --disable-mad --disable-plugins
--enable-optimize-memory \
   
--with-freetype-config-path=/usr/local/wince/contrib-xscale/bin
\
   
--with-fribidi-config-path=/usr/local/wince/contrib-xscale/bin
\
    --enable-tremor --enable-faad


$ ./set_env_wince
./set_env_wince
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4'
+ test -d extras/contrib/bin
+ amvers=none
+ automake-1.9 --version
+ amvers=-1.9
+ test -1.9 = none
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.14.5 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=yes
+ aclocal=aclocal-1.9
+ automake=automake-1.9
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
.................................................................
done.
+ rm -f aclocal.m4 configure config.log config.h
config.h.in
+ rm -Rf autom4te.cache
+ rm -f config.guess config.sub missing mkinstalldirs
compile depcomp install-sh

+ rm -Rf autotools
+ mkdir autotools
+ rm -f ltmain.sh libtool ltconfig
+ rm -f ABOUT-NLS
+ rm -Rf intl
+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in
Modules.am
+ rm -f stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ autopoint -f
Copying file ABOUT-NLS
Copying file autotools/config.rpath
Creating directory intl
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file autotools/mkinstalldirs
+ aclocal-1.9 -I m4
/usr/share/aclocal/libsmi.m4:8: warning: underquoted
definition of AM_PATH_LIBSM
I
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/cppunit.m4:4: warning: underquoted
definition of AM_PATH_CPPU
NIT
+ autoconf
+ autoheader
+ automake-1.9 --add-missing --copy
configure.ac: installing `autotools/install-sh'
configure.ac: installing `autotools/missing'
activex/Makefile.am: installing `autotools/compile'
activex/Makefile.am: installing `autotools/depcomp'
configure.ac:16: installing `autotools/config.guess'
configure.ac:16: installing `autotools/config.sub'
+ rm -f vlc-config.in vlc-config
+ rm -f src/misc/modules_builtin.h
+ rm -f mozilla/vlcintf.h
+ set +x
checking build system type... i686-pc-linux-gnu
checking host system type... arm-wince-pe
checking target system type... arm-wince-pe
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-pe-strip... arm-wince-pe-strip
checking whether to enable maintainer-specific
portions of Makefiles... no
checking for arm-wince-pe-gcc... arm-wince-pe-gcc
-mcpu=xscale
checking for C compiler default output file name...
configure: error: C compiler
 cannot create executables
See `config.log' for more details.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 5438 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20060228/516fe9c2/attachment.bin>


More information about the vlc mailing list