Re: Not enough infer to resolve 'loaded an incompatible library'

2014-03-13 Thread Torsten Budesheim
Mark, excellent! It’s exactly how you said, though Homebrew doesn’t provide Serf as a separate package anymore and instead includes it in SVN as a private package, it was still on my machine from the original installation a long time ago. Running ‘brew remove serf’ did fix it. Thank you! Torste

Re: Not enough infer to resolve 'loaded an incompatible library'

2014-03-13 Thread Philip Martin
Torsten Budesheim writes: > svn: E200019: ra_serf was compiled for serf 1.3.4 but loaded an incompatible > 1.1.1 library > > > How can I identify the incompatible version 1.1.1 library that is > being loaded and/or how do I fix this? I think OSX uses dyld and so setting DYLD_PRINT_LIBRARIES sho

Re: Not enough infer to resolve 'loaded an incompatible library'

2014-03-13 Thread Mark Phippard
I had a similar problem with Homebrew. In my case, SVN still worked but it was using an older version of Serf than 1.3.4. I think this is because Homebrew used to have Serf as a package and SVN used it. They then changed the packaging so that Serf is a private library of the Subversion package.