FLAC bootstrap problem (was: README / INSTALL should list requirments)

Max Horn max at quendi.de
Wed Jan 23 14:31:34 EST 2002


At 18:14 Uhr +0100 21.01.2002, Torbjörn Andersson wrote:
>Ryan C. Gordon wrote:
>
>>  bootstrap ran fine without FLAC here when I just tried it...can you
>>  tell me what specifically is causing problems and/or which part of
>>  bootstrap is failing?
>
>I don't know what Max's problem with bootstrap is, but I know I 
>always get a warning message about FLAC__stream_decoder_new. (I 
>don't remember the exact wording, but I could look it up later if 
>you want.)

What I get is this:

autoconf: Undefined macros:
configure.in:159:  AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new, 
have_flac_lib=yes)

Diagnosis: the "AC_" in FLAC__stream_decoder_new is seen by the 
autoconf parser, with then tries to find a matching macro (stupid, I 
know, which of course is not going to work. So if I change the 
offending line to

   AC_CHECK_LIB(FLAC, FLA__stream_decoder_new, have_flac_lib=yes)

autoconf stops to complain, but of course the check is not valid this way.



>It seems harmless enough though; I certainly don't have any problems 
>building it afterwards, so I assumed it was autoconf stupidly 
>assuming that anything that looks like AC_* has to be an unexpanded 
>autoconf macro or some such.

Exactly. Still, this should be fixed in the script. I'll look into it 
and fix it CVS if I can.


Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:max at quendi.de>
phone: (+49) 6151-494890



More information about the sdlsound mailing list