Bug 116797 - kdebindings Cygwin build fixes
Summary: kdebindings Cygwin build fixes
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Cygwin
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-21 00:16 UTC by Yaakov Selkowitz
Modified: 2014-08-09 09:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdebindings-3.4.3 Cygwin patch (9.69 KB, patch)
2005-11-21 00:16 UTC, Yaakov Selkowitz
Details
kdebindings-3.5.3 Cygwin patch (10.90 KB, patch)
2006-07-03 21:50 UTC, Yaakov Selkowitz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yaakov Selkowitz 2005-11-21 00:16:08 UTC
Version:            (using KDE KDE 3.4.3)
Installed from:    Compiled From Sources
Compiler:          gcc-3.4.4 
OS:                Cygwin

I'm attaching a patch which fixes building kdebindings-3.4.3 on Cygwin, based on the qt3 port included in the Cygwin distribution.

Please note that this patch comes from the Cygwin Ports project and is not connected with the kde-cygwin project.

A similar patch for kdelibs will be following soon.
Comment 1 Yaakov Selkowitz 2005-11-21 00:16:33 UTC
Created attachment 13576 [details]
kdebindings-3.4.3 Cygwin patch
Comment 2 Thiago Macieira 2005-11-21 03:50:15 UTC
Please submit patches for 3.5.0.

There will be no more 3.4.x releases.
Comment 3 Yaakov Selkowitz 2005-11-21 04:25:32 UTC
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.
Comment 4 Yaakov Selkowitz 2006-07-03 21:50:51 UTC
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.