Rosen Penev

Results 881 comments of Rosen Penev

``` $ ninja [1/31] Compiling C object libusb-1.0.dll.p/libusb_io.c.obj FAILED: libusb-1.0.dll.p/libusb_io.c.obj "ccache" "cc" "-Ilibusb-1.0.dll.p" "-I." "-I.." "-I../libusb" "-I../libusb/os" "-fvisibility=hidden" "-fcolor-diagnostics" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-O0" "-g" "-D_GNU_SOURCE" "-pthread" -MD -MQ libusb-1.0.dll.p/libusb_io.c.obj -MF...

Another way to fix is: ``` --- a/libusb/libusbi.h +++ b/libusb/libusbi.h @@ -321,9 +321,9 @@ void usbi_log(struct libusb_context *ctx, enum libusb_log_level level, #else /* ENABLE_LOGGING */ -#define usbi_err(ctx, ...) UNUSED(ctx) -#define...

I addressed this before. Run ``` sed -e "s/-mwin32//g" -e "s/-Wl,--add-stdcall-alias//g" -i configure.ac ``` edit: here's a log from mingw32: https://gist.github.com/neheb/9233a359ee289448ac942437a4002f91 Makes no difference.

> cd libusb_cmake/ Sigh. Pass -DENABLE_LOGGING=OFF

Pass --disable-log I can't tell if I'm being trolled.

That's the third time I mention disabling logging in this PR.

ping @dickens as he authored the original commit.

Was going to update this PR. Cool that it was fixed.