Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 16:45:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241205] devel/replxx: Update to 0.0.2
Message-ID:  <bug-241205-7788-zklRF4UwpH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241205-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241205-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241205

Raphael Kubo da Costa <rakuco@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco@FreeBSD.org

--- Comment #3 from Raphael Kubo da Costa <rakuco@FreeBSD.org> ---
The update seems to break the math/curv port:

/usr/bin/c++  -DIMGUI_IMPL_OPENGL_LOADER_GLAD
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/.
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/extern/googletes=
t/googletest/include
-I/wrkdirs/usr/ports/math/curv/wor
k/curv-0.4-127-g3caf3068/extern/ordered-map/include
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/extern/blosc
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/extern/stb
-I/wrkdirs/usr/ports/math/curv/work/curv-0.
4-127-g3caf3068/extern/glad
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/extern/imgui
-I/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/extern/imgui/exa=
mples
-O2 -pipe -fstack-protector-strong -isystem /usr/local/i
nclude -fno-strict-aliasing  -isystem /usr/local/include -Wall
-Wno-unused-result -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing  -isystem /usr/local/include=20=20
-std=3Dgnu++14 -MD -MT CMakeFiles/curv.dir
/curv/repl.cc.o -MF CMakeFiles/curv.dir/curv/repl.cc.o.d -o
CMakeFiles/curv.dir/curv/repl.cc.o -c
/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/curv/repl.cc
/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/curv/repl.cc:250:4=
9:
error: too many arguments to function call, expected single argument 'fn', =
have
2 arguments
    rx.set_completion_callback(get_completions, static_cast<void*>(&names));
    ~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/replxx.hxx:348:2: note: 'set_completion_callback' declar=
ed
here
        void set_completion_callback( completion_callback_t const& fn );
        ^
/wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/curv/repl.cc:251:4=
6:
error: too many arguments to function call, expected single argument 'fn', =
have
2 arguments
    rx.set_highlighter_callback(color_input, static_cast<void*>(sys));
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~              ^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/replxx.hxx:354:2: note: 'set_highlighter_callback' decla=
red
here
        void set_highlighter_callback( highlighter_callback_t const& fn );
        ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241205-7788-zklRF4UwpH>