svn checkout svn://svn.berlios.de/codeblocks/trunk
./bootstrap
./configure --with-contrib-plugins=all
make
sudo make install
Hi,
I've been trying to install the codeblocks nightly on my machine (Fedora 12 64-bit) but have been running into some difficulties. I can get the main program to install without any errors and can run the program fine, but I can't get any of the plugins to work. Here's how I installed it:Codesvn checkout svn://svn.berlios.de/codeblocks/trunk
./bootstrap
./configure --with-contrib-plugins=all
make
sudo make install
I also looked in /usr/lib64/codeblocks/plugins and it's empty.
Is there something I'm missing? I've searched around and haven't found anything that works.
Thanks,
Matt
If you configure it without using the --prefix parameter the installation will not be directly below /usr but below /usr/local (or whatever your distro uses as default for user-compiled software).Yea, all of the plugin files are present in the /usr/local/lib/codeblocks/plugins directory. I have previously installed both from a repo and using the --prefix configuration, but uninstalled everything afterwards. Do you think these would still be causing problems, even after uninstalling?
If you have had an installation directly below /usr (e.g. from a repo or configured with --prefix=/usr), this might interfer.
Do you get any error messages, if you start C::B in a console window ?No, I don't get any error messages.
Do you think these would still be causing problems, even after uninstalling?