Author Topic: nightly build installation question  (Read 3717 times)

evonium

  • Guest
nightly build installation question
« 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'

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: nightly build installation question
« Reply #1 on: January 10, 2007, 06:04:07 pm »
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

evonium

  • Guest
Re: nightly build installation question
« Reply #2 on: January 11, 2007, 05:57:26 am »
 :) 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