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 765119 - plugins/rdp/vinagre-rdp-tab.c:1206:34: error: implicit declaration of function ‘freerdp_get_last_error’
plugins/rdp/vinagre-rdp-tab.c:1206:34: error: implicit declaration of functio...
Status: RESOLVED OBSOLETE
Product: vinagre
Classification: Applications
Component: RDP
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2016-04-15 18:29 UTC by Michael Biebl
Modified: 2021-05-26 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2016-04-15 18:29:55 UTC
Since commit 60dea279a24c7f0e398b89a0a60d45e80087ed1d, I get the following failure when trying to build vinagre:

plugins/rdp/vinagre-rdp-tab.c: In function ‘open_freerdp’:
plugins/rdp/vinagre-rdp-tab.c:1206:34: error: implicit declaration of function ‘freerdp_get_last_error’ [-Werror=implicit-function-declaration]
           authentication_error = freerdp_get_last_error (priv->freerdp_session->context) == 0x20009 ||
                                  ^
plugins/rdp/vinagre-rdp-tab.c:1206:11: warning: nested extern declaration of ‘freerdp_get_last_error’ [-Wnested-externs]
           authentication_error = freerdp_get_last_error (priv->freerdp_session->context) == 0x20009 ||
           ^
cc1: some warnings being treated as errors
Makefile:1673: die Regel für Ziel „plugins/rdp/vinagre_vinagre-vinagre-rdp-tab.o“ scheiterte


libfreerdp is at version 1.1.0~git20140921.1.440916e+dfsg1
Comment 1 Michael Biebl 2016-04-15 19:42:38 UTC
Related/duplicate see #761687
Comment 2 André Klapper 2021-05-26 09:25:38 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version of Vinagre, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/vinagre/-/issues/

Thank you for your understanding and your help.