Displaying 20 results from an estimated 25 matches for "am_iconv".
2019 Dec 04
2
some error about dovecot when compile
...h: 446263 (436K) [application/x-gzip]
Saving to: 'wiki2-export.tar.gz'
wiki2-export.tar.gz 100%[===============================>] 435.80K 152KB/s in 2.9s
2019-12-04 10:49:59 (152 KB/s) - 'wiki2-export.tar.gz' saved [446263/446263]
configure.ac:298: warning: macro 'AM_ICONV' not found in library
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtooli...
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
...re 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' not found in library
glibtoolize: putting auxiliary files in `.'.
glibtoolize: linking file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: linking file `m4/libt...
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
2006 Dec 06
2
rc15 'configure' fails at "unexpected token `SSL,'"
...-mode
--disable-ipv6 --with-mysql --with-sql-drivers=mysql --with-deliver
--with-pop3d --with-storages=maildir,mbox --disable-debug
it fails at,
...
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
./configure: line 20184: AM_ICONV: command not found
checking for strings.h... (cached) yes
checking for stdint.h... (cached) yes
...
checking whether va_lists can be copied by value... yes
./configure: line 26434: syntax error near unexpected token `SSL,'
./configure: line 26434: ` PKG_CHECK_MODULES(SSL, openssl)'...
2004 Dec 31
2
0.99.1[12] IMAP problems with Apple Mail.app?
...Using Mail.app with the Novell myrealbox.com IMAP I haven't seen
problem, even with a test problematic message I redirected there,
although admittedly I'm changing the headers by doing the redirection.
I haven't gotten 0.99.13rc3 to get past the autotools stage of
complaining about AM_ICONV (and a number of AC_ warnings), so I've yet
to try it.
2017 Aug 16
0
Compiling problem on Debian Jessie with dovecot-2-2-32.rc1
...nses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey at redhat.com>
and Alexandre Duret-Lutz <adl at gnu.org>.
# aclocal
configure.ac:319: warning: macro 'AM_ICONV' not found in library
# autoconf
configure.ac:319: error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
# autoreconf -i -f
aclocal: error: couldn't open directory 'm4': No such f...
2004 Sep 10
1
building CVS flac
...#39;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 library
aclocal: configure.in: 255: macro `AM_ICONV' not found in library
aclocal: configure.in: 256: macro `AM_LANGINFO_CODESET' not found in library
These 3 macros look the same in 1.1.0 versus 1.1.1 configure.in. I can
still build flac-1.1.0 with either automake. What am I doing wrong?
________________________________________________...
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi,
This patchet allows a few targets to be disabled when unrequired.
The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets.
It would be easier and cleaner to use autoconf to do so IMHO.
There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC.
We have a couple
2009 Jan 21
1
dovecot 1.1.8 compile error
I'm trying to compile 1.1.8 with dovecot-1-1-989789b2afd8 patches
applied on Solaris 10 sparc using gcc 2.95.3 and also tried version
3.4.3. This is error I'm getting:
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth
-DPKG_RUNDIR=\""/userM/mail-services/dovecot/var/run/dovecot"\"
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
...test "x$have_ogg" = xyes ; then
AC_DEFINE_UNQUOTED([FLAC__HAS_OGG],1,[define if you have the ogg library])
+ OGG_PACKAGE="ogg"
else
AC_DEFINE_UNQUOTED([FLAC__HAS_OGG],0)
fi
+AC_SUBST(OGG_PACKAGE)
dnl check for i18n(internationalization); these are from libiconv/gettext
AM_ICONV
diff --git a/src/libFLAC++/flac++.pc.in b/src/libFLAC++/flac++.pc.in
index 8f55499..242998d 100644
--- a/src/libFLAC++/flac++.pc.in
+++ b/src/libFLAC++/flac++.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: FLAC++
Description: Free Lossless Audio Codec Library (C++ API)
Version: @VERSION@
-R...
2008 Aug 31
1
ezstream build failure and AC_LIB_PREPARE_PREFIX
...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:
configure.in:132: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not
m4_defun'd
m4/iconv.m4:9: AM_ICONV_LINKFLAGS_BODY is expanded from...
m4/iconv.m4:20: AM_ICONV_LINK is expanded from...
m4/iconv.m4:75: AM_ICONV is expanded from...
configure.in:132: the top level
configure.in:132: warning: AC_LIB_RPATH is m4_require'd but not m4_defun'd
configure:5921: error: possibly undefined macro: AC_LI...
2005 Apr 22
0
Dovecot .99.11 build fails; libiconv
Well, it seems this just isn't my day.
Using the source RPM from a centos mirror, I tried to rebuild (and,
after that fails) build manually a dovecot RPM. I get several errors
about automake's iconv macro, AM_ICONV, missing, and then the install
fails while looking for libiconv. I tested by first trying to rebuild
the RPM, and when that failed, building the RPM manually by installing
in sources and building, and when THAT failed, by unpacking the tarball
and manually ./configure and make.
Thanks to some...
2004 Sep 03
2
0.99.11-rc3
http://dovecot.org/rc/
Maybe this one works? :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040903/4e4d3578/attachment-0001.bin>
2002 Apr 11
1
alloca + configure.in
...cal/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.36
diff -u -r1.36 configure.in
--- configure.in 2002/03/18 03:37:40 1.36
+++ configure.in 2002/04/12 01:52:11
@@ -102,6 +102,7 @@
dnl Check for library functions
dnl --------------------------------------------------
+AC_FUNC_ALLOCA
AM_ICONV
AC_CHECK_FUNCS(atexit on_exit)
AM_LANGINFO_CODESET
Index: oggenc/platform.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.h,v
retrieving revision 1.7
diff -u -r1.7 platform.h
--- oggenc/platform.h 2001/09/15 15:11:03...
2007 Sep 14
2
upcoming release, need help
--- Ralph Giles <giles@xiph.org> wrote:
> On Fri, Sep 14, 2007 at 02:51:34PM -0700, Josh Coalson wrote:
>
> > checked in to CVS is what will be very close to the 1.2.1 release
> > of flac scheduled for monday. if anyone can try building it and
> > even better running the test suite, and reporting back any
> problems,
> > that will help me get things in
2013 Apr 05
1
[PATCH] Mac OS X: Link iconv in libhivex
...e.am | 1 +
2 files changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 0dfb995..298e6a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,6 +184,7 @@ AS_IF([test "x$with_readline" != xno],
dnl For i18n.
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+AM_ICONV
dnl libxml2.
PKG_CHECK_MODULES([LIBXML2], [libxml-2.0])
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a339a00..8d7ff69 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -36,6 +36,7 @@ libhivex_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
libhivex_la_LDFLAGS = \
-version-info 0...
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 "aclocal -I /usr/share/aclocal" in
order to find XIP...
2004 Aug 06
1
ice2 autogen.sh problems
...:24: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.in:27: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:120: error: possibly undefined macro: AM_PATH_CURL
configure.in:150: error: possibly undefined macro: AM_CONDITIONAL
configure.in:183: error: possibly undefined macro: AM_ICONV
configure.in:185: error: possibly undefined macro: AM_LANGINFO_CODESET
./configure: line 1165: syntax error near unexpected token
`AM_INIT_AUTOMAKE(vorbis-tools,1.0)'
./configure: line 1165: `AM_INIT_AUTOMAKE(vorbis-tools,1.0)'
<p>i managed to compile and install ices-0.2.3 from the...
2005 Dec 15
2
Patch: More of kqueue() support.
...t.org])
+AC_PREREQ([2.59])
+AC_INIT([dovecot],[1.0.alpha5],[dovecot@dovecot.org])
AC_CONFIG_SRCDIR([src])
-AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AC_ISC_POSIX
+AC_GNU_SOURCE
AC_PROG_CC
AC_PROG_CPP
AC_HEADER_STDC
AC_C_INLINE
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
AM_ICONV
-AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \
+AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h time.h \
sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h \
- sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h mntent.h sys/mnttab.h)
-
-# check posix headers
-AC_CHECK_...
2004 Sep 10
2
getting framesize in client
....a'
+SHARE_LIBS='$(top_builddir)/src/share/grabbag/libgrabbag.a $(top_builddir)/src/share/gain_analysis/libgain_analysis.a $(top_builddir)/src/share/getopt/libgetopt.a $(top_builddir)/src/share/utf8/libutf8.a'
dnl check for i18n(internationalization); these are from libiconv/gettext
AM_ICONV
Index: src/flac/Makefile.am
===================================================================
RCS file: /cvsroot/flac/flac/src/flac/Makefile.am,v
retrieving revision 1.19
diff -u -r1.19 Makefile.am
--- src/flac/Makefile.am 30 Oct 2002 06:28:09 -0000 1.19
+++ src/flac/Makefile.am 9 Nov 2002 16:51:...