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 501432 - libgnomekbd Cygwin build fixes
libgnomekbd Cygwin build fixes
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Config
2.20.x
Other Cygwin
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2007-12-04 03:37 UTC by Yaakov Selkowitz
Modified: 2007-12-05 23:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
2.20.0 Cygwin patch (1.81 KB, patch)
2007-12-04 03:39 UTC, Yaakov Selkowitz
none Details | Review

Description Yaakov Selkowitz 2007-12-04 03:37:04 UTC
I'm attaching a patch which fixes the building of libgnomekbd on Cygwin, as well as fixing a parallel build issue.
Comment 1 Yaakov Selkowitz 2007-12-04 03:39:45 UTC
Created attachment 100162 [details] [review]
2.20.0 Cygwin patch

Two points:
1) '-no-undefined' is required by Cygwin (and MinGW) for building shared libraries.
2) By specifying libgnomekbd.la by file name and placing it in LIBADD, automake adds it to libgnomekbdui_la_DEPENDENCIES, assuring that the first is made before the second with a parallel build.
Comment 2 Sergey V. Udaltsov 2007-12-05 23:22:42 UTC
Thanks, committed!