I had old release CL, it worked OK, but today I decided to update CL
I downloaded CodeLite 2.3.0.3833 (codelite_2.3.0.3833-ubuntu0_i386.deb) and went all steps in instruction (http://codelite.org/LiteEditor/Download) but now when I launch CodeLite I see the splash-screen only, CodeLite doesn't work.
I uninstalled CL at all, and install CL 2.3.0.3833 once more, but CL again shows the splash-screen only, and further happens nothing.
I mean: when you type 'codelite' from command line, when codelite terminates, does it says something? like "Aborted" or any other error?
or maybe it keep hanging ?
eranif wrote:I mean: when you type 'codelite' from command line, when codelite terminates, does it says something? like "Aborted" or any other error?
or maybe it keep hanging ?
gdb /usr/bin/codelite
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...done.
(gdb) run
Starting program: /usr/bin/codelite
[Thread debugging using libthread_db enabled]
/home/sergei/.themes/Human Compact/gtk-2.0/gtkrc:100: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/sergei/.themes/Human Compact/gtk-2.0/gtkrc:101: Murrine configuration option "lightborder_ratio" will be deprecated in future releases. Please use "lightborder_shade" instead.
/home/sergei/.themes/Human Compact/gtk-2.0/gtkrc:116: Murrine configuration option "style" is not supported and will be ignored.
/home/sergei/.themes/Human Compact/gtk-2.0/gtkrc:156: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/home/sergei/.themes/Human Compact/gtk-2.0/gtkrc:229: Murrine configuration option "highlight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-size' of type `GtkRequisition' from rc file value "0" of type `glong'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkOptionMenu::indicator-spacing' of type `GtkBorder' from rc file value "0" of type `glong'
[New Thread 0xb7629b70 (LWP 13812)]
/usr/bin/codelite: relocation error: /usr/bin/codelite: symbol _ZN12wxAuiToolBarC1EP8wxWindowiRK7wxPointRK6wxSizel, version WXU_2.8 not defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference
[Thread 0xb7629b70 (LWP 13812) exited]
Program exited with code 0177.
(gdb) bt
No stack.
(gdb)