Code::Blocks Forums

User forums => Help => Topic started by: dshur on September 16, 2005, 10:57:03 AM

Title: plugin: compilergcc.dll can't run
Post by: dshur 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:

AppName: codeblocks.exe  AppVer: 0.0.0.0  ModName: compilergcc.dll ModVer: 0.0.0.0  Offset: 0005b505
...
...



My Env:

  WinXPsp2
  MinGW current (C:\Development Environment\MinGW)
  MSW 2.6.1

MSW build.cfg:

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

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

Title: Re: plugin: compilergcc.dll can't run
Post by: mandrav on September 16, 2005, 01:29:04 PM
Please run update.bat
Title: Re: plugin: compilergcc.dll can't run
Post by: dshur on September 16, 2005, 03:53:44 PM
Quote from: mandrav on September 16, 2005, 01:29:04 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

Title: Re: plugin: compilergcc.dll can't run
Post by: rickg22 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".
Title: Re: plugin: compilergcc.dll can't run
Post by: dshur 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.. :)