Rosen Penev
Rosen Penev
Thought I would pitch in. Windows ISO files are a complete disaster. They are UDF formatted, meaning not bootable. Which means all the files need to be taken out of...
I got it to compile by disabling examples. The issue is also on my end (ccache update broke linking of some packages).
from a developer on IRC: ``` 04:00 I think my earlier comment specifically noted that 04:00 teh whole thing around protocols and people not knowing of rw_timeout etc 04:01 oooh...
It's just a random developer confirming what you said.
I would run this with shellcheck.
Does it also require hardware floating point?
I'll note that this is a compile time error on clang with MSYS2. Fixed with: ``` --- a/libusb/core.c +++ b/libusb/core.c @@ -2181,7 +2181,7 @@ void API_EXPORTED libusb_set_log_cb(libusb_context *ctx, libusb_log_cb cb,...
> > -int API_EXPORTED libusb_set_option(libusb_context *ctx, > > +int _cdecl libusb_set_option(libusb_context *ctx, > > enum libusb_option option, ...) > > { > > int arg = 0, r = LIBUSB_SUCCESS;...
@mcuee 32-bit. That strings output was with a 32-bit library. MSYS2 GCC behaves the same. The only difference is that it's a silent failure with GCC and explicit with clang.