[Flac-dev] building CVS flac

Kernel Jake kerneljake at hotmail.com
Tue Jul 27 21:54:01 PDT 2004


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 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





More information about the Flac-dev mailing list