Project

General

Profile

Actions

Support #4127

closed

Error Building Examples (hangman) boost::_mfi::mf2 Mac OS X Yosemite boost 1.58.0

Added by Alexander David Cruz Márquez almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
05/31/2015
Due date:
% Done:

0%

Estimated time:

Description

[ 78%] Building CXX object examples/hangman/CMakeFiles/hangman.wt.dir/LettersWidget.o

In file included from /Users/chandero/Documents/Development/sources/wt/examples/hangman/LettersWidget.C:7:

In file included from /Users/chandero/Documents/Development/sources/wt/examples/hangman/LettersWidget.h:11:

In file included from /Users/chandero/Documents/Development/sources/wt/src/Wt/WCompositeWidget:10:

In file included from /Users/chandero/Documents/Development/sources/wt/src/Wt/WWidget:10:

In file included from /Users/chandero/Documents/Development/sources/wt/src/Wt/WObject:138:

In file included from /usr/local/include/boost/signals2.hpp:19:

In file included from /usr/local/include/boost/signals2/signal.hpp:22:

In file included from /usr/local/include/boost/signals2/connection.hpp:23:

In file included from /usr/local/include/boost/signals2/slot.hpp:15:

In file included from /usr/local/include/boost/bind.hpp:22:

/usr/local/include/boost/bind/bind.hpp:392:9: error: no matching function for call to object of type

'boost::_mfi::mf2<void, LettersWidget, Wt::WKeyEvent &, Wt::WPushButton *>'

Actions #1

Updated by Wim Dumon almost 9 years ago

  • Status changed from New to Resolved

Hi,

This is already fixed in git, started to show up with boost 1.58. Change the signature of processButtonPushed to:

void processButtonPushed(const Wt::WKeyEvent &e, Wt::WPushButton *b);

Wim.

Actions #2

Updated by Koen Deforche over 8 years ago

  • Status changed from Resolved to Closed
Actions #3

Updated by Koen Deforche over 8 years ago

  • Target version changed from 3.3.4 to 3.3.5
Actions

Also available in: Atom PDF