Unable to build CL 4086
Posted: Fri Jun 18, 2010 10:41 pm
Hi Eran,
I tried to build CL SVN 4086 in Ubuntu 10.04 but both ./configure and make failed.
./configure failed with:
and make failed with:
Best regards
Michal
I tried to build CL SVN 4086 in Ubuntu 10.04 but both ./configure and make failed.
./configure failed with:
Code: Select all
make: *** No rule to make target `MacBundler_clean', needed by `clean_plugins'. Stop.
Code: Select all
In file included from sdk/wxscintilla/src/ScintillaWX.h:30,
from sdk/wxscintilla/src/wxscintilla.cpp:20:
./sdk/wxscintilla/src/scintilla/include/ScintillaWidget.h:26: error: ‘GtkContainer’ does not name a type
./sdk/wxscintilla/src/scintilla/include/ScintillaWidget.h:31: error: ‘GtkContainerClass’ does not name a type
./sdk/wxscintilla/src/scintilla/include/ScintillaWidget.h:37: error: ‘GType’ does not name a type
./sdk/wxscintilla/src/scintilla/include/ScintillaWidget.h:38: error: expected constructor, destructor, or type conversion before ‘*’ token
make: *** [Release_gcc_unicode/ScintillaWX.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Release_gcc_unicode/wxscintilla.o] Error 1
Michal