After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 510640 - Vinagre doesn't build against gtk-vnc 0.3.2
Vinagre doesn't build against gtk-vnc 0.3.2
Status: RESOLVED DUPLICATE of bug 509993
Product: vinagre
Classification: Applications
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2008-01-19 16:56 UTC by Wouter Bolsterlee (uws)
Modified: 2008-01-19 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2008-01-19 16:56:33 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
Comment 1 Wouter Bolsterlee (uws) 2008-01-19 17:02:21 UTC
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.
Comment 2 Jonh Wendell 2008-01-19 17:07:44 UTC
Yes, we plan to release 0.3.3 soon.

*** This bug has been marked as a duplicate of 509993 ***