search for: am_langinfo_codeset

Displaying 16 results from an estimated 16 matches for "am_langinfo_codeset".

2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
...oxygen, 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/libtool.m4' glibtoolize: linking file `m4/ltoptions.m4' glibtoolize: linking fil...
2004 Sep 10
1
building CVS flac
...(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? _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://...
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...blic License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl From Bruno Haible. + +AC_DEFUN([AM_LANGINFO_CODESET], +[ + AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, + [AC_TRY_LINK([#include <langinfo.h>], + [char* cs = nl_langinfo(CODESET);], + am_cv_langinfo_codeset=yes, + am_cv_langinfo_codeset=no) + ]) + if test $am_cv_langinfo_codeset = yes; then +...
2024 Feb 20
1
Compiling libR as a standalone C library for java+jni (-fPIC)
...figure.ac:278: error: possibly undefined macro: AM_CONDITIONAL ????? If this token and others are legitimate, please use m4_pattern_allow. ????? See the Autoconf documentation. configure.ac:870: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:2226: error: possibly undefined macro: AM_LANGINFO_CODESET configure.ac:2876: error: possibly undefined macro: AM_NLS configure.ac:2880: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION configure.ac:2881: error: possibly undefined macro: AM_GNU_GETTEXT make[1]: *** [Makefile:49: configure] Error 1 ``` removing the XXXFLAGS=YYY and --prefix (?) allo...
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
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2002 Apr 11
1
alloca + configure.in
...trieving 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 1.7 +++ oggenc/platform.h 2002/04/12 01:52:11 @@ -1,9...
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
2015 Nov 26
0
compile question
...If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:727: error: possibly undefined macro: AC_CHECK_LIBM configure.ac:1982: error: possibly undefined macro: AM_LANGINFO_CODESET configure.ac:2639: error: possibly undefined macro: AM_NLS configure.ac:2643: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION configure.ac:2644: error: possibly undefined macro: AM_GNU_GETTEXT What I changed... root at x072:[/data/prj/cran]diff -u R-devel_2015-11-26/configure.ac R-devel/...
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 XIPH_PATH_OGG, or else "configure" was syntactically incorrect because that m...
2001 Sep 30
3
UTF-8 stuff
...h and without -DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work. Changed files: acinclude.m4: Add a test for nl_langinfo(CODESET). This is the function that lets you discover the charset of the user's locale without forcing them to use a command-line argument. configure.in: Use AM_LANGINFO_CODESET. utf8.h, utf8.c: These files are totally rewritten, apart from the Windows part. Instead of utf8_encode() and utf8_decode() there's convert_to_utf8() and convert_from_utf8(), which no longer have an "encoding" argument. oggenc.c, vcomment.c: Call setlocale(), so that nl_langinfo() w...
2004 Aug 06
1
ice2 autogen.sh problems
...ure.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 source tarball but this is quite an old version and doesnot support ogg...
2015 Nov 26
2
compile question
...and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.ac:655: error: possibly undefined macro: AC_DISABLE_STATIC > configure.ac:727: error: possibly undefined macro: AC_CHECK_LIBM > configure.ac:1982: error: possibly undefined macro: AM_LANGINFO_CODESET > configure.ac:2639: error: possibly undefined macro: AM_NLS > configure.ac:2643: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION > configure.ac:2644: error: possibly undefined macro: AM_GNU_GETTEXT > > What I changed... > > root at x072:[/data/prj/cran]diff -u R-deve...
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...But we -# can't run gettextize since we do not fulfill all it's requirements -# (because we don't use it). So you may have to: -# -# cp /usr/share/gettext/config.rpath . -# -# before running autogen.sh -# -# If you are running on OS X and get errors related to the AM_ICONV -# and/or AM_LANGINFO_CODESET macros, replace those 2 lines in -# configure.in with -# -# AC_DEFINE([HAVE_ICONV], [], [Whether we have libiconv available]) LIBICONV="-liconv" -# AC_SUBST(LIBICONV) -# -# See also http://lists.xiph.org/pipermail/flac-dev/2007-September/002384.html -# -# Also watchout, if you replace...
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs, I would like to get some of our patches merged into master. Most of them deal with adhering to GNU conventions, respectively not overriding flags/variables that are up to the user to set. For instance, honoring $(htmldir) is important, as we have installation paths for the documentation that differ from what is currently coded in the various Makefile.am's. Regards David
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