News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[SOLVED] Codeblocks SVN latest - No Create New Project wizards

Started by Linux_dWiebe, October 21, 2012, 03:33:24 AM

Previous topic - Next topic

Linux_dWiebe

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)

oBFusCATed

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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Linux_dWiebe

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.

Alpha

Out of curiosity, have you tried building Code::Blocks with Code::Blocks (and, of course, running the update script)?

Linux_dWiebe

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.

Linux_dWiebe

#5
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.

stahta01

Is the plugin disabled?

IIRC, Scripted Wizard is the plugin name.

Check under "plugins" -> "manage plugins"

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Linux_dWiebe

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