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 310682 - doesn't compile !WITH_KEYSERVER
doesn't compile !WITH_KEYSERVER
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2005-07-17 22:58 UTC by Sven Herzberg
Modified: 2005-07-28 00:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to solve this (1.08 KB, patch)
2005-07-17 23:09 UTC, Sven Herzberg
reviewed Details | Review

Description Sven Herzberg 2005-07-17 22:58:30 UTC
seahorse-key-manager.c: Auf höchster Ebene:
seahorse-key-manager.c:708: Fehler: »search_activate« ist hier nicht deklariert
(nicht in einer Funktion)
seahorse-key-manager.c:710: Fehler: »sync_activate« ist hier nicht deklariert
(nicht in einer Funktion)

(which means that these functions are not declared)
Comment 1 Sven Herzberg 2005-07-17 23:09:15 UTC
Created attachment 49333 [details] [review]
Patch to solve this

This patch condtionally replaces the functions by NULL
Comment 2 Adam Schreiber 2005-07-17 23:53:01 UTC
Instead of replacing the function pointers with NULLs switched in with
conditionals, the whole GtkActionEntry remote_entries declaration should be
conditionalled out.  Since the only other place in the code they're referenced
is lines 783-788.
Comment 3 Sven Herzberg 2005-07-18 00:33:58 UTC
As long as they are mentioned in the .ui file, they should be declared.
Comment 4 Stef Walter 2005-07-28 00:13:58 UTC
Thanks. Fixed in stable.

2005-07-27  Nate Nielsen  <nielsen@memberwebs.com>
    
    * src/seahorse-key-manager.c: Fix problem with compiling
    without WITH_KEYSERVER (bug #310682)