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

ERROR on Make #35

Open
markt38 opened this issue Jan 21, 2024 · 4 comments
Open

ERROR on Make #35

markt38 opened this issue Jan 21, 2024 · 4 comments

Comments

@markt38
Copy link

markt38 commented Jan 21, 2024

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

@AutomateMyLifee
Copy link

I get this error on my Pi while compiling as well

@sergiu99
Copy link

same

1 similar comment
@Blackspell01
Copy link

same

@NintyS
Copy link

NintyS commented Apr 14, 2024

See if this it the same #31

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

5 participants