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

Client.cpp:110:9: sorry, unimplemented: passing arguments to ellipsis of inherited constructor ‘tihmstar::MUXException_client_disconnected #40

Open
spidy0x0 opened this issue Jun 29, 2024 · 1 comment

Comments

@spidy0x0
Copy link

└──╼ $make
make  all-recursive
make[1]: Entering directory '/home/user/usbmuxd2'
Making all in usbmuxd2
make[2]: Entering directory '/home/user/usbmuxd2/usbmuxd2'
g++ -DHAVE_CONFIG_H -I. -I..       -I../usbmuxd2  -I/usr/local/include  -I/usr/include/libusb-1.0   -I/usr/local/include  -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT usbmuxd-main.o -MD -MP -MF .deps/usbmuxd-main.Tpo -c -o usbmuxd-main.o `test -f 'main.cpp' || echo './'`main.cpp
mv -f .deps/usbmuxd-main.Tpo .deps/usbmuxd-main.Po
gcc -DHAVE_CONFIG_H -I. -I..    -I../usbmuxd2  -I/usr/local/include  -I/usr/include/libusb-1.0   -I/usr/local/include  -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -MT usbmuxd-log.o -MD -MP -MF .deps/usbmuxd-log.Tpo -c -o usbmuxd-log.o `test -f 'log.c' || echo './'`log.c
mv -f .deps/usbmuxd-log.Tpo .deps/usbmuxd-log.Po
g++ -DHAVE_CONFIG_H -I. -I..       -I../usbmuxd2  -I/usr/local/include  -I/usr/include/libusb-1.0   -I/usr/local/include  -g -O2 -DCUSTOM_LOGGING="\"log.h\"" -std=c++20 -MT usbmuxd-Client.o -MD -MP -MF .deps/usbmuxd-Client.Tpo -c -o usbmuxd-Client.o `test -f 'Client.cpp' || echo './'`Client.cpp
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/user/usbmuxd2/usbmuxd2'
make[1]: *** [Makefile:442: all-recursive] Error 1
make[1]: Leaving directory '/home/user/usbmuxd2'
make: *** [Makefile:372: all] Error 2

i ran make during the building process and got this error. How do i fix it please?

@fish4terrisa-MSDSM
Copy link

Use clang and clang++ instead

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