Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Linux_dWiebe on October 21, 2012, 03:33:24 am

Title: [SOLVED] Codeblocks SVN latest - No Create New Project wizards
Post by: Linux_dWiebe on October 21, 2012, 03:33:24 am
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)
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: 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?
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: Linux_dWiebe on October 23, 2012, 02:58:28 am
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.
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: 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)?
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: Linux_dWiebe on October 23, 2012, 03:57:57 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.
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: Linux_dWiebe on October 23, 2012, 03:59:19 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.
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: 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.
Title: Re: Codeblocks SVN latest - No Create New Project wizards
Post by: Linux_dWiebe on October 23, 2012, 04:39:47 pm
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