← Back to team overview

papercuts-ninja team mailing list archive

Building GTK+2.0 Ubuntu

 

I'm trying to build the Ubuntu build of GTK+2 to test a patch I've made. I've checked out the Onieric branch but I keep getting this error when building. 

./.libs/libgtk-x11-2.0.so: undefined reference to `ubuntu_menu_proxy_insert'
./.libs/libgtk-x11-2.0.so: undefined reference to `ubuntu_menu_proxy_activate_menu'
./.libs/libgtk-x11-2.0.so: undefined reference to `ubuntu_menu_proxy_get'
./.libs/libgtk-x11-2.0.so: undefined reference to `ubuntu_menu_proxy_show_local'
collect2: ld returned 1 exit status

I've noticed there is a directory called debian which contains patches in it. Do I need to apply these patch before building? Or do I need to do anything else special to build the Ubuntu customised gtk+2 lib???