Hello there SFML users! Today a friend of mine was going to test one of my games for me, it's a basic game of Pong and it runs fine on my machine, but for some reason it will not work on his or my other Mac.
It's built using SFML 2.0 ("made" using CMake for C++11 )and was compiled in Xcode and distributed as an app that can be downloaded here:
http://www.mediafire.com/?ql63pdue2qm85wsAll 3 computers we have tested it on are running Mac 10.7.5 but only mine could run the game, the others got the following error:
http://i.imgur.com/utQNsfI.pngAm I missing anything? Was I suppose to include some .dll (or Mac equivalent) files with the .app or something?
Compiler Info:
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Thanks.