nordlaender

std memfun and bind1st

Sep 17th, 2015
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.55 KB | None | 0 0
  1. 17:13:19: Running steps for project Moleculator...
  2. 17:13:19: Configuration unchanged, skipping qmake step.
  3. 17:13:19: Starting: "/usr/bin/make" -j 4
  4. g++ -c -pipe -g -w -std=c++0x -D_REENTRANT -fPIE -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../moleculator/implementation/Moleculator -I. -I../../../Qt/5.4/gcc_64/include -I../../../Qt/5.4/gcc_64/include/QtPrintSupport -I../../../Qt/5.4/gcc_64/include/QtWebKitWidgets -I../../../Qt/5.4/gcc_64/include/QtWidgets -I../../../Qt/5.4/gcc_64/include/QtWebKit -I../../../Qt/5.4/gcc_64/include/QtGui -I../../../Qt/5.4/gcc_64/include/QtNetwork -I../../../Qt/5.4/gcc_64/include/QtCore -I. -I. -I../../../Qt/5.4/gcc_64/mkspecs/linux-g++ -o concreteworker.o ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp
  5. In file included from /usr/include/c++/4.9/bits/stl_function.h:1084:0,
  6.                  from /usr/include/c++/4.9/string:48,
  7.                  from /usr/include/c++/4.9/random:40,
  8.                  from /usr/include/c++/4.9/bits/stl_algo.h:66,
  9.                  from /usr/include/c++/4.9/algorithm:62,
  10.                  from ../../../Qt/5.4/gcc_64/include/QtCore/qglobal.h:81,
  11.                  from ../../../Qt/5.4/gcc_64/include/QtCore/qnamespace.h:37,
  12.                  from ../../../Qt/5.4/gcc_64/include/QtCore/qobjectdefs.h:41,
  13.                  from ../../../Qt/5.4/gcc_64/include/QtCore/qobject.h:40,
  14.                  from ../../../Qt/5.4/gcc_64/include/QtCore/qthread.h:37,
  15.                  from ../../../Qt/5.4/gcc_64/include/QtCore/QThread:1,
  16.                  from ../../moleculator/implementation/Moleculator/numerics/concreteworker.h:4,
  17.                  from ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:1:
  18. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >':
  19. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:76:61:   required from here
  20. /usr/include/c++/4.9/backward/binders.h:104:11: error: no type named 'second_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  21.      class binder1st
  22.            ^
  23. /usr/include/c++/4.9/backward/binders.h:110:48: error: no type named 'first_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  24.        typename _Operation::first_argument_type value;
  25.                                                 ^
  26. /usr/include/c++/4.9/backward/binders.h:113:7: error: no type named 'first_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  27.        binder1st(const _Operation& __x,
  28.        ^
  29. /usr/include/c++/4.9/backward/binders.h:118:7: error: no type named 'second_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  30.        operator()(const typename _Operation::second_argument_type& __x) const
  31.        ^
  32. /usr/include/c++/4.9/backward/binders.h:124:7: error: no type named 'second_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  33.        operator()(typename _Operation::second_argument_type& __x) const
  34.        ^
  35. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >':
  36. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:77:102:   required from here
  37. /usr/include/c++/4.9/backward/binders.h:104:11: error: no type named 'second_argument_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  38.      class binder1st
  39.            ^
  40. /usr/include/c++/4.9/backward/binders.h:110:48: error: no type named 'first_argument_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  41.        typename _Operation::first_argument_type value;
  42.                                                 ^
  43. /usr/include/c++/4.9/backward/binders.h:113:7: error: no type named 'first_argument_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  44.        binder1st(const _Operation& __x,
  45.        ^
  46. /usr/include/c++/4.9/backward/binders.h:118:7: error: no type named 'result_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  47.        operator()(const typename _Operation::second_argument_type& __x) const
  48.        ^
  49. /usr/include/c++/4.9/backward/binders.h:124:7: error: no type named 'result_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  50.        operator()(typename _Operation::second_argument_type& __x) const
  51.        ^
  52. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'class std::binder1st<std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > > >':
  53. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:78:65:   required from here
  54. /usr/include/c++/4.9/backward/binders.h:104:11: error: no type named 'second_argument_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  55.      class binder1st
  56.            ^
  57. /usr/include/c++/4.9/backward/binders.h:110:48: error: no type named 'first_argument_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  58.        typename _Operation::first_argument_type value;
  59.                                                 ^
  60. /usr/include/c++/4.9/backward/binders.h:113:7: error: no type named 'first_argument_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  61.        binder1st(const _Operation& __x,
  62.        ^
  63. /usr/include/c++/4.9/backward/binders.h:118:7: error: no type named 'result_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  64.        operator()(const typename _Operation::second_argument_type& __x) const
  65.        ^
  66. /usr/include/c++/4.9/backward/binders.h:124:7: error: no type named 'result_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  67.        operator()(typename _Operation::second_argument_type& __x) const
  68.        ^
  69. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>; _Tp = std::shared_ptr<Model>]':
  70. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:76:61:   required from here
  71. /usr/include/c++/4.9/backward/binders.h:133:56: error: no type named 'first_argument_type' in 'class std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)>'
  72.        typedef typename _Operation::first_argument_type _Arg1_type;
  73.                                                         ^
  74. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >; _Tp = QVector<Molecule>]':
  75. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:77:102:   required from here
  76. /usr/include/c++/4.9/backward/binders.h:133:56: error: no type named 'first_argument_type' in 'class std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> >'
  77. /usr/include/c++/4.9/backward/binders.h: In instantiation of 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >; _Tp = double]':
  78. ../../moleculator/implementation/Moleculator/numerics/concreteworker.cpp:78:65:   required from here
  79. /usr/include/c++/4.9/backward/binders.h:133:56: error: no type named 'first_argument_type' in 'class std::binder1st<std::binder1st<std::_Mem_fn<State (ConcreteModel::*)(const QVector<Molecule>&, double&)> > >'
  80. Makefile:4864: recipe for target 'concreteworker.o' failed
  81. make: *** [concreteworker.o] Error 1
  82. 17:13:21: The process "/usr/bin/make" exited with code 2.
  83. Error while building/deploying project Moleculator (kit: Desktop Qt 5.4.1 GCC 64bit)
  84. When executing step "Make"
  85. 17:13:21: Elapsed time: 00:02.
Advertisement
Add Comment
Please, Sign In to add comment