Author Topic: plugin: compilergcc.dll can't run  (Read 5054 times)

dshur

  • Guest
plugin: compilergcc.dll can't run
« on: September 16, 2005, 10:57:03 am »
CVS (HEAD and VERSION_1_0) two branch build and run

menu -> setting -> compiller -> codeblocks.exe shutdown
MS Bug report window:
Code
AppName: codeblocks.exe  AppVer: 0.0.0.0  ModName: compilergcc.dll ModVer: 0.0.0.0  Offset: 0005b505
...
...


My Env:
Code
  WinXPsp2
  MinGW current (C:\Development Environment\MinGW)
  MSW 2.6.1
MSW build.cfg:
Code
 WXVER_MAJOR=2 
 WXVER_MINOR=6
 WXVER_RELEASE=1
 BUILD=release
 MONOLITHIC=1
 SHARED=1
 UNICODE=0
 WXUNIV=0
 CFG=
 VENDOR=custom
 OFFICIAL_BUILD=0
 DEBUG_FLAG=default
 DEBUG_INFO=default
 RUNTIME_LIBS=dynamic
 MSLU=0
 USE_EXCEPTIONS=1
 USE_THREADS=1
 USE_GUI=1
 USE_HTML=1
 USE_ODBC=0
 USE_OPENGL=0
 USE_QA=0
 COMPILER=gcc
 CC=gcc
 CXX=g++
 CFLAGS=
 CPPFLAGS=
 CXXFLAGS=
 LDFLAGS=

C::B starting log
Code
MessageManager initialized
Manager initialized
ProjectManager initialized
Loading lexer_cg.xml
Loading lexer_cpp.xml
Loading lexer_f77.xml
Loading lexer_gm.xml
Loading lexer_hitasm.xml
Loading lexer_lua.xml
Loading lexer_prg.xml
Loading lexer_rc.xml
Loading lexer_xml.xml
EditorManager initialized
PluginManager initialized
Configured 0 tools
ToolsManager initialized
Scanning for plugins in C:\Development Environment\IDEs\CodeBlocks/share/codeblocks/plugins...
Found 9 plugins: AStylePlugin ClassWizard CodeCompletion Compiler DebuggerGDB DefaultMimeHandler PluginWizard ToDoList WindowsXPLookNFeel
« Last Edit: September 16, 2005, 11:10:25 am by dshur »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: plugin: compilergcc.dll can't run
« Reply #1 on: September 16, 2005, 01:29:04 pm »
Please run update.bat
Be patient!
This bug will be fixed soon...

dshur

  • Guest
Re: plugin: compilergcc.dll can't run
« Reply #2 on: September 16, 2005, 03:53:44 pm »
Please run update.bat

already update step, error Not found.
run on output directory.

But not displayed compiller options dialog and halt. :(

correlation between these options and this problem?
 // MSW setup.h
 * #define WXWIN_COMPATIBILITY_2_4 0           0
 * #define wxUSE_UNICODE                               1

« Last Edit: September 16, 2005, 04:02:27 pm by dshur »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: plugin: compilergcc.dll can't run
« Reply #3 on: September 16, 2005, 05:34:16 pm »
update.bat must be run from src, not output. Also, you need to have available Infozip's utilities "zip" and "unzip".
« Last Edit: September 16, 2005, 05:36:34 pm by rickg22 »

dshur

  • Guest
Re: plugin: compilergcc.dll can't run
« Reply #4 on: September 16, 2005, 06:58:42 pm »
A problem was solved.   :D

1. MSW:
   WXWIN_COMPATIBILITY_2_4  0  change to 1 and  rebuild

2. C::B rebuild and update

Thanks.. :)
« Last Edit: September 16, 2005, 07:18:06 pm by dshur »