MayaPosch / NymphCast

Audio and video casting system with support for custom applications.
http://nyanko.ws/nymphcast.php
BSD 3-Clause "New" or "Revised" License
2.43k stars 82 forks source link

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

Closed PureTryOut closed 2 years ago

PureTryOut commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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