Marcus Johnson
2013-Mar-12 03:36 UTC
[flac-dev] 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' 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 file `m4/ltsugar.m4' glibtoolize: linking file `m4/ltversion.m4' glibtoolize: linking file `m4/lt~obsolete.m4' configure.ac:308: warning: macro 'AM_ICONV' not found in library configure.ac:309: warning: macro 'AM_LANGINFO_CODESET' not found in library configure.ac:308: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:309: error: possibly undefined macro: AM_LANGINFO_CODESET autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1 Marcuss-MacBook-Pro:flac Marcus$ ./configure configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130311/8a3eef70/attachment.htm
Erik de Castro Lopo
2013-Mar-12 04:01 UTC
[flac-dev] I reinstalled OS X, now FLAC 1.3 git won't compile.
Marcus Johnson wrote:> 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 libraryI can't find that macro anywhere.> configure.ac:309: warning: macro 'AM_LANGINFO_CODESET' not found in libraryOn Debian, that one is in the file /usr/share/aclocal/codeset.m4 which is installed as part of the gettext package. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Brian Willoughby
2013-Mar-12 04:21 UTC
[flac-dev] I reinstalled OS X, now FLAC 1.3 git won't compile.
When you reinstalled OSX, did you also reinstall the developer tools? I often forget that extra step. I assume you did, otherwise you wouldn't have gcc or make, but I figure it's worth asking. Also, there are option Unix tools that usually aren't installed unless you ask for them. Brian Willoughby Sound Consulting On Mar 11, 2013, at 20:36, Marcus Johnson wrote:> 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' 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 file `m4/ltsugar.m4' > glibtoolize: linking file `m4/ltversion.m4' > glibtoolize: linking file `m4/lt~obsolete.m4' > configure.ac:308: warning: macro 'AM_ICONV' not found in library > configure.ac:309: warning: macro 'AM_LANGINFO_CODESET' not found in > library > configure.ac:308: error: possibly undefined macro: AM_ICONV > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.ac:309: error: possibly undefined macro: AM_LANGINFO_CODESET > autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed > with exit status: 1 > Marcuss-MacBook-Pro:flac Marcus$ ./configure > configure: error: cannot find install-sh, install.sh, or shtool in > "." "./.." "./../..""