Hmmm... a brief README in trunk would be helpful.
after cd to the src directory I ran ./update. Here's the output:Creating output directory tree
Compressing core UI resources
Compressing plugins UI resources
Packing core UI bitmaps
Packing plugins UI bitmaps
Copying files
cp: cannot stat `devel/codeblocks': No such file or directory
cp: cannot stat `devel/*.so': No such file or directory
cp: cannot stat `devel/share/codeblocks/plugins/*.so': No such file or directory
Creating launch-scripts
True, there is no devel/codeblocks.
There are no devel/*.so files.
devel/share/codeblocks/plugins is an empty directory.
What next?
it sounds like you didn't read either the BUILD file included in the SVN, or the more in depth wiki located at the top of the forums.
I recommend forgeting the build file and going strait to the wiki myself.
Actually I read whatever I could find that seemed relevant.
The wiki "important changes to the nightly builds" at the top of the Nightly Builds forum only talks about windows so that doesn't help.
The wiki "How to use a nightly build" which is right below that was written in May 2006 and talks about 7-zipped binary distributions and RC2, so that one seems pretty obsolete.
I don't see any others. Which one are you recommending?
All the BUILD file says regarding building in Linux is:Unix build instructions:
------------------------
You need a working autotools environment (autoconf, automake, libtool, make, etc).
In a terminal, go to the top level folder.
If you fetched the sources from SVN, you need to bootstrap the program first. So type:
./bootstrap
This will adapt the project's configuration file to your environment. This only needs to be done once: the first time you checkout the SVN version.
After this, type the following:
./configure --enable-contrib
make
make install
For the last step you must be root.
That's it.
I did everything mentioned there. I don't see anything there that applies to this plugins problem.
If you know of something that I have overlooked, please point me to it. Thanks.
I'm using Kubuntu Gutsy on the 1st machine & Kubuntu Feisty on the 2nd machine. Both are fully-updated. As I said before, on the 2nd machine I installed build #5016 & it went perfectly. Today, I'm back at the 1st machined and I have installed Build #5020 (configured the same as the first time, using ./config --with-contrib-plugins=all ) and this time it installed perfectly here as well. So I conclude that there must have been some error(s) in build #5010 but it seems to be irrelevant now since whatever it may have been, it has been fixed.
I'm still curious about the log that is mentioned in the plugin warning message (post #3). I looked in ~/.codeblocks and its subdirectories & find no logs there either. The only log I found related to this project is the obsolete ChangeLog (which I think the developers should delete) included in the checkout files and the autoconf config.log located in trunk. And the only errors I notice in that file are:configure:4356: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
andconfigure:7075: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
I don't think they have anything to do with the plugin problem.
Is there another log that I'm not finding?