Summary: | kdebindings Cygwin build fixes | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Yaakov Selkowitz <yselkowi> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | chaofeng111 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Cygwin | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
kdebindings-3.4.3 Cygwin patch
kdebindings-3.5.3 Cygwin patch |
Description
Yaakov Selkowitz
2005-11-21 00:16:08 UTC
Created attachment 13576 [details]
kdebindings-3.4.3 Cygwin patch
Please submit patches for 3.5.0. There will be no more 3.4.x releases. This patch is for the build system, and after looking at branches/KDE/3.5/ on websvn, I believe that the patch should apply cleanly to all the Makefile.am files, as none of them appear to have changed since 3.4.3. That leaves two patches to kde-common/admin/acinclude.m4.in, which *has* changed since 3.4. The first part is to add the following line in KDE_CREATE_LIBS_ALIASES: AC_SUBST(LIB_DCOP, "-lDCOP") and the second part should also apply cleanly. Created attachment 16877 [details] kdebindings-3.5.3 Cygwin patch Here is an updated patch for kdebindings-3.5.3. It depends on the admin/acinclude.m4.in patch in bug 130215. |