usbmuxd2 icon indicating copy to clipboard operation
usbmuxd2 copied to clipboard

ERROR on Make

Open markt38 opened this issue 1 year ago • 4 comments

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

markt38 avatar Jan 21 '24 12:01 markt38

I get this error on my Pi while compiling as well

AutomateMyLifee avatar Feb 02 '24 20:02 AutomateMyLifee

same

sergiu99 avatar Feb 25 '24 05:02 sergiu99

same

Blackspell01 avatar Apr 03 '24 10:04 Blackspell01

See if this it the same #31

NintyS avatar Apr 14 '24 23:04 NintyS