ClosestStorm / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

cannot load in OSX 10.9 (mavericks): missing Perl library #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Running ``mvim`` in the command line or trying to run macvim in the GUI.

What is the expected output? What do you see instead?

I'd expect a window, but got:

    dyld: Library not loaded: /System/Library/Perl/lib/5.10/libperl.dylib
      Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim
      Reason: image not found
    Trace/BPT trap: 5

NOTE: the system has other libraries, e.g. as listed below

    $ locate libperl.dylib
    /System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/libperl.dylib
    /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/libperl.dylib

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

The latest version, as of a few weeks ago (and also as just downloaded).

Original issue reported on code.google.com by kelley....@gmail.com on 24 Oct 2013 at 10:41

GoogleCodeExporter commented 9 years ago
Same here. All it takes is to compile MacVim in Mavericks. See here 
http://kodira.de/2013/10/macvim-osx-10-9-mavericks/

Original comment by Uli.Winkler@gmail.com on 24 Oct 2013 at 1:09

GoogleCodeExporter commented 9 years ago
Thanks for the build Uli.

Original comment by pvanbox...@legalintelligence.com on 25 Oct 2013 at 8:06

GoogleCodeExporter commented 9 years ago
I have now released a new snapshot for Mavericks

https://github.com/b4winckler/macvim/releases

Original comment by bjorn.winckler@gmail.com on 25 Oct 2013 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 25 Oct 2013 at 6:18

GoogleCodeExporter commented 9 years ago
I had this problem and resolved it by installing snapshot 70.  The --version 
for snapshot 70 shows that it was linnked against 5.12:

Linking: clang   -L.    -L.     -L/usr/local/lib -o Vim -framework Cocoa 
-framework Carbon       -lncurses  -liconv -framework Cocoa   -fstack-protector 
-L/usr/local/lib  -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE 
-lperl -lm -lutil -lc -framework Python   -framework Ruby  

Original comment by john.h...@ihance.com on 11 Nov 2013 at 5:56

GoogleCodeExporter commented 9 years ago
Please use the latest snapshot (72 as of this writing) on Mavericks:

https://github.com/b4winckler/macvim/releases

Original comment by bjorn.winckler@gmail.com on 11 Nov 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Having the same issue inside projects but not outside with maverics and 
snapshot 73

Original comment by andres.b...@ztory.com on 11 Dec 2014 at 10:18