michaelben/jessies

(Java on) OSX Yosemite requires .dylibs instead of .jnilibs

Closed this issue · 1 comments

What steps will reproduce the problem?

Just reporting an issue and workaround OSX 10.10 Yosemite:

1. Installed latest terminator-27.43.6955.zip
2. When starting the app it complains about not finding libposix.dylib and 
libpty.dylib
3. As a workaround I just copied the the .jnilibs to .dylibs and it worked OK 
(note that just symlinks didn't work):

cp 
./Terminator.app/Contents/Resources/salma-hayek/.generated/universal_Darwin/lib/
libposix.jnilib 
./Terminator.app/Contents/Resources/salma-hayek/.generated/universal_Darwin/lib/
libposix.dylib
cp 
./Terminator.app/Contents/Resources/terminator/.generated/universal_Darwin/lib/l
ibpty.jnilib 
./Terminator.app/Contents/Resources/terminator/.generated/universal_Darwin/lib/l
ibpty.dylib

(thanks for the awesome product btw!)

Original issue reported on code.google.com by ta...@poderc.com on 6 Nov 2014 at 4:41

https://drive.google.com/open?id=0BzZNCgKvEkQYUFBKdXhTTTlZc2M&authuser=0
https://code.google.com/p/jessies/source/detail?r=6960

I forgot to acknowledge you by name in the commit.
My bad.
Thanks for the report and sorry for not knowing about it for months and months.

Original comment by martindo...@gmail.com on 30 Jan 2015 at 5:42

  • Changed state: Fixed