Control: forwarded -1 https://github.com/worldforge/libwfut/pull/4
Control: tags -1 patch fixed-upstream

On Thu, 2015-11-26 at 08:52 -0200, Breno Leitao wrote:
> I just tried to build it on ppc64el and it fails with the same
> mistake.
> 
> The patch attached solves this problem.

You didn't attach a patch :)

I've attached the patch which was forwarded and accepted upstream. It
works for me (apart from all the symbols being messed up due to the
libstdcxx transition).

James
From 680a086a928a36449e7c1580e72af41f19bc3abe Mon Sep 17 00:00:00 2001
From: olekw <olek-...@wojnar.org>
Date: Sat, 21 Nov 2015 19:44:11 -0500
Subject: [PATCH] Remove reference to object_slot.h

This header has been removed in newer versions of sigc++ and the removal causes a build failure for libwfut. Interestingly, the header file was essentially empty (at least in sigc++ version 2.4.1). Since it does not appear that this header served any useful function, the easiest solution seems to be to remove it. I was able to compile libwfut successfully without this line. If no one has any insight as to why this is included, I recommend that we remove it.
---
 python/WFUT.i | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/WFUT.i b/python/WFUT.i
index c02b54c..9c7e2f2 100644
--- a/python/WFUT.i
+++ b/python/WFUT.i
@@ -17,7 +17,6 @@
 #include <libwfut/IO.h>
 #include <libwfut/WFUT.h>
 #include <sigc++/bind.h>
-#include <sigc++/object_slot.h>
 
 //Fix for missing SWIGPY_SLICE_ARG with some versions of swig.
 #if PY_VERSION_HEX >= 0x03020000

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to