We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is anyone able to resolve this error.
In file included from ./Muxer.hpp:13, from Manager/ClientManager.hpp:11, from Client.hpp:12, from Client.cpp:8: Client.cpp: In member function ‘void Client::readData()’: Client.cpp:110:9: sorry, unimplemented: passing arguments to ellipsis of inherited constructor ‘tihmstar::MUXException_client_disconnected::MUXException_client_disconnected(const char*, const char*, int, const char*, const char*, ...) [inherited from tihmstar::exception]’ 110 | retcustomerror(MUXException_client_disconnected, "client %d disconnected!",_fd); | ^~~~~~~~~~~~~~ In file included from Client.cpp:15: MUXException.hpp:22:25: note: declared here 22 | using MUXException::MUXException; | ^~~~~~~~~~~~ make[2]: *** [Makefile:637: usbmuxd-Client.o] Error 1 make[2]: Leaving directory '/home/mark/usbmuxd2/' make[1]: *** [Makefile:444: all-recursive] Error 1 make[1]: Leaving directory '/home/mark/' make: *** [Makefile:374: all] Error 2
The text was updated successfully, but these errors were encountered:
I get this error on my Pi while compiling as well
Sorry, something went wrong.
same
See if this it the same #31
No branches or pull requests
Hi,
Is anyone able to resolve this error.
In file included from ./Muxer.hpp:13,
from Manager/ClientManager.hpp:11,
from Client.hpp:12,
from Client.cpp:8:
Client.cpp: In member function ‘void Client::readData()’:
Client.cpp:110:9: sorry, unimplemented: passing arguments to ellipsis of inherited constructor ‘tihmstar::MUXException_client_disconnected::MUXException_client_disconnected(const char*, const char*, int, const char*, const char*, ...) [inherited from tihmstar::exception]’
110 | retcustomerror(MUXException_client_disconnected, "client %d disconnected!",_fd);
| ^~~~~~~~~~~~~~
In file included from Client.cpp:15:
MUXException.hpp:22:25: note: declared here
22 | using MUXException::MUXException;
| ^~~~~~~~~~~~
make[2]: *** [Makefile:637: usbmuxd-Client.o] Error 1
make[2]: Leaving directory '/home/mark/usbmuxd2/'
make[1]: *** [Makefile:444: all-recursive] Error 1
make[1]: Leaving directory '/home/mark/'
make: *** [Makefile:374: all] Error 2
The text was updated successfully, but these errors were encountered: