User forums > Help

plugin: compilergcc.dll can't run

(1/1)

dshur:
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
...
...

--- End code ---


My Env:

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

--- End code ---
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=

--- End code ---

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

--- End code ---

mandrav:
Please run update.bat

dshur:

--- Quote from: mandrav on September 16, 2005, 01:29:04 pm ---Please run update.bat

--- End quote ---

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

rickg22:
update.bat must be run from src, not output. Also, you need to have available Infozip's utilities "zip" and "unzip".

dshur:
A problem was solved.   :D

1. MSW:
   WXWIN_COMPATIBILITY_2_4  0  change to 1 and  rebuild

2. C::B rebuild and update

Thanks.. :)

Navigation

[0] Message Index

Go to full version