Author Topic: Building C::B Error  (Read 2379 times)

Offline JohnDLynn

  • Single posting newcomer
  • *
  • Posts: 3
Building C::B Error
« on: June 04, 2016, 05:12:44 pm »
Hi, all.
I am trying to compile C::B using configuration of
Code
./configure --with-contrib-plugins=all
and then make.
But I got this:
Code
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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Building C::B Error
« Reply #1 on: June 04, 2016, 05:45:25 pm »
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!]

Offline JohnDLynn

  • Single posting newcomer
  • *
  • Posts: 3
Re: Building C::B Error
« Reply #2 on: June 06, 2016, 01:30:27 pm »
Gnome Ubuntu  16.04. I have run ./bootstrap before it.