Bienvenue, Invité. Merci de vous connecter ou de vous inscrire.
Avez-vous perdu votre e-mail d'activation ?

Auteur Sujet: Installation SFML sur visual studio 2012 Pro  (Lu 1364 fois)

0 Membres et 1 Invité sur ce sujet

malfrax

  • Newbie
  • *
  • Messages: 16
    • Voir le profil
Installation SFML sur visual studio 2012 Pro
« le: Juillet 11, 2013, 06:47:08 am »
Bonjour,

Aillant droit via mon ecole a visual studio 2012 Pro je me suis dit autant l'utiliser pour mon projet en SFML.
J'ai donc commence a suivre le tuto pour recompiler la sfml et je tombe sur des erreurs.
J'ai lancer le .bat depuis le prompt de visual studio puis j'ai executer CMake-Gui et j'ai parametrer comme il faut et je recoi c'est erreur :
The C compiler identification is unknown
The CXX compiler identification is unknown
Looking for sys/types.h
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for sys/types.h - not found
Looking for stdint.h
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for stdint.h - not found
Looking for stddef.h
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
Looking for stddef.h - not found
Check size of void*
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check size of void* - failed
CMake Error at cmake/Config.cmake:13 (message):
  Unsupported architecture
Call Stack (most recent call first):
  CMakeLists.txt:20 (include)


Configuring incomplete, errors occurred!

Je c'est pas comment les reglers ...
Merci d'avance de votre aide.

PS : Desolee pour le manque d'accent je suis en qwerty

Laurent

  • Administrator
  • Hero Member
  • *****
  • Messages: 32504
    • Voir le profil
    • SFML's website
    • E-mail
Re : Installation SFML sur visual studio 2012 Pro
« Réponse #1 le: Juillet 11, 2013, 09:46:22 am »
Et si tu choisis le générateur nmake au lieu de Visual Studio ? Ca configure ?
Laurent Gomila - SFML developer

 

anything