Am 24. März 2012 14:30 schrieb Fred <f.rech(a)yahoo.fr>fr>:
[...]
on the 2 Debian (Squeeze and audio optimized)
multiboot system used here the
same error occured.
I can't figure out what is the problem, nor find anything on the web when
search the last line of output.
Any help will be appreciate !
Here is the output :
[265/301] cxx: src/gx_head/gui/gx_main_window.cpp ->
build/default/src/gx_head/gui/gx_main_window.o
../src/gx_head/gui/gx_main_window.cpp: In member function ‘virtual bool
TextLoggingBox::on_key_press_event(GdkEventKey*)’:
../src/gx_head/gui/gx_main_window.cpp:100: error: ‘GDK_KEY_Escape’ was not
../src/gx_head/gui/gx_main_window.cpp:2338: error: ‘GDK_KEY_0’ was not
../src/gx_head/gui/gx_main_window.cpp:2338: error: ‘GDK_KEY_9’ was not
../src/gx_head/gui/gx_main_window.cpp:2339: error: ‘GDK_KEY_1’ was not
../src/gx_head/gui/gx_main_window.cpp:2342: error: ‘GDK_KEY_KP_0’ was not
../src/gx_head/gui/gx_main_window.cpp:2342: error: ‘GDK_KEY_KP_9’ was not
../src/gx_head/gui/gx_main_window.cpp:2343: error: ‘GDK_KEY_KP_1’ was not
../src/gx_head/gui/gx_main_window.cpp:2346: error: ‘GDK_KEY_a’ was not
../src/gx_head/gui/gx_main_window.cpp:2346: error: ‘GDK_KEY_z’ was not
I searched for changes in gdkkeysyms.h : 2010-09-08 was a change where all
GDK_xxx symbols were renamed to GDK_KEY_xxx. So if you change "GDK_KEY_"
to "GDK_" I hope it will compile. I'll think about the best way to make
Guitarix
compile with both versions (don't know if I can do it today, I'm not at home).
ciao
Andreas