Hi ..
I am trying to compile the latest source of salasaga 0.8.0-alpha6 in my Debian Lenny..installed ll teh dependencies.. libgtk2.0-dev 2.12.11-4
libming-dev 1:0.3.0-14
libgdk-pixbuf-dev 0.22.0-14
gcc-4.3 4.3.2-1.1
and all other depedencies I hope..
./configure went of without any error..but doing "make" struck with the below error..
create_time_line.o: In function `create_time_line':
/root/salasaga/ide/functions/create_time_line.c:86: undefined reference to `gtk_widget_set_can_focus'
project_adjust_dimensions.o: In function `project_adjust_dimensions':
/root/salasaga/ide/functions/project_adjust_dimensions.c:109: undefined reference to `gtk_scale_add_mark'
/root/salasaga/ide/functions/project_adjust_dimensions.c:113: undefined reference to `gtk_scale_add_mark'
/root/salasaga/ide/functions/project_adjust_dimensions.c:131: undefined reference to `gtk_scale_add_mark'
/root/salasaga/ide/functions/project_adjust_dimensions.c:135: undefined reference to `gtk_scale_add_mark'
display_dialog_highlight.o: In function `display_dialog_highlight':
/root/salasaga/ide/functions/dialog/display_dialog_highlight.c:226: undefined reference to `gtk_scale_add_mark'
display_dialog_highlight.o:/root/salasaga/ide/functions/dialog/display_dialog_highlight.c:227: more undefined references to `gtk_scale_add_mark' follow
menu_screenshots_capture.o: In function `menu_screenshots_capture':
/root/salasaga/ide/functions/menu/menu_screenshots_capture.c:231: undefined reference to `gtk_status_icon_set_tooltip_text'
menu_screenshots_capture_full_screen.o: In function `menu_screenshots_capture_full_screen':
/root/salasaga/ide/functions/menu/menu_screenshots_capture_full_screen.c:103: undefined reference to `gtk_status_icon_set_tooltip_text'
create_status_icon.o: In function `create_status_icon':
/root/salasaga/ide/functions/status_icon/create_status_icon.c:55: undefined reference to `gtk_status_icon_set_tooltip_text'
create_working_area.o: In function `create_working_area':
/root/salasaga/ide/functions/working_area/create_working_area.c:72: undefined reference to `gtk_widget_set_can_focus'
collect2: ld returned 1 exit status
make[3]: *** [salasaga] Error 1
make[3]: Leaving directory `/root/salasaga/ide/functions'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/salasaga/ide'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/salasaga'
make: *** [all] Error 2

I googled but couldnt come to a proper answer..from which library these functins are coming..and what other development packages I have to install to make the compilation successfull..
