Code::Blocks Forums
		User forums => General (but related to Code::Blocks) => Topic started 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)
			 
			
			- 
				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)?
			
 
			
			- 
				
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. 
			 
			
			- 
				
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.
			 
			
			- 
				
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