|
From: Kevin N. <bea...@ya...> - 2004-08-30 13:17:12
|
I thought I'd make sure the boost header files exist by using configure. I added the following line in configure.in, but it appears to not work: AC_CHECK_HEADER(boost/tokenizer.hpp,,AC_MSG_ERROR(The Boost tokenizer is required)) If, instead, I make it: AC_CHECK_HEADER(vorbis/codec.h,,AC_MSG_ERROR(The Boost tokenizer is required)) or AC_CHECK_HEADER(lcms.h,,AC_MSG_ERROR(The Boost tokenizer is required)) it works fine. I even changed the name of the tokenizer file to tokenizer.h to see if it was the .hpp that was throwing it off. It looks like nothing in the boost directory can be located by this function. Any ideas as to why the boost directory is not found? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |