Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 11:00:15 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r461480 - head/audio/ardour/files
Message-ID:  <wozj-3ky8-wny@FreeBSD.org>
In-Reply-To: <201802110914.w1B9E0PU095876@repo.freebsd.org> (Alexey Dokuchaev's message of "Sun, 11 Feb 2018 09:14:00 %2B0000 (UTC)")
References:  <201802110914.w1B9E0PU095876@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Dokuchaev <danfe@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));
                                               ^



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?wozj-3ky8-wny>