Am Sonntag, 9. August 2009 21:52:24 schrieb William Immendorf:
> When I was working on Cyrus-SASL, I got these errors, along with a
> bunch of junk:
>
> digestmd5.c:2718:15: error: #elif with no expression
> digestmd5.c:4037:15: error: #elif with no expression
>
> Both lines looked like this:
>
> {{{
> #elif WITH_DES
> }}}
>
> Thanks to
> http://www.linux-archive.org/crux/266779-compile-cyrus-sasl-error.html and
> http://www.cyrius.com/journal/gcc#gcc-4.4-preprocessor-errors, I found the
> solution: Encase WITH_DES with a defined() thing.
>
or
sed -i "s/^#define WITH_DES/& 1/" {saslauthd/,}configure
--
Thomas
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page