On Tue, May 29, 2001 at 10:19:40AM +0200, Peter Thieß wrote:
> If I set "ENABLE_PREPROCESSING = YES" doxygen hangs just before "Freeing
> input..."
> If I set "ENABLE_PREPROCESSING = NO" (see below) everything works fine,
> except the fact that none of the defined macros were expanded.
>
> #---------------------------------------------------------------------------
> # Configuration options related to the preprocessor
> #---------------------------------------------------------------------------
> ENABLE_PREPROCESSING = NO
> MACRO_EXPANSION = YES
> EXPAND_ONLY_PREDEF = NO
> SEARCH_INCLUDES = YES
> INCLUDE_PATH =
> INCLUDE_FILE_PATTERNS =
> PREDEFINED =
> EXPAND_AS_DEFINED =
>
> Is there a limitation within preprocessor directives or preprocessor
> operators?
> Any ideas?
This is clearly a bug in the preprocessor. It would really help me if
you could construct a (small) example that allows me to reproduce the
lock up.
Regards,
Dimitri
|