GtkScintilla icon indicating copy to clipboard operation
GtkScintilla copied to clipboard

mac os x?

Open Ox16 opened this issue 7 years ago • 1 comments

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?

Ox16 avatar Nov 09 '17 19:11 Ox16

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+.

codebrainz avatar Nov 10 '17 00:11 codebrainz