$ ./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 macro wouldn't expand.
Next problem:
When compiling flac123, I discovered there is no callback.h installed in /usr/local/include/FLAC. I think callback.h needs to be added to include/FLAC/Makefile.am . When I manually copy callback.h and try again, I can't find my data types:
$ make
if gcc -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.7\" -DPACKAGE_STRING=\"flac123\ 0.0.7\" -DPACKAGE_BUGREPORT=\"kerneljake-at-hotmail-com\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.7\" -DAUDIO_DEFAULT=\"oss\" -I. -I. -I/usr/local/include -MT flac123.o -MD -MP -MF ".deps/flac123.Tpo" \
-c -o flac123.o `test -f 'flac123.c' || echo './'`flac123.c; \
then mv -f ".deps/flac123.Tpo" ".deps/flac123.Po"; \
else rm -f ".deps/flac123.Tpo"; exit 1; \
fi
In file included from /usr/local/include/FLAC/callback.h:39,
from /usr/local/include/FLAC/all.h:38,
from flac123.h:23,
from flac123.c:22:
/usr/local/include/FLAC/ordinals.h:50:2: #error Unable to find fixed-size data types
$ grep '^#define HAVE_INTTYPES_H' ~/flac1.1.1/config.log #define HAVE_INTTYPES_H 1
_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee� Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
