Displaying 20 results from an estimated 7000 matches similar to: "configure in git repository"
2004 Aug 06
5
libshout compile problems
Hi,
I've been trying to compile icecast 2. As yet no joy, but came across
http://melmoth.dyndns.org/stream/doc
this is indirectly linked from the icecast site...but i was getting really
desperate when i thought i'd try my french -
please link this useful english docu directly!
But now... now i'm stuck. I'm following instructions in above mentioned
docu to the letter... and
2004 Aug 06
1
Configure can't fine ogg
looks like ogg2.m4 and ogg.m4 both exist in the m4 dir, but the AC macro
defined in both cases is XIPH_PATH_OGG, so my guess is that AC is picking
up ogg2.m4 first and using that incorrectly....
is there a reason the macro name in ogg2.m4 is XIPH_PATH_OGG and not
XIPH_PATH_OGG2 ?
oddsock
At 11:51 AM 5/26/2004, you wrote:
>On Wed, 2004-05-26 at 17:05, Jack Moffitt wrote:
> > > >
2009 May 09
2
Another paper on CELT
Hi,
For those interested in reading more on CELT, here's another paper that
just got accepted. That one focuses on the low-complexity mode and is
based on 0.5.1.
J.-M. Valin, T. B. Terriberry, G. Maxwell, A Full-Bandwidth Audio Codec
with Low Complexity and Very Low Delay, Accepted for EUSIPCO 2009.
http://people.xiph.org/~jm/papers/celt_eusipco2009.pdf
Cheers,
Jean-Marc
2015 Apr 08
10
Build-system cleanups
Hi everyone
Following are a number of build-system cleanup patches. Some of them are
prep-work for a possible upcoming automake/gnulib introduction.
Best regards,
Tiziano
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools
based build system. There is a lot more that could and should be
done, but I tried to stay conservative for now and just resolve
some of the most obvious issues.
Max Horn (5):
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
autogen.sh: replace this by a simple call to autoreconf
configure: always print
2012 Dec 21
2
more compiler safety flags
Anyone see any reason not to add these extra compiler/linker flags if
they're supported?
Index: aclocal.m4
===================================================================
RCS file: /home/dtucker/openssh/cvs/openssh/aclocal.m4,v
retrieving revision 1.8
diff -u -p -r1.8 aclocal.m4
--- aclocal.m4 20 May 2011 01:45:25 -0000 1.8
+++ aclocal.m4 17 Dec 2012 03:56:32 -0000
@@ -21,6 +21,23 @@
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
Hello All:
I just checked out the whole icecast but cannot build anything because
autogen wouldn't cooperate. I have automake-1.7.6 just installed from
ftp.gnu.org. Below is an example output in trying to build "icecast";
it's not very short... Thanks in advance for any help.
---
$~/icecast/icecast> ./autogen.sh
Checking for automake version
found automake
found
2004 Sep 15
1
building from svn
After downloading libogg-1.1.tar.gz, libvorbis-1.0.1.tar.gz, and
libtheora-1.0alpha3.tar.gz; building and installing them in that order, and
trying the alpha3 theora encoder, I decided to try to build theora from svn.
Using svn to checkout theoratrunk worked ok. The first time I tried to
execute ./autogen.sh, it complained that I didn't have automake. Mandrake
10.0 comes with automake
2004 Aug 06
1
Compiling SVN code
Hi:
Figured this would be the more appropriate place to write about this.
I'm trying to compile the current SVN code on a Debian Sarge system with
Automake 1.8.4. When I run ./autogen.sh I get the following:
Checking for automake version
found automake
found aclocal
Generating configuration files for icecast, please wait....
aclocal -I m4
m4/xiph_curl.m4:4: warning: underquoted
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
I did a check-out of vorbis trunk (revision 7445), but I'm getting
problems with the autogen.sh. It complains that the required files
vorbis{,enc,file}-uninstalled.pc.in are not present.
$ ./autogen.sh
checking for autoconf...
checking for automake...
checking for libtool... libtoolize
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
2002 Sep 26
2
Compiling CVS? (automake/autoconf problem with autogen.sh?)
I've eagerly grabbed the current CVS as of a few minutes ago, and attempted to
build and play with theora, but am running into a snag with the autogen.sh
script:
------------------------------------------------------------------------
bash-2.05# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
2004 Sep 23
2
libtool.m4
It seems that autogen.sh failed when I tried to build theora from svn because
it could not find libtool.m4. With Mandrake 10.0, I have libtool.m4 in
/usr/share/aclocal/libtool.m4
Where is it supposed to be?
Regards,
John
2013 Mar 22
1
additional compiler hardening flags
Hi all.
Any reason not to turn these on if the system supports them? They're
cheap but not free (a bit under 1% slower to run the complete regress
suite in a completely unscientific test).
They're based on info from these places:
https://wiki.ubuntu.com/ToolChain/CompilerFlags
http://wiki.debian.org/Hardening
http://www.gentoo.org/proj/en/hardened/gnu-stack.xml
and I've attempted to
2003 Mar 10
3
Configure problems
I'm trying to compile on an Amiga for PPC using GNU but the configure script stops at
this for libvorbis:
<p>aclocal: configure.in: 42: macro `AM_PROG_LIBTOOL' not found in library
make: *** [aclocal.m4] Error 1
<p>and this for libao:
<p>checking size of short... configure: error: can not run test program while cross compiling
How do I fix this?
<p>J.Johansson
2004 Sep 10
1
Re: beta 10 candidate checked in
> > Now I have done some more reading, and I don't think simply
> > putting the call to AM_PATH_XMMS an acinclude.m4 will help him.
>
> No, of course not. You need to put the macro _definition_, i.e. ...
>
> > This macro is defined in /usr/local/share/aclocal/xmms.m4
>
> ... xmms.m4 into acinclude.m4. (Putting it into aclocal.m4 may or
> may
> not
2004 Aug 06
8
Some questions and problems about setting up Icecast2
I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its clients. Am I right?
After downloading both modules, the first problem I've ran into is executing the
2001 Jun 17
1
configure doesn't find perl 5 on suse 7.2
R-devel:
./configure doesn't find perl 5 on a SuSE 7.2 system wit perl 5.6.0
installed:
this is the output of perl -v:
###################################################################
omega:/usr/src/packages/BUILD-omega/R-devel # /usr/bin/perl -v
This is perl, v5.6.0 built for i586-linux
Copyright 1987-2000, Larry Wall
Perl may be copied only under the terms of either the Artistic
2017 Jun 18
3
Unable to use nut-2.7.4 with Eaton 5E1500I USB
On Jun 16, 2017, at 6:12 AM, Manuel Wolfshant <wolfy at nobugconsulting.ro> wrote:
>
> running autogen.sh was triggered automatically. but even if I do it explicitly, I still get:
> + autoreconf -i
> configure.ac:887: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
2017 Jun 15
2
Unable to use nut-2.7.4 with Eaton 5E1500I USB
Hi Manuel,
2017-06-14 15:16 GMT+02:00 Manuel Wolfshant <wolfy at nobugconsulting.ro>:
> Hello
>
>
>
> On 06/14/2017 03:32 PM, Arnaud Quette wrote:
>
>
>
> On Jun 7, 2017, at 5:47 AM, Manuel Wolfshant <wolfy at nobugconsulting.ro>
> wrote:
>
>> >
>>> > If that matters, the OS is a fully updated CentOS 6.9 and this
>>>
2004 Aug 05
7
vorbis-tools build install problem
kjoonlee@blacksun:~/xiph/vorbis-tools$ make install
Making install in po
make[1]: Entering directory `/home/kjoonlee/xiph/vorbis-tools/po'
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *)
echo ".././mkinstalldirs" ;; esac` /home/kjoonlee/share
/bin/sh: .././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127