User forums > Help
CB 13.12 from deb file on Kubuntu 12.04.3 LTS - libFileManager.so won't load
(1/1)
mla_ca520:
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)
dmoore:
Maybe just missing gamin
--- Code: ---sudo apt-get install gamin
--- End code ---
mla_ca520:
@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
Navigation
[0] Message Index
Go to full version