For some reason, my images aren't loading - it just displays a white rectangle for all images.
Debug shows this:
Failed to load image "player.png". Reason : can't fopen
Failed to load image "bullet.png". Reason : can't fopen
Failed to load image "playertrail.png". Reason : can't fopen
I'm using the latest SVN revision of SFML with Xcode 2.4 on OS X 10.5. The images and .cpp files are in the same directory when built.
EDIT: On a friend's suggestion, I attempted to compile the sprite examples on the site. These do not work, either.