pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

undefined reference to `gtk_menu_item_set_label' #334

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout recent svn  revision 1604.
2. ./configure,make
3. error occurred

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
recent svn 1604 ubuntu 8.10 with gtk 2.14

Please provide any additional information below.

before recent update, works well  with my gtk 2.14.
but now gtk 2.16 funtion gtk_menu_item_set_label introduced.
what can i do?have to install gtk 2.16?
i think you can include some ifdef  gtk 2.14 statements to source code.

gui.o: In function `create_window':
/media/sdc1/gnome-mplayer-read-only/src/gui.c:6076: undefined 
reference to `gtk_menu_item_set_label'
collect2: ld returned 1 exit status
make[3]: *** [gnome-mplayer] error 1

Original issue reported on code.google.com by kuh...@gmail.com on 17 Dec 2009 at 3:29

GoogleCodeExporter commented 8 years ago
Fixed... your GTK is < 2.16 so I had to put a workaround in for that.

Original comment by kdeko...@gmail.com on 17 Dec 2009 at 3:47

GoogleCodeExporter commented 8 years ago
thanks for quick fix

Original comment by kuh...@gmail.com on 17 Dec 2009 at 3:52