[vlc] Re: Failed with exit status:1 while compiling VLC code
Mark Moriarty
mfmbusiness at earthlink.net
Mon Mar 7 12:55:36 CET 2005
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
More information about the vlc
mailing list