Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: error: format string argument not a string type  (Read 1359 times)

0 Members and 3 Guests are viewing this topic.

Amablue

  • Newbie
  • *
  • Posts: 13
    • View Profile
error: format string argument not a string type
« on: September 28, 2012, 06:58:07 am »
I'm trying to compile my SFML project under OSX Snow Leopard. I get the following error when trying to build SFML:

Code: [Select]
[ 16%] Built target sfml-system
[ 17%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o
[ 18%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o
[ 19%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o
[ 20%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:43:0,
                 from /System/Library/Frameworks/IOKit.framework/Headers/hid/IOHIDDevice.h:27,
                 from /Users/alexames/game/dev/src/extern/SFML/src/SFML/Window/OSX/JoystickImpl.hpp:33,
                 from /Users/alexames/game/dev/src/extern/SFML/src/SFML/Window/JoystickImpl.hpp:85,
                 from /Users/alexames/game/dev/src/extern/SFML/src/SFML/Window/JoystickManager.hpp:32,
                 from /Users/alexames/game/dev/src/extern/SFML/src/SFML/Window/Joystick.cpp:29:
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:147:120: error: format string argument not a string type
make[2]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o] Error 1
make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
make: *** [all] Error 2

SFML is on revision 57f81d40518def673690f26c439bfd3ff1329a93

 

anything