I downloaded your script and tried to set the path to find APR. Still no luck. Here's the SubTile log output: 07:13:55 PM: [core/App] Locale set to en-US 07:13:55 PM: [wxsvn/PkgBind] Loading library libsvn_client-1 07:13:55 PM: [wxsvn/PkgBind] Last tried lib path: /usr/local/opt/subversion/lib/libsvn_client-1.dylib.9.0.0.0.0.0 07:13:55 PM: Error: [wxsvn/PkgBind] Failed to load library /usr/local/opt/subversion/lib/libsvn_client-1 07:13:55 PM: Warning: [wxsvn/client] Failed to load libsvn_client-1...
In the file, macos-apr-repair.sh, referenced above the file tries to create links. It fails. Upon inspection the file has arguments to link commands in reverse order. Fortunately, it does not trash the referenced files. In its original form it outputs this: ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.0.dylib: File exists ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.a: File exists ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.dylib: File exists I have attached a fixed version.
Dmitri, Thanks for responding. I am using subversion installed by Homebrew. It is working, so it has what it needs. An 'ls /usr/local/lib/libsvn_client*' yields: /usr/local/lib/libsvn_client-1.0.dylib /usr/local/lib/libsvn_client-1.dylib /usr/local/lib/libsvn_client-1.a Note there is no entry that is simply libsvn_client-1. When I first started SubTile it presented a dialog stating it could not find the libsvn_client-1 file, so I began trying to fill the 'LibSVN installation path' text box with a...
I downloaded subtile (0.3.7) for macos (i am running Sonoma on an M2). Got it to start, but it fails to read the libsvn client: 23:58:34: [wxsvn/PkgBind] Failed to load library /usr/local/Cellar/subversion/1.14.3_1/lib/libsvn_client-1 23:58:34: [wxsvn/client] Failed to load libsvn_client-1 I use svn installed by homebrew. It has "lib_client-1.a" and "lib_client-1.dylib" files. I made a symbolic link named "lib_client-1" pointing to the lib_client-1.a version, restarted the code and it failed. I tried...
FYI: This problem is present in ruby 1.9.3p194 of 2012-04-20 revision 35410 with...
FYI: This seems to have regressed and reappears in ruby 1.9.3p194 of 2012-04-20 revision...