Unable to build CL 4086

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Unable to build CL 4086

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to build CL 4086

Post by eranif »

Fixed in trunk
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to build CL 4086

Post by evstevemd »

Failed to build too
./configure went fine but make have problem

see the attached file for full log
You do not have the required permissions to view the files attached to this post.

CodeLite 15.x
CodeLite is awesome, I just Love it!

evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to build CL 4086

Post 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

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply