Re: [PHP-GTK] php-gtk w/ scintilla
[email protected] (Pablo Dall'Oglio)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Em Ter, 2007-10-23 às 19:17 -0200, Fernando Correa da Conceição escreveu: > I posted about this some time ago, but none fixed it. The scintilla need > that you define -DSCI_LEXER for all files if you want the lexers. > Simple, define this on a header included in all files or on a makefile, > in the CFLAGS. True, at that time I didn't pay attention enought about this. Your diagnostic was very precise. I had only to add -DSCI_LEXER: CFLAGS = -g -O2 -DSCI_LEXER CXXFLAGS = -g -O2 -DSCI_LEXER Is that easy to fix people ? bests Pablo