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.
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.