GtkScintilla
GtkScintilla copied to clipboard
mac os x?
how compiling it on mac?
i have brew but ./autogen.sh: line 3: gtkdocize: command not found
autoconf working but....
./configure
./configure: line 1780: syntax error near unexpected token foreign' ./configure: line 1780:
AM_INIT_AUTOMAKE(foreign silent-rules)'
any idea?
GTK+ is notoriously difficult to build against and get working properly on OSX. Also note that this repository hasn't been updated in a long time so it is using a quite old version of Scintilla.
My recommendation would be to use upstream Scintilla even though it has a lousy API. Unless you're stuck with GTK+, I'd also recommend using Scintilla's native Cocoa widget instead of GTK+.