Nostalgia. Installed jzintv, the Intellivision emulator for Mac, Windows and Linux, and running the application I got this error on my Mac with osX 10.14 Mojave:
Nostalgia. Installed jzintv, the Intellivision emulator for Mac, Windows and Linux, and running the application I got this error on my Mac with osX 10.14 Mojave:
John-Koenig:intyBASIC michele$ ./jzintv
dyld: Library not loaded: @rpath/SDL.framework/Versions/A/SDL
Referenced from: /Users/cpatti/Dropbox/Emulators/jzintv-1.0-beta4/bin/jzintv
Reason: image not found
And after some searches on internet I got the solution.
If you get the same error try to download the Simple DirectMedia Layer library version 1.2.15 (yes there is more recent version but it doesn’t solve the problem) and install it in /Library/Framework or, if you prefer in ~/Library/Framework (but probably you have to mkdir Framework directory if not present).
Now if you try to launch jzintv with a rom, in my case the my first “hello world” in IntyBASIC:
John-Koenig:intyBASIC michele$ ./jzintv -z3 hello
The result is a beautiful windows with my Hello world!
Now my adventure as Intellivision developer can start!