GNOME Bugzilla – Bug 510640
Vinagre doesn't build against gtk-vnc 0.3.2
Last modified: 2008-01-19 17:07:44 UTC
vinagre-tab.o: In function `open_vnc': /opt/gnome-2-22/src/vinagre/src/vinagre-tab.c:258: undefined reference to `vnc_display_set_lossy_encoding' collect2: ld returned 1 exit status make[2]: *** [vinagre] Error 1 make[2]: Leaving directory `/opt/gnome-2-22/src/vinagre/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/gnome-2-22/src/vinagre' make: *** [all] Error 2 pkg-config --modversion gtk-vnc-1.0 0.3.2
It seems that vnc_display_set_lossy_encoding was introduced after the 0.3.2 release: http://gtk-vnc.codemonkey.ws/hg/outgoing.hg/rev/b5de4b4d2c9c However, the gtk-vnc external dependency for Gnome is set to 0.3.2 (seehttp://live.gnome.org/TwoPointTwentyone/ExternalDependencies for the list). I think it's not a problem to bump the requirement up, provided there will be a 0.3.3 release REAL SOON NOW, since this dependency is new anyway.
Yes, we plan to release 0.3.3 soon. *** This bug has been marked as a duplicate of 509993 ***