John Scarfone
John Scarfone
I assume no progress was made on this?
same on 2019 MBP upgraded to Sonoma
@skotopes @DrZlo13 anything needed from me to get this reviewed?
Thanks. I don't see the issue but I'll look further.
Not the exact same issue but build-macos-app.sh no longer works with python 3.12. Upgrading pip and doing the steps in the script manually gives an executable that crashes on startup....
Thank you for all your work! For some reason I still need the symlink wherever I want to use SoapySDR. `ln -s /usr/local/lib/libsdrplay_api.so.3.12 .` otherwise I get: `[ERROR] SoapySDR::loadModule(/usr/local/lib/SoapySDR/modules0.8/libsdrPlaySupport.so) dlopen()...
/Users/xxx/Library/Mobile Documents/com~apple~CloudDocs/ just happened to be my current directory Those are my same build steps and I do get the libs in /usr/local/lib $ ls -l /usr/local/lib/libsdrplay_api* lrwxr-xr-x 1 root...
@fventuri Thanks for the suggestion. I was using otool -L earlier to make sure the name of the library in the API didn't have the x86_64 in it anymore (which...
@fventuri unfortunately it didn't seem to change anything. I still get a libsdrplay_api.so.3.12 with no path. I also tried all the other examples in the "Always full RPATH" section but...