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
Hello,
Getting this error on the Steam Deck but I don't know what to do:
make install sed 's_!/usr/bin/tclsh_!'"/usr/bin/tclsh"'_' < usb_modeswitch.tcl > usb_modeswitch_dispatcher cc -o usb_modeswitch usb_modeswitch.c -Wall pkg-config --libs --cflags libusb-1.0 usb_modeswitch.c:50:10: fatal error: stdio.h: No such file or directory 50 | #include <stdio.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:39: usb_modeswitch] Error 1 (2)(deck@steamdeck usb-modeswitch-master)$
make install sed 's_!/usr/bin/tclsh_!'"/usr/bin/tclsh"'_' < usb_modeswitch.tcl > usb_modeswitch_dispatcher cc -o usb_modeswitch usb_modeswitch.c -Wall
usb_modeswitch.c:50:10: fatal error: stdio.h: No such file or directory 50 | #include <stdio.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:39: usb_modeswitch] Error 1 (2)(deck@steamdeck usb-modeswitch-master)$
Trying to get the Logitech G920 to switch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Getting this error on the Steam Deck but I don't know what to do:
make install sed 's_!/usr/bin/tclsh_!'"/usr/bin/tclsh"'_' < usb_modeswitch.tcl > usb_modeswitch_dispatcher cc -o usb_modeswitch usb_modeswitch.c -Wall
pkg-config --libs --cflags libusb-1.0usb_modeswitch.c:50:10: fatal error: stdio.h: No such file or directory 50 | #include <stdio.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:39: usb_modeswitch] Error 1 (2)(deck@steamdeck usb-modeswitch-master)$
Trying to get the Logitech G920 to switch
The text was updated successfully, but these errors were encountered: