Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 21, 2024 · 0 comments

Comments

@yurivict
Copy link

/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant