Fedora 12 x86_64 with wxGTK 2.8.10-7.fc12
building from source (SVN) per instructions in the Wiki.
downloaded the source
went into the trunk folder and issued each of the following commands from a terminal window as root:
./bootstrap
./configure
make
make install
I attached the output from ./configure so you can see that all the defaults for the build get used like "... build the scripted wizard plugin... yes"
Now when I uninstall that (with make uninstall) and then use yum to install 8.02-9.fc12.x86_64.rpm, THAT has the categories/templates window "populated".
Would someone please explain to me what I have done wrong in building AND installing from source? I REALLY want to play with Unittest++.
SenseiC
[attachment deleted by admin]
Quote
By default, CodeBlocks will not compile the contributed plugins from SVN. If you want to compile / install them too, replace the above ./configure command with:
./configure --with-contrib-plugins=all
From http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Code::Blocks_installation
Please feel free to fix the Wiki page that is missing the above info.
Tim S.
As I thought, I had already spotted one post that suggested doing that, tried it, and w/o success. Again... installing 8.02 the categories window gets "populated". Building from source, nope.
SenseiC
Quote from: SenseiC on March 24, 2010, 01:51:49 AM
I will try that and report back, but I'm PRETTY sure I already tried that.
SenseiC
Did you do make and make install after the correct configure?
If yes, check to make sure plug-in is enabled.
Tim S.
well after several incantations (unfortunately I don't know which incantation did the trick), I have a populated list... that was on my 32-bit CentOS VM... now back to Fedora12 x64 to see what magic I can work.
Thanks for your help.
SenseiC
:evil: even went so far as to COMPLETELY rebuild my system from Fedora 12 x64 kit, installed all the necessary components plus the "yum update" from hell... built from SVN, blah blah blah and Nope!
the commands I used:
su
mkdir devel
cd devel
mkdir trunk
svn checkout svn://svn.berlios.de/codeblocks/trunk
cd trunk
./bootstrap
./configure --with-contrib-plugins=all
make
make install
Just for "kicks" I think I'll try the 32-bit Fedora 12 and see what happens. Maybe THAT will work. Who knows?
SenseiC
Sure enough... installed the i686 kit... bootstrap/configure/make/make install... PRESTO! templates galore.
Something's awry with the x86_64. I'll stick with this (because I've got work to do) for now, but at some point need/want to try to solve the mystery.
SenseiC