I am using codeblocks from SVN and when I do File->New->Project I see an empty space where there should be a list of icons (Console project, Static library, wxWidgets Project, etc). Am I doing something wrong, or is this a bug?
Any help would be appreciated.
OS: GNU/Linux (Fedora 17)
Rebuild and use the configure flag --with-contrib-plugins=all
But better, why don't you use the repo provided by Jens packaging the nightly builds for Fedora?
I did configure with --with-contrib-plugins=all.
And I use a custom-built wxWidgets which does not coexist happily with Fedora's wxGTK package (req'd by Jens' C::B).
Also, I have veeerrryyy slow Internet, so sudo yum update codeblocks takes a lot longer than svn up && make.
Out of curiosity, have you tried building Code::Blocks with Code::Blocks (and, of course, running the update script)?
Quote from: Alpha on October 23, 2012, 03:24:03 AM
Out of curiosity, have you tried building Code::Blocks with Code::Blocks (and, of course, running the update script)?
No, I haven't. Should I?
I have one little idea... A C::B developer might be the only one that would know an answer to this question...
Is the path to C::B's templates or scripts or whatever hardcoded into it? Because I installed C::B in /usr/local.
Quote from: oBFusCATed on October 21, 2012, 03:56:04 AM
Rebuild and use the configure flag --with-contrib-plugins=all
But better, why don't you use the repo provided by Jens packaging the nightly builds for Fedora?
It has the same problem.
Is the plugin disabled?
IIRC, Scripted Wizard is the plugin name.
Check under "plugins" -> "manage plugins"
Tim S.
Quote from: stahta01 on October 23, 2012, 04:23:11 AM
Is the plugin disabled?
IIRC, Scripted Wizard is the plugin name.
Check under "plugins" -> "manage plugins"
Tim S.
Yes! That was it! It works now! Thanks a lot. ;D