News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Building C::B Error

Started by JohnDLynn, June 04, 2016, 05:12:44 PM

Previous topic - Next topic

JohnDLynn

Hi, all.
I am trying to compile C::B using configuration of
./configure --with-contrib-plugins=all
and then make.
But I got this:

make[1]: Entering directory '/home/dragon/Downloads/software/codeblocks/trunk/src/plugins/contrib/wxContribItems/wxled'
/bin/bash ../../../../../libtool  --tag=CXX   --mode=link g++ -std=c++11  -O2 -ffast-math -DCB_AUTOCONF -g -O2 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -version-info 0:1:0 -Wl,--no-undefined  -o libwxled.la -rpath /usr/local/lib/codeblocks/wxContribItems ./gizmosled/src/ledctrl.lo ./lcdWindow/src/lcdwindow.lo ./led/src/led.lo ./ledpanel/src/advancedmatrixobject.lo ./ledpanel/src/font75.lo ./ledpanel/src/font77.lo ./ledpanel/src/matrixobject.lo ./ledpanel/src/wxledfont.lo ./ledpanel/src/wxledpanel.lo -L/usr/lib/i386-linux-gnu -pthread   -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl
libtool:   error: './gizmosled/src/ledctrl.lo' is not a valid libtool object

How can I possibly solve it?

oBFusCATed

What OS are you using?
Have you run the ./bootstrap script before running the ./configure script?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

JohnDLynn

Gnome Ubuntu  16.04. I have run ./bootstrap before it.