You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. make & make install
2. cd example
3. ypsilon sdl-ttf-demo.scm
What is the expected output?
Running sdl-ttf-demo.
What do you see instead?
error in load-shared-object: dlopen(/usr/local/lib/ypsilon/SDLMain.dylib, 9):
no suitable image found. Did find:
/usr/local/lib/ypsilon/SDLMain.dylib: mach-o, but wrong architecture
irritants:
("/usr/local/lib/ypsilon/SDLMain.dylib")
backtrace:
0 (SDL_Init SDL_INIT_EVERYTHING)
..."/Users/nek/Projects/ypsilon-read-only/example/sdl-ttf-demo.scm" line 31
What version of the product are you using? On what operating system?
Ypsilon 0.9.6-trunk/r506
on OS X Lion 10.7.4
Please provide any additional information below.
Obviously the SDLMain.dylib is compiled with different arch
The fix is to add
-arch i386
to SDLMain.dylib task
..but this brings different problem.
Original issue reported on code.google.com by [email protected] on 13 Oct 2012 at 4:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Oct 2012 at 4:00The text was updated successfully, but these errors were encountered: