Bug 116797

Summary: kdebindings Cygwin build fixes
Product: [Developer tools] bindings Reporter: Yaakov Selkowitz <yselkowi>
Component: generalAssignee: 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:
Attachments: kdebindings-3.4.3 Cygwin patch
kdebindings-3.5.3 Cygwin patch

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.