-
Thankx for advice, I tried, as you said..
The problem was missing path for wx dlls, the window's error message appeared when I rin gdb from command line (while not from codelite).
When I tested it first time on command line, I must have remembered to setup the path before running the program.
Sorry.
2009-12-14 09:04:16 UTC in CodeLite
-
this will say it all:
config that is saved when colors changed is
lexer_html.daniel.daniel.muller_xml
while
lexer_html.daniel.muller_xml
is being loaded (or vice versa)
anyway, the names don't match that's why after codelite restart previous colour profile is loaded.
2009-12-08 09:33:56 UTC in CodeLite
-
btw: wx version is 2.8.10
GNU gdb (GDB) 7.0
g++ (GCC) 4.4.0.
2009-12-08 09:25:30 UTC in CodeLite
-
I am not quite sure where is the problem, but it certainly is related to the new version of codelite..
I am aware it is the gdb that crashes, but it does not crash without codelite.. It might be more related to wxWidgets, but the problem did not appear with the last 1,0 version of codelite..
Launching a program to debug it in codelite 2.0 failes in a following way
gdb: unknown target...
2009-12-08 09:23:29 UTC in CodeLite