Page 1 of 1

Unable to build CL 4086

Posted: Fri Jun 18, 2010 10:41 pm
by marfi
Hi Eran,
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.
and make failed with:

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
Best regards
Michal

Re: Unable to build CL 4086

Posted: Sat Jun 19, 2010 12:10 am
by eranif
Fixed in trunk

Re: Unable to build CL 4086

Posted: Mon Jul 19, 2010 8:26 pm
by evstevemd
Failed to build too
./configure went fine but make have problem

see the attached file for full log

Re: Unable to build CL 4086

Posted: Mon Jul 19, 2010 8:38 pm
by evstevemd
I tested another app and won't compile with same error.
I gues my wxDev installation is corrupt.
I will re-install and see