I downloaded tdm-gcc (4.5.2). Built wxwidgets 2.8.12, cb7386 and the plugins with it. And I still get the wrong version error when I try to change the av plugin of 15 August nightly with the one I built. How can I make sure of sdk version of 15 August nightly?
For 15 August nightly debugger version
http://svn.berlios.de/viewvc/codeblocks/branches/wxpropgrid_debugger/src/include/cbplugin.h?view=log
from http://svn.berlios.de/viewvc/codeblocks/branches/wxpropgrid_debugger/src/include/cbplugin.h?revision=7377&view=markup
// this is the plugins SDK version number
38 // it will change when the SDK interface breaks
39 #define PLUGIN_SDK_VERSION_MAJOR 1
40 #define PLUGIN_SDK_VERSION_MINOR 12
41 #define PLUGIN_SDK_VERSION_RELEASE 6
I suggest checking out the "wxpropgrid_debugger" instead of trunk if you wish to build debugger based plugins.
For 15 August nightly normal trunk version
http://svn.berlios.de/viewvc/codeblocks/trunk/src/include/
from http://svn.berlios.de/viewvc/codeblocks/trunk/src/include/cbplugin.h?revision=7318&view=markup
// this is the plugins SDK version number
36 // it will change when the SDK interface breaks
37 #define PLUGIN_SDK_VERSION_MAJOR 1
38 #define PLUGIN_SDK_VERSION_MINOR 11
39 #define PLUGIN_SDK_VERSION_RELEASE 15
Mixing Nightly Plugins of "Debug branch" with SDK of Normal "Trunk" Branch are going to fail.
Tim S.
Sry again, I misunderstood. It says:
Scanning for lexers in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\GNU\CodeBlocks/share/codeblocks/lexers/...
Found 43 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins
SDK version mismatch for QtWorkbench (1.11.12). Expecting 1.12.6
Loaded 1 plugins
Scanning for plugins in C:\GNU\CodeBlocks/share/codeblocks/plugins
C:\GNU\CodeBlocks/share/codeblocks/plugins/AutoVersioning.dll: not loaded (missing symbols?)
SDK version mismatch for QtWorkbench (1.11.12). Expecting 1.12.6
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 48 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
BrowseTracker
BYOGames
CB_Koders
Cccc
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
CppCheck
Cscope
Debugger
FilesExtensionHandler
DevPakUpdater
cbDragScroll
EditorTweaks
EnvVars
Exporter
FileManager
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
MouseSap
NassiShneidermanPlugin
OpenFilesList
Profiler
ProjectsImporter
RegExTestbed
ReopenEditor
ScriptedWizard
SymTab
ThreadSearch
ToDoList
ToolsPlus
wxSmithMime
wxSmithAui
wxSmithContribItems
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
That's the log when I copy the qtworkbench plugin to my custom cb build:
Scanning for lexers in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/lexers/...
Found 43 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins
C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins/QtWorkbench.dll: not loaded (missing symbols?)
Loaded 0 plugins
Scanning for plugins in D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/plugins
D:\Coding\Projects\codeblocks\branches\wxpropgrid_debugger\src\output/share/codeblocks/plugins/QtWorkbench.dll: not loaded (missing symbols?)
Loaded 14 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
ClassWizard
CodeCompletion
Compiler
Debugger
FilesExtensionHandler
OpenFilesList
ProjectsImporter
ScriptedWizard
ToDoList
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
It gives the same version error. That's the log on 15 August nightly when I delete the 'qtworkbench.dll':
Scanning for lexers in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\GNU\CodeBlocks/share/codeblocks/lexers/...
Found 43 lexers
Loading lexer_A68k
Loading lexer_ada
Loading lexer_angelscript
Loading lexer_bash
Loading lexer_batch
Loading lexer_bibtex
Loading lexer_caml
Loading lexer_cg
Loading lexer_cpp
Loading lexer_css
Loading lexer_d
Loading lexer_diff
Loading lexer_f77
Loading lexer_fortran
Loading lexer_glsl
Loading lexer_gm
Loading lexer_haskell
Loading lexer_hitasm
Loading lexer_html
Loading lexer_latex
Loading lexer_lisp
Loading lexer_lua
Loading lexer_make
Loading lexer_masm
Loading lexer_matlab
Loading lexer_nsis
Loading lexer_OgreCompositor
Loading lexer_OgreMaterial
Loading lexer_pascal
Loading lexer_perl
Loading lexer_postscript
Loading lexer_prg
Loading lexer_properties
Loading lexer_python
Loading lexer_rc
Loading lexer_ruby
Loading lexer_smalltalk
Loading lexer_sql
Loading lexer_squirrel
Loading lexer_vbscript
Loading lexer_verilog
Loading lexer_vhdl
Loading lexer_xml
Configured 0 tools
Scanning for plugins in C:\Users\scarphin\AppData\Roaming\CodeBlocks/share/codeblocks/plugins
SDK version mismatch for QtWorkbench (1.11.12). Expecting 1.12.6
Loaded 1 plugins
Scanning for plugins in C:\GNU\CodeBlocks/share/codeblocks/plugins
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 48 plugins
Loading:
Abbreviations
AStylePlugin
Autosave
AutoVersioning
BrowseTracker
BYOGames
CB_Koders
Cccc
ClassWizard
CodeCompletion
CodeSnippets
CodeStat
Compiler
copystrings
CppCheck
Cscope
Debugger
FilesExtensionHandler
DevPakUpdater
cbDragScroll
EditorTweaks
EnvVars
Exporter
FileManager
HeaderFixup
HelpPlugin
HexEditor
IncrementalSearch
cbKeyBinder
lib_finder
MouseSap
NassiShneidermanPlugin
OpenFilesList
Profiler
ProjectsImporter
RegExTestbed
ReopenEditor
ScriptedWizard
SymTab
ThreadSearch
ToDoList
ToolsPlus
wxSmithMime
wxSmithAui
wxSmithContribItems
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
p.s. keep in mind that the api in the debugger's branch is changing with every nightly, so you won't be able to use old plugins. Why don't you try to build the QtWorkbench yourself?
I think there's a misunderstanding here, I don't care if the qtworkbench plugin works or not, what I'm after is the autoversioning plugin which I made a custom build and giving the 'missing symbols' error when I try to use it with the 15 August nightly. What does that 'missing symbols' mean?
It works on my custom build whether I remove qt plugin or not. I tried removing the qt plugin on the 15 August nightly and load my custom autoversioning build without success as always. It says:
C:\GNU\CodeBlocks/share/codeblocks/plugins/AutoVersioning.dll: not loaded (missing symbols?)
I think it's related with the missing symbols message, maybe I'm doing something wrong during compilation.