aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - elmo

Pages: [1]
1
I somehow managed to workaround similar error:
https://OS X, Yosemite, Nightly version build with instructions from: openxcom.orghttps://

**********************************************************************
dyld: Library not loaded: /usr/local/lib/libSDL_gfx.13.dylib
  Referenced from: /mypath/./openxcom
  Reason: image not found
Trace/BPT trap: 5
**********************************************************************
with code:

cd /usr/local/lib/
cp libSDL_gfx.15.dylib libSDL_gfx.13.dylib

and then opening ./openxcom

I dont know if this is fully functional, but game opens properly.

Pages: [1]