Author Topic: CB 13.12 from deb file on Kubuntu 12.04.3 LTS - libFileManager.so won't load  (Read 6289 times)

Offline mla_ca520

  • Single posting newcomer
  • *
  • Posts: 3
I have installed CB 13.12 from the debian download at this URL:
http://sourceforge.net/projects/codeblocks/files/Binaries/13.12/Linux%20%2832bit%29/codeblocks-13.12-1_i386.debian.stable.tar.xz

I extracted the files, and installed with: "sudo dpkg -i *.deb"

After installing xterm, CB launches and I'm able to compile and run the default "Hello World" program but every time I launch CB, I receive this warning in the lower left corner of my screen:

Warning
One or more plugins were not loaded.
This usually happens when a plugin is built for a different version of Code::Blocks SDK.
Check the application log for more info.
List of failed plugins:
libFileManager.so

I don't know how to check the application log, so I don't have any additional information. (image capture attached)

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Maybe just missing gamin

Code
sudo apt-get install gamin

Offline mla_ca520

  • Single posting newcomer
  • *
  • Posts: 3
@dmoore,
Thanks that worked. It wouldn't install gamin, I had to run apt-get -f install, which removed CB-common, but then I was able to install gamin and then install CB again using dpkg. No longer receiving an error.

Thanks for the input!  ;D