Displaying 20 results from an estimated 3000 matches similar to: "Compiling problem on Debian Jessie with dovecot-2-2-32.rc1"
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
Are there any dependencies that I need, but don't have? I've got doxygen,
libogg, automake, autoconf, libtool, valgrind, docbook, nasm, yasm,
libiconv.
the Autogen.sh script fails with:
"Updating build configuration files for FLAC, please wait....
configure.ac:308: warning: macro 'AM_ICONV' not found in library
configure.ac:309: warning: macro 'AM_LANGINFO_CODESET'
2006 Jul 13
0
Compiling the latest SVN checkout
How about installing the libtool development stuff? Otherwise, it may
have something to do with automake 1.9 (I'm using 1.8).
Jan-Marc
Le jeudi 13 juillet 2006 ? 15:26 +0200, Bj?rn Thalheim a ?crit :
> Hello,
>
> I just checked out the latest version of speex and I want to compile it.
> The INSTALL file says that's easy:
>
>
2019 Dec 04
2
some error about dovecot when compile
when i build dovecot in my computer, something has occured like below:
root at 2030c8624e88:/dovecot-2.3.9# ./autogen.sh
--2019-12-04 10:49:53-- https://www.dovecot.org/tmp/wiki2-export.tar.gz
Resolving www.dovecot.org (www.dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9
Connecting to www.dovecot.org (www.dovecot.org)|94.237.12.234|:443... connected.
HTTP request sent,
2006 Jul 17
2
patch for compilation under MACOSX
I just compiled speex under my new intel iMac with MacOSX
and get a compilation issue with the malloc.h header not
being found.
Here is a patch that avoid inclusion of malloc.h
under MACOSX. (I'm using osx version 10.4 - Tiger)
--- libspeex/kiss_fft.h 26 Jun 2006 02:22:34 -0000 1.1.1.1
+++ libspeex/kiss_fft.h 17 Jul 2006 15:15:53 -0000
@@ -5,7 +5,9 @@
#include <stdio.h>
2006 Jul 13
4
Compiling the latest SVN checkout
Hello,
I just checked out the latest version of speex and I want to compile it.
The INSTALL file says that's easy:
bjoern@deimos:~/studium/beleg/resources/svn/speex$ cat INSTALL
Installing Speex is as easy as:
% ./configure [--prefix=<install-path>]
% make
% make install
Note that if you are using the code from SVN, you will need to run
"autogen.sh" instead of
2004 Sep 10
1
building CVS flac
Josh, I'm trying to build CVS flac-1.1.1 in order to make sure flac123 will
work with it. I'm having a hard time getting autogen.sh's aclocal to work
with configure.in. I'm using autoconf-2.59 (from source) on Redhat 9.0. I
have found automake-1.7.8 and automake-1.8.5 yield similar results:
$ ./autogen.sh
aclocal: configure.in: 142: macro `AM_PROG_LIBTOOL' not found in
2004 Sep 10
1
building CVS flac
Jake wrote:
>$ ./autogen.sh
>aclocal: configure.in: 142: macro `AM_PROG_LIBTOOL' not found in library
>aclocal: configure.in: 255: macro `AM_ICONV' not found in library
>aclocal: configure.in: 256: macro `AM_LANGINFO_CODESET' not found in
>library
I can compile now that I've installed libtool-1.5.6 and gettext-0.14.1. :-)
I did need to tweak autogen.sh to use
2012 Jun 15
0
Opus and WebM support have landed
On 14/06/2012 11:35, R?cker Thomas wrote:
> Hi,
>
> quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus
> and WebM support on Icecast trunk.
> Big thanks for all the work that has gone into this!
>
> Please use trunk for your testing and development in this area from now.
> If you run into problems please send
2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
Hi,
Before trying to script res-memcached installation (see
res_memcached<https://github.com/drivefast/asterisk-res_memcached>),
I banged into this on a fresh 11.3.0 setup:
1. When run for the first time bootstrap.sh displays a non-blocking error.
# sh -x bootstrap.sh
+ uname -sr
+ MY_AC_VER=
+ MY_AM_VER=
+ AUTOCONF_VERSION=2.60
+ AUTOMAKE_VERSION=1.9
+ export AUTOCONF_VERSION
+ export
2002 Oct 30
0
HELP: configure fails for latest cvs samba 3.x
Please help me get samba compiled. I used cvs to download lastest samba-3.x
and configure is failing.
I have: solaris 7 (32-bit mode kernel), binutils-2.11.2, automake-1.7.1,
autoconf-2.54, and libtool-1.4.
I used the below script:
#!/bin/ksh
cd /usr/local/samba/source
/usr/local/bin/gmake realclean
/usr/bin/rm config.cache ltmain.sh configure
aclocal
libtoolize --force
2004 Aug 06
1
ice2 autogen.sh problems
i have been playing around trying to get ice2 to work now for quite some
time and frankly i am a bit frustrated by now... the anoying thing is how
early in the whole proccess my problems actually start!
running ./autogen.sh in the newest cvs version of ice2 results in
<p>idoru:/usr/src/ices# ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it,
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2
system. Preferably pack them into nice RPM packages. However, seems
I'm missing something. For example, this is what I get for sqlite module:
$ pear makerpm SQLite-1.0.3.tgz
`phpize' failed
The php-devel package is installed (so I do have phpize command). It's
just that it is failing. If I unpack the
2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also had
the same problem on 5.4)
When I run autogen.sh I get the following output:
aclocal:configure.in:13 <http://configure.in:13>: warning: macro
`AM_PROG_LIBTOOL' not found in library
You should update your `aclocal.m4' by running aclocal.
configure.in <http://configure.in>: installing
2008 Aug 31
1
ezstream build failure and AC_LIB_PREPARE_PREFIX
Hello there,
First of all, is this the right place to ask about ezstream? I couldn't find
a better one.
I wanted to tinker a bit with ezstream, so I checked the Subversion head out
(by the way, the ezstream page on icecast.org does not list the Subversion
URI, so I figured http://svn.xiph.org/trunk/ezstream/ will do). However, I
couldn't compile it, because autogen.sh said this:
2005 Dec 14
1
problems compiling libshout-kh
hello,
I just downloaded libshout from http://svn.xiph.org/icecast/branches/kh/ices
and tried to follow the instructions for compiling it. When I
run ./autogen.sh, I get the following:
monkey:/usr/local/src/libshout-kh# ./autogen.sh
Checking for automake version
found automake-1.6
found aclocal-1.6
Generating configuration files for libshout, please wait....
aclocal-1.6 -I m4
aclocal:
2005 Dec 06
1
Dovecot w/ MySQL support and CentOS
I am converting a Debian box running Postfix, Courier and MySQL to a
CentOS box running Postfix, Dovecot and MySQL. I have the Postfix with
MySQL support taken care of with the RPM from the centosplus repo. It
appears that the stock RPM for Dovecot comes with Postgres, but not
MySQL support.
It looks like I need to download the source RPM and then rebuild it with
MySQL support. Could
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
The autoreconf tool is provided by autoconf to do what custom
autogen.sh scripts in many projects used to do. Only it is more
robust and widely tested. It has been available for several years,
too. No reason to rely on custom code for this.
Signed-off-by: Max Horn <max at quendi.de>
---
Makefile.am | 2 -
autogen.sh | 168
2006 Apr 19
0
[LLVMdev] creating a project from sample project
Hi Ryan,
The output from autoconf doesn't look familiar (but then, does it
ever?).
Note that it thinks that AC_CONFIG_MAKEFILE isn't defined which is
likely if you didn't get the LLVM_SRC_ROOT correct. Here's the only
things I can think of:
1. You also need to cvs update llvm/autoconf/m4 to get the new
definition of LLVM_CONFIG_PROJECT.
2. You typed in the LLVM source root
2006 Apr 19
2
[LLVMdev] creating a project from sample project
Reid,
Thanks for the help. I am trying out the fixes you checked into CVS. I
seem to be getting some errors running AutoRegen.sh. I am a bit
inexperienced with autoconf and m4. The errors I'm getting are below.
Do you know what the problem is? I am using machines running FC3. The
autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
version is 1.4.1.
2006 Apr 20
1
[LLVMdev] creating a project from sample project
Reid,
Thank you for all your help. I think that I have AutoRegen.sh working
now. (I still get the warning about GOB2_HOOK, but I'm assuming that's
not a problem.)
I'll explain the scenario that led to the problem. I copied the sample
project to ~/work/myproject/src/sample. Then I renamed it to
~/work/myproject/src/llvm, indicating that this was the llvm part of my
project.