Ryan Carsten Schmidt
Ryan Carsten Schmidt
I'm not saying you have to distinguish stable and unstable versions. You don't. The current code seems to want to, but does it wrong. So either don't attempt to distinguish...
Yes, that should work. Are you able to see a directory listing of this disk by using: ```sh java -jar AppleCommander-acx-1.8.0.jar ls -d=utidsk1.dsk ``` If so, does "week.app" appear in...
Duplicate of #125.
Best would be to fix MacPorts base so that it works correctly with any version of curl. See https://trac.macports.org/ticket/67186.
> Can you elaborate what kind of software are you talking about? I gave the example of [mspdebug](https://ports.macports.org/port/mspdebug) because it was one of the software programs in MacPorts that depends...
One difficulty in fixing the library versioning problem is that in the cmake build system you are using your project's version number as the library version number: https://github.com/libusb/hidapi/blob/c19ae126d8856b55af34d64ee11641920475961c/mac/CMakeLists.txt#L18-L27 These should...
If you are referring to the change that the reporter of our ticket proposed, I explained there why the change is incorrect. I understand that support for older systems is...
Thanks! It's actually the output of `sysctl -n hw.cpu64bit_capable`, not its return/exit code, that would be `1` on a 64-bit CPU. Also, re the comments, it's not that the OS...
> OK thanks I updated [c8bfa6b](https://github.com/mesonbuild/meson/commit/c8bfa6b7485316505e294c42eccb691630c85d3d) Thanks. That almost worked: `sysctl`'s `1` output was appearing on the terminal instead of being returned into the variable. The following additional patch fixed...
Even leaving aside the issue of universal builds, just consider the case of Mac OS X 10.5 running on a 64-bit processor. The default compiler build arch is 32-bit. What...