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

Build failure: no matching function for call to 'NymphMethod::NymphMethod #57

Closed
PureTryOut opened this issue Dec 28, 2021 · 2 comments
Closed

Comments

@PureTryOut
Copy link
Contributor

I'm assuming this means NymphCast requires git master of nymphrpc rather than 0.1_alpha0. If that is the case, could Nymphrpc please get a new release?

NymphCastServer.cpp:1971:83: error: no matching function for call to 'NymphMethod::NymphMethod(const char [9], std::vector<NymphTypes>&, NymphTypes, NymphMessage* (&)(int, NymphMessage*, void*))'
 1971 |         NymphMethod appListFunction("app_list", parameters, NYMPH_STRING, app_list);
      |                                                                                   ^
In file included from /usr/include/nymph/remote_server.h:26,
                 from /usr/include/nymph/nymph.h:19,
                 from NymphCastServer.cpp:53:
@MayaPosch
Copy link
Owner

I have just created new pre-release tags for the NymphRPC and libNymphCast projects: v0.1-alpha1 and v0.1-beta0 respectively.

As you noticed, the previous tagged releases were somewhat outdated :)

@PureTryOut
Copy link
Contributor Author

Yup, I noticed 😉 Thanks, it was in fact an outdated libnymphcast that was the issue. Thanks for tagging it!

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

2 participants