Re: [Anjuta-list] what about the anjuta development?



On Sun, 2002-07-14 at 21:37, Vadim Berezniker wrote:
> Yeah. I got that too.
> Try changing
>   #define LINK_LEXER(lexer) \
>   	extern LexerModule lexer; \
>   	lexer.GetLanguage();
> to
> #define LINK_LEXER(lexer) extern LexerModule lexer;lexer.GetLanguage();
> 
> (The first one should work too, but I don't know why gcc flakes out)
> 

Thanks a lot! Now I run an up to date version of Anjuta ;)!!!






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]