jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.08k stars 297 forks source link

0.15.3 is incompatible with xeus-4.0.3: error: too few arguments to function call, expected 3, have 2 #523

Open yurivict opened 5 months ago

yurivict commented 5 months ago
/usr/ports/devel/xeus-cling/work/xeus-cling-0.15.3/src/xinput.cpp:36:69: error: too few arguments to function call, expected 3, have 2
   36 |                       value = xeus::blocking_input_request("", false);
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~          ^
/usr/local/include/xeus/xinput.hpp:21:17: note: 'blocking_input_request' declared here
   21 |     std::string blocking_input_request(
      |                 ^
   22 |         xrequest_context context,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~
   23 |         const std::string& prompt,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~
   24 |         bool password
      |         ~~~~~~~~~~~~~
1 error generated.

FreeBSD 14.0