after I use the command" codeblocks --build " to start the codeblocks with GUI in redhat 9.0,however I can't create a new project for there is no template to choose ,that why ?I don't have such error when I use it in the windows xp operation?
[attachment deleted by admin]
Quote from: vfdff on April 08, 2009, 08:30:38 AM
after I use the command" codeblocks --build " to start the codeblocks with GUI in redhat 9.0,however I can't create a new project for there is no template to choose ,that why ?I don't have such error when I use it in the windows xp operation?
That's because you try to start C::B in batch-build-mode without a project or a workspace, and the most plugins are disabled than.
Just type
codeblocks without any parameters and it starts as expected.
Or look at the output of
codeblocks --help (I know, you know it :wink: ), to see what parameters are "legal".
just as you said ,i first start the C::B without any parameters ,but it desn't shows right with an error debug dialog,so I use codeblocks --rebuild to start the C::B,it shows all right .then I choose file-->new projects it come on the error as above
Same as me.
help me !!!
Start it without any parameters or try codeblocks --help, to see what parameters are available.