[vlc] Re: Failed with exit status:1 while compiling VLC code

Mark Moriarty mfmbusiness at earthlink.net
Tue Mar 8 04:15:03 CET 2005


 Try:
ftp://markfm.dynalias.org  port 21
Username and password are both vlctest
I put a copy of my automake Cygwin source directory at that location.
Copy it to a temp directory.  Either unzip the underlying -devel bz2 file,
else run your Cygwin Setup app, tell it to install from local hard disk,
point it at that directory.

-----Original Message-----
From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On Behalf Of
boku
Sent: Monday, March 07, 2005 10:07 PM
To: vlc at videolan.org
Subject: [vlc] Re: Failed with exit status:1 while compiling VLC code

Thanks... i did add the line to my script as follows-- ./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
    --build=i686-pc-cygwin \
    --disable-sdl --disable-gtk \
    --enable-nls \
    --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
    --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \
    --with-wx-config-path=/usr/win32/bin \
    --with-freetype-config-path=/usr/win32/bin \
    --with-fribidi-config-path=/usr/win32/bin \
    --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
    --enable-caca --with-caca-config-path=/usr/win32/bin \
    --with-xml2-config-path=/usr/win32/bin \
    --with-dvdnav-config-path=/usr/win32/bin \
    --disable-cddax --disable-vcdx --enable-goom \
    --enable-toolame --enable-dvdread \
    --enable-debug \
    --enable-optimizations \
    --enable-release 


 but it still failed with the following message-- .............
Copying file autotools/mkinstalldirs
+ aclocal-1.9 -I m4
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:848: AC_CONFIG_FILES is expanded from...
configure.ac:4372: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.9: autom4te failed with exit status: 1
----------------------------------

Also i use http://mirrors.kernel.org but it also have only 1.9.2-1 and
1.9.1-1.  Still no 1.8.5.  Any other sites? ^^

Thank you!~ 

On Mon, 7 Mar 2005 21:14:05 -0500, Mark Moriarty <mfmbusiness at earthlink.net>
wrote:
> First choice, simplest, is to add
> --build=i686-pc-cygwin \
> Into your configure script.
> 
> Otherwise, I use http://mirrors.kernel.org
> 
> -----Original Message-----
> From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On 
> Behalf Of boku
> Sent: Monday, March 07, 2005 9:10 PM
> To: vlc at videolan.org
> Subject: [vlc] Re: Failed with exit status:1 while compiling VLC code
> 
> My current automake-devel is 1.9.2-1 and i only can select switch back 
> to 1.9.1-1. There's no 1.8.5. Should I change another ftp site? Thank 
> you!~
> 
> On Mon, 7 Mar 2005 21:03:29 -0500, Mark Moriarty 
> <mfmbusiness at earthlink.net>
> wrote:
> > You might try with:
> > the automake bug work-around is to use --build=i686-pc-cygwin in 
> > configure
> >
> > Oherwise, it's the automake-devel that you need to revert.  You 
> > click on the little symbol that has "skip" or "keep" displayed, and 
> > it should give you a choice to drop to 1.8.5
> >
> >
> > -----Original Message-----
> > From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On 
> > Behalf Of boku
> > Sent: Monday, March 07, 2005 8:49 PM
> > To: vlc at videolan.org
> > Subject: [vlc] Re: Failed with exit status:1 while compiling VLC 
> > code
> >
> > Thank you, Mark~
> > I've modified those *.m4 files. However, I couldn't find the aclocal 
> > config in the cygwin setup options by Full View. Does it have 
> > another name
> for it?
> > I use the ftp://ftp.nctu.edu.tw as my install source.
> >
> > On Mon, 7 Mar 2005 06:55:36 -0500, Mark Moriarty 
> > <mfmbusiness at earthlink.net> wrote:
> > > The underquoted definitiom warnings can be fixed by adding square 
> > > brackets ([ and ]) to the function definitions at the top of the
> > > respective.m4
> > files.
> > > It's documented in the Cygwin mailing lists, I believe.
> > >
> > > /usr/share/aclocal/pkg.m4:5:
> > > Line 5, change to:     AC_DEFUN([PKG_CHECK_MODULES], [
> > > /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition 
> > > of
> > > AC_CHECK_FT2
> > > Line 7, change to:   AC_DEFUN([AC_CHECK_FT2],
> > > /usr/share/aclocal/cppunit.m4:4: warning: underquoted definition 
> > > of AM_PATH_CPPUNIT Line 4, chane to: AC_DEFUN([AM_PATH_CPPUNIT],
> > > /usr/share/aclocal/check.m4:5: warning: underquoted definition of 
> > > AM_PATH_CHECK ' is Line 5, change to:  AC_DEFUN([AM_PATH_CHECK],
> > >
> > > Concerning the error/fail, I'm pretty sure that there's a switch 
> > > to add
> > when
> > > using aclocal 1.9.  I stayed with aclocal because of it.  You 
> > > should still be able to get aclocal 1.8 from the Cygwin 
> > > repositories.  Next to the package name, in Cygwin's Setup, 
> > > there's a little toggle symbol that lets you revert to an earlier
version.
> > >
> > > Concerning obtaining more current snapshots, try:
> > > http://vthr.videolan.org/
> > > For now.
> > >
> > >
> > > -----Original Message-----
> > > From: vlc-bounce at videolan.org [mailto:vlc-bounce at videolan.org] On 
> > > Behalf
> > Of
> > > boku
> > > Sent: Monday, March 07, 2005 12:36 AM
> > > To: vlc at videolan.org
> > > Subject: [vlc] Failed with exit status:1 while compiling VLC code
> > >
> > > Dear all,
> > >    I just downloaded the vlc-snapshot-20050217/ to compile the code.
> > > Followed by the doc--document--CygwinCompileEnvironmentRevB.pdf. I 
> > > created
> > a
> > > config_setup as follows but failed in aclocal-1.9 -I m4.  Is there
> > anything
> > > wrong or I lost some required functions while setup cygwin?  Thank 
> > > you!~ .......
> > >
> > > --
> > > This is the vlc mailing-list, see http://www.videolan.org/vlc/ To 
> > > unsubscribe, please read 
> > > http://www.videolan.org/support/lists.html
> > >
> > >
> >
> > --
> > This is the vlc mailing-list, see http://www.videolan.org/vlc/ To 
> > unsubscribe, please read http://www.videolan.org/support/lists.html
> >
> > --
> > This is the vlc mailing-list, see http://www.videolan.org/vlc/ To 
> > unsubscribe, please read http://www.videolan.org/support/lists.html
> >
> >
> 
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/ To 
> unsubscribe, please read http://www.videolan.org/support/lists.html
> 
> --
> This is the vlc mailing-list, see http://www.videolan.org/vlc/ To 
> unsubscribe, please read http://www.videolan.org/support/lists.html
> 
>

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

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



More information about the vlc mailing list