svn commit: r461480 - head/audio/ardour/files

Jan Beich jbeich at FreeBSD.org
Sun Feb 11 10:00:23 UTC 2018


Alexey Dokuchaev <danfe at FreeBSD.org> writes:

> Author: danfe
> Date: Sun Feb 11 09:14:00 2018
> New Revision: 461480
> URL: https://svnweb.freebsd.org/changeset/ports/461480
>
> Log:
>   Fix another several issues that were upsetting new Clang, missed in r460224.

It still fails, see https://ptpb.pw/uUFu

In file included from libs/gtkmm2ext/gtk_ui.cc:29:
In file included from /usr/local/include/gtkmm-2.4/gtkmm.h:87:
In file included from /usr/local/include/glibmm-2.4/glibmm.h:89:
In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50:
In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104:
In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27:
/usr/local/include/sigc++-2.0/sigc++/functors/slot.h:147:14: error: cannot initialize return object of type 'bool' with an rvalue of type 'typename deduce_result_type<_GdkEventAny *const &>::type' (aka 'void')
      return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait_take_t<T_arg1>>
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[...]
libs/gtkmm2ext/gtk_ui.cc:103:41: note: in instantiation of function template specialization 'sigc::slot<bool, _GdkEventAny *, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot<std::__1::__bind<sigc::pointer_functor2<_GdkEventAny *, Gtk::Window *, bool>, Gtk::Window *> >' requested here
        errors->signal_delete_event().connect (bind (sigc::ptr_fun (just_hide_it), (Window *) errors));
                                               ^


More information about the svn-ports-head mailing list