Code::Blocks Forums
User forums => Help => Topic started by: evonium on January 10, 2007, 06:01:27 pm
-
i'm new to CB.
i downloaded the 20070107build and wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.7z and then unzip them under the CB directory. when i run CB, four error messages showed up below:
Manager initialized
Scanning for lexers in C:\Documents and Settings\Administrator\Application Data\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in E:\CodeBlocks/share/codeblocks/lexers/...
Found 27 lexers
Configured 0 tools
Scanning for plugins in C:\Documents and Settings\Administrator\Application Data\codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in E:\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: cbprofiler.zip
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip
Found 26 plugins
Loading: AStylePlugin Autosave BYOGames CB_Koders ClassWizard CodeCompletion CodeSnippets CodeStat Compiler copystrings Debugger FilesExtensionHandler DevPakUpdater cbDragScroll EnvVars Exporter HelpPlugin cbKeyBinder lib_finder Profiler RegExTestbed ScriptedWizard SymTab ToDoList wxSmith wxSmithMime wxSmithWizard WindowsXPLookNFeel
Running startup script
Script 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'
-
i'm new to CB.
Are you sure? Because this happens if you had an old C::B version installed previously and just copied a new version above that one. These plugins have been renamed. To quickly fix, remove those 4 ZIP files (they should have a much older date than the others).
With regards, Morten.
-
:) thanks!!! i deleted the dirctory named 'share' and reinstall the nightly build to the same location, and it now works as expected. now working on my first hello-world programme on C::B