[Bug 241205] devel/replxx: Update to 0.0.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 19 16:45:19 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241205
Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rakuco at FreeBSD.org
--- Comment #3 from Raphael Kubo da Costa <rakuco at 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/googletest/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/examples
-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
-std=gnu++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:49:
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' declared
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:46:
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' declared
here
void set_highlighter_callback( highlighter_callback_t const& fn );
^
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list