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

Auteur Sujet: Xcode installation SFML #include <SFML/Graphics.hpp>  (Lu 6198 fois)

0 Membres et 1 Invité sur ce sujet

justik7

  • Newbie
  • *
  • Messages: 3
    • Voir le profil
Xcode installation SFML #include <SFML/Graphics.hpp>
« le: Mars 29, 2014, 09:45:26 pm »
Bonjour, je commence a programmer avec SFML : j'utilise Xcode 5 : je pense l'avoir bien installé. Pourtant au début de mon programme le :
#include <SFML/Graphics.hpp>
n'est pas reconnu et le lorsque je fais Build : j'ai un message d'erreur file not found.
Quelqu'un pourrait m'aider.
Merci

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #1 le: Mars 30, 2014, 09:42:12 am »
pour éviter une double discussion, voir http://en.sfml-dev.org/forums/index.php?topic=14796
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #2 le: Septembre 10, 2014, 11:17:21 am »
Bonjour à tous,

Je me permets de réouvrir ce sujet car j'ai le même problème.

Je travaille sous Mavericks (10.9.4) et Xcode 5 (5.1.1).

J'ai suivi le tuto du mieux que j'ai pu mais j'ai dû changer quelques points car il ne "collait" pas à mon cas. Je me permets donc de lister ici ce que j'ai fait et je note en rouge mes changements.

1/ Téléchargement de SFML 2.1 :
  • Clang - universel 32+64 bits (OS X 10.8+, compatible C++11 et libc++)
  • Templates pour Xcode 5
2/ Souhaitant utiliser le framework, j'ai copié :
  • SFML.framework
  • sfml-audio.framework
  • sfml-graphics.framework
  • sfml-network.framework
  • sfml-system.framework
  • sfml-window.framework
  • freetype.framework
  • sndfile.framework
dans /Library/Frameworks/
3/ N'ayant pas trouvé de répertoire /Library/Developer/Xcode/Templates comme indiqué (je n'ai même pas /Library/Developer), j'ai cherché sur le net (http://stackoverflow.com/questions/33720/change-templates-in-xcode) et j'ai copié les répertoires :
  • SFML App.xctemplate
  • SFML Base.xctemplate
  • SFML Bundle.xctemplate
  • SFML CLT.xctemplate
  • SFML Compiler.xctemplate
  • SFML Linker.xctemplate
dans /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates/SFML
4/ J'ai lancé Xcode, créé un nouveau projet, choisi le template SFML App et choisi le compilateur "C++11 with Clang and libc++" étant donné que j'avais choisi cette version à l'étape 1 et choisi un répertoire ("Document/SFML") pour enregistrer mon projet.
5/ Le main.cpp automatiquement créé commence par :
#include <SFML/Audio.hpp>
#include <SFML/Graphics.hpp>

Xcode m'indique alors : 'SFML/Audio.hpp' file not found

Cette erreur est-elle due au fait que je n'ai pas mis mes templates à l'endroit indiqué dans le tuto ? Humblement, je ne pense pas car les templates sont bien pris en compte par Xcode.
Est-ce dû à mon choix de compilateur ? Je ne pense pas car il est conforme à ce que j'ai téléchargé.

Le seul doute que j'ai concerne le prérequis indiqué dans le tuto sur la 'Command Line Tools'. En effet, je n'ai pas trouvé cette option dans le menu Xcode > Preferences > Downloads > Components. Toutefois, je pense qu'elle est installée car, dans Terminal, si je lance un :
$ gcc --version
j'obtiens :
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix

Je me permets donc de venir chercher de l'aide ici n'ayant pas trouvé de réponses à mon problème sur le net.
D'avance, merci.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #3 le: Septembre 10, 2014, 02:18:14 pm »
On prefère un nouveau thread avec un lien vers un plus vieux que de réouvrir un vieux truc. Mais passons.

3/ N'ayant pas trouvé de répertoire /Library/Developer/Xcode/Templates comme indiqué (je n'ai même pas /Library/Developer)
Je cite le tutoriel:
Citer
Copiez le dossier SFML de templates dans /Library/Developer/Xcode/Templates (si besoin, créez d'abord l'arborescence de répertoires)

Xcode m'indique alors : 'SFML/Audio.hpp' file not found
[...]
Le seul doute que j'ai concerne le prérequis indiqué dans le tuto sur la 'Command Line Tools'. En effet, je n'ai pas trouvé cette option dans le menu Xcode > Preferences > Downloads > Components.
Si tu es sûr que les autres composants sont bien installés, essaye d'appliquer cette réponse http://stackoverflow.com/a/22277655/520217. Apparemment Xcode n'affiche plus les CLT dans le panneau de préfèrences...
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #4 le: Septembre 10, 2014, 06:49:08 pm »
Merci pour cette réponse rapide.

En suivant le lien proposé, j'ai donc lancé la commande :
xcode-select --install
puis choisi l'option "Installer".
Après installation, un répertoire /Library/Developer/CommandLineTools s'est créé.
J'ai alors ajouté l'arborescence /Library/Developer/Xcode/Templates/SFML et y copié les 6 répertoires SFML*.xctemplate.

J'ai alors relancé Xcode et recréé un projet SFML App.
Malheureusement, le problème reste présent.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #5 le: Septembre 10, 2014, 07:13:39 pm »
En assumant que tu aies bien tout installé, essaye de voir si la dernière version des templates aide ou pas. https://github.com/SFML/SFML/tree/master/tools/xcode/templates
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #6 le: Septembre 10, 2014, 08:05:31 pm »
J'ai récupéré la dernière version (26/08/2014) mais le problème persiste.

En regardant dans les propriétés du projet, dans l'onglet "Build Phases", section "Link Binary With Libraries", je constate qu'aucun framework n'est présent.
Est-ce normal ?
Si je clique sur le "+" pour ajouter un élément, la liste proposée ne contient aucun framework relatif à SFML. Normal ?
Si je vais chercher "à la main" (bouton "Add Other...") le framework SFML.framework, la compilation génère toujours l'erreur.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #7 le: Septembre 11, 2014, 09:56:40 am »
Oui, c'est normal que la liste soit vide. Les frameworks sont liés via d'autres options de compilation (voir la fin des Build Settings de la cible). Le framework `SFML.framework` ne contenant que des fichiers d'entêtes il n'y a pas besoin de lié contre ce dernier.

J'ai encore retesté et tout marche chez moi.

Efface ton projet, vérifie que les frameworks soient bien installés dans le répertoire indiqué dans le tuto et tente de recréer ton projet. Avant ça, si ce n'est pas déjà fait depuis que tu as installé les CLT redémarre ton ordi des fois que..
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #8 le: Septembre 11, 2014, 10:54:56 am »
D'abord, merci pour le temps que tu me consacres, merci sincèrement.

Afin d'être sûr, peux-tu me confirmer que tu as les mêmes versions d'OS et de Xcode que moi (cf. mon message initial) ?

Chaque fois que je teste une nouvelle configuration, je repars d'un nouveau projet pour éviter des effets de bord malheureux. Mon ordinateur est redémarré chaque jour.

Comme une copie d'écran (ou équivalent) vaut mieux que des mots, voici le résultat de mon ls :
$ ls -alR /Library/Frameworks/SFML.framework /Library/Frameworks/sfml* /Library/Frameworks/freetype* /Library/Frameworks/sndfile*
/Library/Frameworks/SFML.framework:
total 16
drwx------+  7 franck  staff   238 10 sep 21:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-r--r--@  1 franck  staff  6148 10 sep 21:13 .DS_Store
-rw-------+  1 franck  staff     0 27 jul  2013 Headers
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
-rw-------+  1 franck  staff     0 27 jul  2013 SFML
drwx------+  5 franck  staff   170 10 sep 21:13 Versions

/Library/Frameworks/SFML.framework/Versions:
total 16
drwx------+ 5 franck  staff   170 10 sep 21:13 .
drwx------+ 7 franck  staff   238 10 sep 21:13 ..
-rw-r--r--@ 1 franck  staff  6148 10 sep 21:13 .DS_Store
drwx------+ 6 franck  staff   204 10 sep 21:13 2.1.0
-rw-------+ 1 franck  staff     0 27 jul  2013 Current

/Library/Frameworks/SFML.framework/Versions/2.1.0:
total 56
drwx------+  6 franck  staff    204 10 sep 21:13 .
drwx------+  5 franck  staff    170 10 sep 21:13 ..
-rw-r--r--@  1 franck  staff   6148 10 sep 21:13 .DS_Store
drwx------+ 15 franck  staff    510 10 sep 21:13 Headers
drwx------+  3 franck  staff    102 10 sep 08:13 Resources
-rw-------+  1 franck  staff  16536 27 jul  2013 SFML

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers:
total 80
drwx------+ 15 franck  staff   510 10 sep 21:13 .
drwx------+  6 franck  staff   204 10 sep 21:13 ..
-rw-r--r--@  1 franck  staff  6148 10 sep 21:13 .DS_Store
drwx------+ 11 franck  staff   374 10 sep 08:13 Audio
-rw-------+  1 franck  staff  1899 27 jul  2013 Audio.hpp
-rw-------+  1 franck  staff  4777 27 jul  2013 Config.hpp
drwx------+ 29 franck  staff   986 10 sep 08:13 Graphics
-rw-------+  1 franck  staff  2393 27 jul  2013 Graphics.hpp
drwx------+ 13 franck  staff   442 10 sep 08:13 Network
-rw-------+  1 franck  staff  1958 27 jul  2013 Network.hpp
-rw-------+  1 franck  staff  2092 27 jul  2013 OpenGL.hpp
drwx------+ 23 franck  staff   782 10 sep 08:13 System
-rw-------+  1 franck  staff  2186 27 jul  2013 System.hpp
drwx------+ 14 franck  staff   476 10 sep 08:13 Window
-rw-------+  1 franck  staff  1991 27 jul  2013 Window.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Audio:
total 200
drwx------+ 11 franck  staff    374 10 sep 08:13 .
drwx------+ 15 franck  staff    510 10 sep 21:13 ..
-rw-------+  1 franck  staff   1663 27 jul  2013 Export.hpp
-rw-------+  1 franck  staff   6796 27 jul  2013 Listener.hpp
-rw-------+  1 franck  staff   8392 27 jul  2013 Music.hpp
-rw-------+  1 franck  staff   9395 27 jul  2013 Sound.hpp
-rw-------+  1 franck  staff  13718 27 jul  2013 SoundBuffer.hpp
-rw-------+  1 franck  staff   4989 27 jul  2013 SoundBufferRecorder.hpp
-rw-------+  1 franck  staff  10217 27 jul  2013 SoundRecorder.hpp
-rw-------+  1 franck  staff  10623 27 jul  2013 SoundSource.hpp
-rw-------+  1 franck  staff  14560 27 jul  2013 SoundStream.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Graphics:
total 640
drwx------+ 29 franck  staff    986 10 sep 08:13 .
drwx------+ 15 franck  staff    510 10 sep 21:13 ..
-rw-------+  1 franck  staff   1648 27 jul  2013 BlendMode.hpp
-rw-------+  1 franck  staff   5194 27 jul  2013 CircleShape.hpp
-rw-------+  1 franck  staff   8371 27 jul  2013 Color.hpp
-rw-------+  1 franck  staff   5243 27 jul  2013 ConvexShape.hpp
-rw-------+  1 franck  staff   3953 27 jul  2013 Drawable.hpp
-rw-------+  1 franck  staff   1681 27 jul  2013 Export.hpp
-rw-------+  1 franck  staff  14713 27 jul  2013 Font.hpp
-rw-------+  1 franck  staff   2830 27 jul  2013 Glyph.hpp
-rw-------+  1 franck  staff  12331 27 jul  2013 Image.hpp
-rw-------+  1 franck  staff   2155 27 jul  2013 PrimitiveType.hpp
-rw-------+  1 franck  staff   9013 27 jul  2013 Rect.hpp
-rw-------+  1 franck  staff   5068 27 jul  2013 Rect.inl
-rw-------+  1 franck  staff   4264 27 jul  2013 RectangleShape.hpp
-rw-------+  1 franck  staff   6527 27 jul  2013 RenderStates.hpp
-rw-------+  1 franck  staff  17981 27 jul  2013 RenderTarget.hpp
-rw-------+  1 franck  staff  10471 27 jul  2013 RenderTexture.hpp
-rw-------+  1 franck  staff   9759 27 jul  2013 RenderWindow.hpp
-rw-------+  1 franck  staff  25655 27 jul  2013 Shader.hpp
-rw-------+  1 franck  staff  13500 27 jul  2013 Shape.hpp
-rw-------+  1 franck  staff  10876 27 jul  2013 Sprite.hpp
-rw-------+  1 franck  staff  13027 27 jul  2013 Text.hpp
-rw-------+  1 franck  staff  23535 27 jul  2013 Texture.hpp
-rw-------+  1 franck  staff  16049 27 jul  2013 Transform.hpp
-rw-------+  1 franck  staff  15622 27 jul  2013 Transformable.hpp
-rw-------+  1 franck  staff   5617 27 jul  2013 Vertex.hpp
-rw-------+  1 franck  staff   7770 27 jul  2013 VertexArray.hpp
-rw-------+  1 franck  staff  12541 27 jul  2013 View.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Network:
total 272
drwx------+ 13 franck  staff    442 10 sep 08:13 .
drwx------+ 15 franck  staff    510 10 sep 21:13 ..
-rw-------+  1 franck  staff   1675 27 jul  2013 Export.hpp
-rw-------+  1 franck  staff  24141 27 jul  2013 Ftp.hpp
-rw-------+  1 franck  staff  19749 27 jul  2013 Http.hpp
-rw-------+  1 franck  staff  12982 27 jul  2013 IpAddress.hpp
-rw-------+  1 franck  staff  14090 27 jul  2013 Packet.hpp
-rw-------+  1 franck  staff   7862 27 jul  2013 Socket.hpp
-rw-------+  1 franck  staff   1831 27 jul  2013 SocketHandle.hpp
-rw-------+  1 franck  staff   9578 27 jul  2013 SocketSelector.hpp
-rw-------+  1 franck  staff   5530 27 jul  2013 TcpListener.hpp
-rw-------+  1 franck  staff  10607 27 jul  2013 TcpSocket.hpp
-rw-------+  1 franck  staff  11022 27 jul  2013 UdpSocket.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/System:
total 440
drwx------+ 23 franck  staff    782 10 sep 08:13 .
drwx------+ 15 franck  staff    510 10 sep 21:13 ..
-rw-------+  1 franck  staff   3833 27 jul  2013 Clock.hpp
-rw-------+  1 franck  staff   2643 27 jul  2013 Err.hpp
-rw-------+  1 franck  staff   1669 27 jul  2013 Export.hpp
-rw-------+  1 franck  staff   4821 27 jul  2013 InputStream.hpp
-rw-------+  1 franck  staff   4396 27 jul  2013 Lock.hpp
-rw-------+  1 franck  staff   5124 27 jul  2013 Mutex.hpp
-rw-------+  1 franck  staff   4426 27 jul  2013 NonCopyable.hpp
-rw-------+  1 franck  staff   1874 27 jul  2013 Sleep.hpp
-rw-------+  1 franck  staff  20781 27 jul  2013 String.hpp
-rw-------+  1 franck  staff   9515 27 jul  2013 Thread.hpp
-rw-------+  1 franck  staff   2867 27 jul  2013 Thread.inl
-rw-------+  1 franck  staff   3520 27 jul  2013 ThreadLocal.hpp
-rw-------+  1 franck  staff   5110 27 jul  2013 ThreadLocalPtr.hpp
-rw-------+  1 franck  staff   2288 27 jul  2013 ThreadLocalPtr.inl
-rw-------+  1 franck  staff  14841 27 jul  2013 Time.hpp
-rw-------+  1 franck  staff  36295 27 jul  2013 Utf.hpp
-rw-------+  1 franck  staff  22265 27 jul  2013 Utf.inl
-rw-------+  1 franck  staff  10078 27 jul  2013 Vector2.hpp
-rw-------+  1 franck  staff   4320 27 jul  2013 Vector2.inl
-rw-------+  1 franck  staff  10086 27 jul  2013 Vector3.hpp
-rw-------+  1 franck  staff   4597 27 jul  2013 Vector3.inl

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Window:
total 208
drwx------+ 14 franck  staff    476 10 sep 08:13 .
drwx------+ 15 franck  staff    510 10 sep 21:13 ..
-rw-------+  1 franck  staff   4699 27 jul  2013 Context.hpp
-rw-------+  1 franck  staff   4330 27 jul  2013 ContextSettings.hpp
-rw-------+  1 franck  staff  10763 27 jul  2013 Event.hpp
-rw-------+  1 franck  staff   1669 27 jul  2013 Export.hpp
-rw-------+  1 franck  staff   2664 27 jul  2013 GlResource.hpp
-rw-------+  1 franck  staff   7750 27 jul  2013 Joystick.hpp
-rw-------+  1 franck  staff   7607 27 jul  2013 Keyboard.hpp
-rw-------+  1 franck  staff   6007 27 jul  2013 Mouse.hpp
-rw-------+  1 franck  staff   8921 27 jul  2013 VideoMode.hpp
-rw-------+  1 franck  staff  21601 27 jul  2013 Window.hpp
-rw-------+  1 franck  staff   2122 27 jul  2013 WindowHandle.hpp
-rw-------+  1 franck  staff   2013 27 jul  2013 WindowStyle.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 6 franck  staff  204 10 sep 21:13 ..
-rw-------+ 1 franck  staff  760 27 jul  2013 Info.plist

/Library/Frameworks/freetype.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 freetype

/Library/Frameworks/freetype.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 A
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/freetype.framework/Versions/A:
total 3264
drwx------+ 4 franck  staff      136 10 sep 08:13 .
drwx------+ 4 franck  staff      136 10 sep 08:13 ..
drwx------+ 3 franck  staff      102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  1668068 27 jul  2013 freetype

/Library/Frameworks/freetype.framework/Versions/A/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  603 27 jul  2013 Info.plist

/Library/Frameworks/sfml-audio.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sfml-audio

/Library/Frameworks/sfml-audio.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 2.1.0
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sfml-audio.framework/Versions/2.1.0:
total 352
drwx------+ 4 franck  staff     136 10 sep 08:13 .
drwx------+ 4 franck  staff     136 10 sep 08:13 ..
drwx------+ 3 franck  staff     102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  177080 27 jul  2013 sfml-audio

/Library/Frameworks/sfml-audio.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  772 27 jul  2013 Info.plist

/Library/Frameworks/sfml-graphics.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sfml-graphics

/Library/Frameworks/sfml-graphics.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 2.1.0
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sfml-graphics.framework/Versions/2.1.0:
total 3312
drwx------+ 4 franck  staff      136 10 sep 08:13 .
drwx------+ 4 franck  staff      136 10 sep 08:13 ..
drwx------+ 3 franck  staff      102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  1694516 27 jul  2013 sfml-graphics

/Library/Frameworks/sfml-graphics.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  778 27 jul  2013 Info.plist

/Library/Frameworks/sfml-network.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sfml-network

/Library/Frameworks/sfml-network.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 2.1.0
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sfml-network.framework/Versions/2.1.0:
total 624
drwx------+ 4 franck  staff     136 10 sep 08:13 .
drwx------+ 4 franck  staff     136 10 sep 08:13 ..
drwx------+ 3 franck  staff     102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  317248 27 jul  2013 sfml-network

/Library/Frameworks/sfml-network.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  776 27 jul  2013 Info.plist

/Library/Frameworks/sfml-system.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sfml-system

/Library/Frameworks/sfml-system.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 2.1.0
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sfml-system.framework/Versions/2.1.0:
total 232
drwx------+ 4 franck  staff     136 10 sep 08:13 .
drwx------+ 4 franck  staff     136 10 sep 08:13 ..
drwx------+ 3 franck  staff     102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  117040 27 jul  2013 sfml-system

/Library/Frameworks/sfml-system.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  774 27 jul  2013 Info.plist

/Library/Frameworks/sfml-window.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sfml-window

/Library/Frameworks/sfml-window.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 2.1.0
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sfml-window.framework/Versions/2.1.0:
total 712
drwx------+ 4 franck  staff     136 10 sep 08:13 .
drwx------+ 4 franck  staff     136 10 sep 08:13 ..
drwx------+ 3 franck  staff     102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  361264 27 jul  2013 sfml-window

/Library/Frameworks/sfml-window.framework/Versions/2.1.0/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  774 27 jul  2013 Info.plist

/Library/Frameworks/sndfile.framework:
total 0
drwx------+  5 franck  staff   170 10 sep 08:13 .
drwxr-xr-x  31 root    wheel  1054 10 sep 09:13 ..
-rw-------+  1 franck  staff     0 27 jul  2013 Resources
drwx------+  4 franck  staff   136 10 sep 08:13 Versions
-rw-------+  1 franck  staff     0 27 jul  2013 sndfile

/Library/Frameworks/sndfile.framework/Versions:
total 0
drwx------+ 4 franck  staff  136 10 sep 08:13 .
drwx------+ 5 franck  staff  170 10 sep 08:13 ..
drwx------+ 4 franck  staff  136 10 sep 08:13 A
-rw-------+ 1 franck  staff    0 27 jul  2013 Current

/Library/Frameworks/sndfile.framework/Versions/A:
total 12896
drwx------+ 4 franck  staff      136 10 sep 08:13 .
drwx------+ 4 franck  staff      136 10 sep 08:13 ..
drwx------+ 3 franck  staff      102 10 sep 08:13 Resources
-rw-------+ 1 franck  staff  6602736 27 jul  2013 sndfile

/Library/Frameworks/sndfile.framework/Versions/A/Resources:
total 8
drwx------+ 3 franck  staff  102 10 sep 08:13 .
drwx------+ 4 franck  staff  136 10 sep 08:13 ..
-rw-------+ 1 franck  staff  602 27 jul  2013 Info.plist
 

C'est un peu long mais ceci te semble-t-il correct ?
Est-ce que ça peut venir des droits (chmod) ?

Je me permets de joindre également une copie d'écran de la section "Linking" de "Build Settings" :

Ai-je des erreurs dans cette partie (bien que je n'ai rien modifié manuellement) ?

Encore merci pour ton aide.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #9 le: Septembre 11, 2014, 12:52:09 pm »
Citer
Est-ce que ça peut venir des droits (chmod) ?
Peut-être oui. Chez moi j'ai au moins le droit de lecture (+ execution pour les dossiers) sur ces fichiers (dont la liste semble correcte chez toi).

Le projet semble aussi correct.

Essaye de corriger les droits avec l'utilitaire de disque et redis moi.
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #10 le: Septembre 11, 2014, 04:07:33 pm »
L'utilitaire de disque n'a rien corrigé sur ces fichiers.
Peux-tu m'indiquer les droits que tu as sur ton Mac ?

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #11 le: Septembre 11, 2014, 04:32:21 pm »
Je te donne le même output que ta commande en espérant que ça t'aide:

$ ls -alR /Library/Frameworks/SFML.framework /Library/Frameworks/sfml* /Library/Frameworks/freetype* /Library/Frameworks/sndfile*
/Library/Frameworks/SFML.framework:
total 24
drwxr-xr-x   3 root  wheel  204 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   24 Sep 11 09:50 Headers -> Versions/Current/Headers
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
lrwxr-xr-x   1 root  wheel   21 Sep 11 09:50 SFML -> Versions/Current/SFML
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions

/Library/Frameworks/SFML.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  204 Sep 11 09:50 ..
drwxr-xr-x  4 root  wheel  170 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/SFML.framework/Versions/2.1.0:
total 40
drwxr-xr-x  4 root  wheel    170 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel    136 Sep 11 09:50 ..
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 Headers
drwxr-xr-x  2 root  wheel    102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  16432 Sep 11 09:49 SFML

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers:
total 88
drwxr-xr-x  7 root  wheel   544 Sep 11 09:50 .
drwxr-xr-x  4 root  wheel   170 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  6148 Sep 11 09:49 .DS_Store
drwxr-xr-x  2 root  wheel   374 Sep 11 09:50 Audio
-rw-r--r--  1 root  wheel  1899 Sep 11 09:49 Audio.hpp
-rw-r--r--  1 root  wheel  5507 Sep 11 09:49 Config.hpp
drwxr-xr-x  2 root  wheel   986 Sep 11 09:50 Graphics
-rw-r--r--  1 root  wheel  2393 Sep 11 09:49 Graphics.hpp
-rw-r--r--  1 root  wheel  1522 Sep 11 09:49 Main.hpp
drwxr-xr-x  2 root  wheel   442 Sep 11 09:50 Network
-rw-r--r--  1 root  wheel  1958 Sep 11 09:49 Network.hpp
-rw-r--r--  1 root  wheel  2423 Sep 11 09:49 OpenGL.hpp
drwxr-xr-x  2 root  wheel   816 Sep 11 09:50 System
-rw-r--r--  1 root  wheel  2186 Sep 11 09:49 System.hpp
drwxr-xr-x  2 root  wheel   544 Sep 11 09:50 Window
-rw-r--r--  1 root  wheel  2062 Sep 11 09:49 Window.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Audio:
total 216
drwxr-xr-x  2 root  wheel    374 Sep 11 09:50 .
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel   1663 Sep 11 09:49 Export.hpp
-rw-r--r--  1 root  wheel   9147 Sep 11 09:49 Listener.hpp
-rw-r--r--  1 root  wheel   8392 Sep 11 09:49 Music.hpp
-rw-r--r--  1 root  wheel   9534 Sep 11 09:49 Sound.hpp
-rw-r--r--  1 root  wheel  13718 Sep 11 09:49 SoundBuffer.hpp
-rw-r--r--  1 root  wheel   4989 Sep 11 09:49 SoundBufferRecorder.hpp
-rw-r--r--  1 root  wheel  14376 Sep 11 09:49 SoundRecorder.hpp
-rw-r--r--  1 root  wheel  10623 Sep 11 09:49 SoundSource.hpp
-rw-r--r--  1 root  wheel  15176 Sep 11 09:49 SoundStream.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Graphics:
total 672
drwxr-xr-x  2 root  wheel    986 Sep 11 09:50 .
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel   9704 Sep 11 09:49 BlendMode.hpp
-rw-r--r--  1 root  wheel   5353 Sep 11 09:49 CircleShape.hpp
-rw-r--r--  1 root  wheel   9426 Sep 11 09:49 Color.hpp
-rw-r--r--  1 root  wheel   5399 Sep 11 09:49 ConvexShape.hpp
-rw-r--r--  1 root  wheel   3953 Sep 11 09:49 Drawable.hpp
-rw-r--r--  1 root  wheel   1681 Sep 11 09:49 Export.hpp
-rw-r--r--  1 root  wheel  17064 Sep 11 09:49 Font.hpp
-rw-r--r--  1 root  wheel   2830 Sep 11 09:49 Glyph.hpp
-rw-r--r--  1 root  wheel  12641 Sep 11 09:49 Image.hpp
-rw-r--r--  1 root  wheel   2195 Sep 11 09:49 PrimitiveType.hpp
-rw-r--r--  1 root  wheel   9013 Sep 11 09:49 Rect.hpp
-rw-r--r--  1 root  wheel   5260 Sep 11 09:49 Rect.inl
-rw-r--r--  1 root  wheel   4470 Sep 11 09:49 RectangleShape.hpp
-rw-r--r--  1 root  wheel   6541 Sep 11 09:49 RenderStates.hpp
-rw-r--r--  1 root  wheel  17988 Sep 11 09:49 RenderTarget.hpp
-rw-r--r--  1 root  wheel  10471 Sep 11 09:49 RenderTexture.hpp
-rw-r--r--  1 root  wheel   9908 Sep 11 09:49 RenderWindow.hpp
-rw-r--r--  1 root  wheel  26137 Sep 11 09:49 Shader.hpp
-rw-r--r--  1 root  wheel  13659 Sep 11 09:49 Shape.hpp
-rw-r--r--  1 root  wheel  10967 Sep 11 09:49 Sprite.hpp
-rw-r--r--  1 root  wheel  14297 Sep 11 09:49 Text.hpp
-rw-r--r--  1 root  wheel  23655 Sep 11 09:49 Texture.hpp
-rw-r--r--  1 root  wheel  16049 Sep 11 09:49 Transform.hpp
-rw-r--r--  1 root  wheel  16404 Sep 11 09:49 Transformable.hpp
-rw-r--r--  1 root  wheel   5617 Sep 11 09:49 Vertex.hpp
-rw-r--r--  1 root  wheel   7770 Sep 11 09:49 VertexArray.hpp
-rw-r--r--  1 root  wheel  12632 Sep 11 09:49 View.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Network:
total 280
drwxr-xr-x  2 root  wheel    442 Sep 11 09:50 .
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel   1675 Sep 11 09:49 Export.hpp
-rw-r--r--  1 root  wheel  25116 Sep 11 09:49 Ftp.hpp
-rw-r--r--  1 root  wheel  20355 Sep 11 09:49 Http.hpp
-rw-r--r--  1 root  wheel  12982 Sep 11 09:49 IpAddress.hpp
-rw-r--r--  1 root  wheel  14090 Sep 11 09:49 Packet.hpp
-rw-r--r--  1 root  wheel   7862 Sep 11 09:49 Socket.hpp
-rw-r--r--  1 root  wheel   1831 Sep 11 09:49 SocketHandle.hpp
-rw-r--r--  1 root  wheel   9578 Sep 11 09:49 SocketSelector.hpp
-rw-r--r--  1 root  wheel   5530 Sep 11 09:49 TcpListener.hpp
-rw-r--r--  1 root  wheel  10607 Sep 11 09:49 TcpSocket.hpp
-rw-r--r--  1 root  wheel  11022 Sep 11 09:49 UdpSocket.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/System:
total 456
drwxr-xr-x  2 root  wheel    816 Sep 11 09:50 .
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel   3833 Sep 11 09:49 Clock.hpp
-rw-r--r--  1 root  wheel   2722 Sep 11 09:49 Err.hpp
-rw-r--r--  1 root  wheel   1669 Sep 11 09:49 Export.hpp
-rw-r--r--  1 root  wheel   4821 Sep 11 09:49 InputStream.hpp
-rw-r--r--  1 root  wheel   4396 Sep 11 09:49 Lock.hpp
-rw-r--r--  1 root  wheel   5124 Sep 11 09:49 Mutex.hpp
-rw-r--r--  1 root  wheel   4426 Sep 11 09:49 NonCopyable.hpp
-rw-r--r--  1 root  wheel   1874 Sep 11 09:49 Sleep.hpp
-rw-r--r--  1 root  wheel  26039 Sep 11 09:49 String.hpp
-rw-r--r--  1 root  wheel   1786 Sep 11 09:49 String.inl
-rw-r--r--  1 root  wheel   9516 Sep 11 09:49 Thread.hpp
-rw-r--r--  1 root  wheel   2867 Sep 11 09:49 Thread.inl
-rw-r--r--  1 root  wheel   3520 Sep 11 09:49 ThreadLocal.hpp
-rw-r--r--  1 root  wheel   5110 Sep 11 09:49 ThreadLocalPtr.hpp
-rw-r--r--  1 root  wheel   2288 Sep 11 09:49 ThreadLocalPtr.inl
-rw-r--r--  1 root  wheel  16065 Sep 11 09:49 Time.hpp
-rw-r--r--  1 root  wheel  36295 Sep 11 09:49 Utf.hpp
-rw-r--r--  1 root  wheel  22265 Sep 11 09:49 Utf.inl
-rw-r--r--  1 root  wheel  10078 Sep 11 09:49 Vector2.hpp
-rw-r--r--  1 root  wheel   4320 Sep 11 09:49 Vector2.inl
-rw-r--r--  1 root  wheel  10086 Sep 11 09:49 Vector3.hpp
-rw-r--r--  1 root  wheel   4597 Sep 11 09:49 Vector3.inl

/Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Window:
total 264
drwxr-xr-x  2 root  wheel    544 Sep 11 09:50 .
drwxr-xr-x  7 root  wheel    544 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel   4698 Sep 11 09:49 Context.hpp
-rw-r--r--  1 root  wheel   4330 Sep 11 09:49 ContextSettings.hpp
-rw-r--r--  1 root  wheel  12376 Sep 11 09:49 Event.hpp
-rw-r--r--  1 root  wheel   1669 Sep 11 09:49 Export.hpp
-rw-r--r--  1 root  wheel   2664 Sep 11 09:49 GlResource.hpp
-rw-r--r--  1 root  wheel   8597 Sep 11 09:49 Joystick.hpp
-rw-r--r--  1 root  wheel   8221 Sep 11 09:49 Keyboard.hpp
-rw-r--r--  1 root  wheel   6018 Sep 11 09:49 Mouse.hpp
-rw-r--r--  1 root  wheel   5818 Sep 11 09:49 Sensor.hpp
-rw-r--r--  1 root  wheel   5039 Sep 11 09:49 Touch.hpp
-rw-r--r--  1 root  wheel   8921 Sep 11 09:49 VideoMode.hpp
-rw-r--r--  1 root  wheel  22483 Sep 11 09:49 Window.hpp
-rw-r--r--  1 root  wheel   2369 Sep 11 09:49 WindowHandle.hpp
-rw-r--r--  1 root  wheel   2015 Sep 11 09:49 WindowStyle.hpp

/Library/Frameworks/SFML.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  4 root  wheel  170 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  760 Sep 11 09:49 Info.plist

/Library/Frameworks/freetype.framework:
total 32
drwxr-xr-x   3 m     wheel   204 Aug 25 16:37 .
drwxr-xr-x  18 root  wheel   646 Sep 11 09:50 ..
-rw-r--r--   1 m     wheel  6148 Jan 19  2013 .DS_Store
lrwxr-xr-x   1 m     wheel    26 Sep  3 18:06 Resources -> Versions/Current/Resources
drwxr-xr-x   3 m     wheel   136 May 13 14:48 Versions
lrwxr-xr-x   1 m     wheel    25 Sep  3 18:06 freetype -> Versions/Current/freetype

/Library/Frameworks/freetype.framework/Versions:
total 8
drwxr-xr-x  3 m  wheel  136 May 13 14:48 .
drwxr-xr-x  3 m  wheel  204 Aug 25 16:37 ..
drwxr-xr-x  3 m  wheel  170 May 13 14:48 A
lrwxr-xr-x  1 m  wheel    1 Sep  3 18:06 Current -> A

/Library/Frameworks/freetype.framework/Versions/A:
total 3280
drwxr-xr-x  3 m  wheel      170 May 13 14:48 .
drwxr-xr-x  3 m  wheel      136 May 13 14:48 ..
-rw-r--r--  1 m  wheel     6148 Jan 19  2013 .DS_Store
drwxr-xr-x  2 m  wheel      136 May 13 14:48 Resources
-rw-r--r--  1 m  wheel  1668068 Jan 23  2013 freetype

/Library/Frameworks/freetype.framework/Versions/A/Resources:
total 24
drwxr-xr-x  2 m  wheel   136 May 13 14:48 .
drwxr-xr-x  3 m  wheel   170 May 13 14:48 ..
-rw-r--r--  1 m  wheel  6148 Jan 19  2013 .DS_Store
-rw-r--r--  1 m  wheel   603 Jan 23  2013 Info.plist

/Library/Frameworks/sfml-audio.framework:
total 16
drwxr-xr-x   3 root  wheel  170 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions
lrwxr-xr-x   1 root  wheel   27 Sep 11 09:50 sfml-audio -> Versions/Current/sfml-audio

/Library/Frameworks/sfml-audio.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  170 Sep 11 09:50 ..
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/sfml-audio.framework/Versions/2.1.0:
total 336
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 ..
drwxr-xr-x  2 root  wheel     102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  171776 Sep 11 09:49 sfml-audio

/Library/Frameworks/sfml-audio.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  772 Sep 11 09:49 Info.plist

/Library/Frameworks/sfml-graphics.framework:
total 16
drwxr-xr-x   3 root  wheel  170 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions
lrwxr-xr-x   1 root  wheel   30 Sep 11 09:50 sfml-graphics -> Versions/Current/sfml-graphics

/Library/Frameworks/sfml-graphics.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  170 Sep 11 09:50 ..
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/sfml-graphics.framework/Versions/2.1.0:
total 3352
drwxr-xr-x  3 root  wheel      136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel      136 Sep 11 09:50 ..
drwxr-xr-x  2 root  wheel      102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  1714972 Sep 11 09:49 sfml-graphics

/Library/Frameworks/sfml-graphics.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  778 Sep 11 09:49 Info.plist

/Library/Frameworks/sfml-network.framework:
total 16
drwxr-xr-x   3 root  wheel  170 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions
lrwxr-xr-x   1 root  wheel   29 Sep 11 09:50 sfml-network -> Versions/Current/sfml-network

/Library/Frameworks/sfml-network.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  170 Sep 11 09:50 ..
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/sfml-network.framework/Versions/2.1.0:
total 560
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 ..
drwxr-xr-x  2 root  wheel     102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  285680 Sep 11 09:49 sfml-network

/Library/Frameworks/sfml-network.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  776 Sep 11 09:49 Info.plist

/Library/Frameworks/sfml-system.framework:
total 16
drwxr-xr-x   3 root  wheel  170 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions
lrwxr-xr-x   1 root  wheel   28 Sep 11 09:50 sfml-system -> Versions/Current/sfml-system

/Library/Frameworks/sfml-system.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  170 Sep 11 09:50 ..
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/sfml-system.framework/Versions/2.1.0:
total 272
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 ..
drwxr-xr-x  2 root  wheel     102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  136164 Sep 11 09:49 sfml-system

/Library/Frameworks/sfml-system.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  774 Sep 11 09:49 Info.plist

/Library/Frameworks/sfml-window.framework:
total 16
drwxr-xr-x   3 root  wheel  170 Sep 11 09:50 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 root  wheel   26 Sep 11 09:50 Resources -> Versions/Current/Resources
drwxr-xr-x   3 root  wheel  136 Sep 11 09:50 Versions
lrwxr-xr-x   1 root  wheel   28 Sep 11 09:50 sfml-window -> Versions/Current/sfml-window

/Library/Frameworks/sfml-window.framework/Versions:
total 8
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  170 Sep 11 09:50 ..
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 2.1.0
lrwxr-xr-x  1 root  wheel    5 Sep 11 09:50 Current -> 2.1.0

/Library/Frameworks/sfml-window.framework/Versions/2.1.0:
total 800
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel     136 Sep 11 09:50 ..
drwxr-xr-x  2 root  wheel     102 Sep 11 09:50 Resources
-rwxr-xr-x  1 root  wheel  408388 Sep 11 09:49 sfml-window

/Library/Frameworks/sfml-window.framework/Versions/2.1.0/Resources:
total 8
drwxr-xr-x  2 root  wheel  102 Sep 11 09:50 .
drwxr-xr-x  3 root  wheel  136 Sep 11 09:50 ..
-rw-r--r--  1 root  wheel  774 Sep 11 09:49 Info.plist

/Library/Frameworks/sndfile.framework:
total 16
drwxr-xr-x   3 m     wheel  170 May 13 14:48 .
drwxr-xr-x  18 root  wheel  646 Sep 11 09:50 ..
lrwxr-xr-x   1 m     wheel   26 Sep  3 18:06 Resources -> Versions/Current/Resources
drwxr-xr-x   3 m     wheel  136 May 13 14:48 Versions
lrwxr-xr-x   1 m     wheel   24 Sep  3 18:06 sndfile -> Versions/Current/sndfile

/Library/Frameworks/sndfile.framework/Versions:
total 8
drwxr-xr-x  3 m  wheel  136 May 13 14:48 .
drwxr-xr-x  3 m  wheel  170 May 13 14:48 ..
drwxr-xr-x  3 m  wheel  136 May 13 14:48 A
lrwxr-xr-x  1 m  wheel    1 Sep  3 18:06 Current -> A

/Library/Frameworks/sndfile.framework/Versions/A:
total 12896
drwxr-xr-x  3 m  wheel      136 May 13 14:48 .
drwxr-xr-x  3 m  wheel      136 May 13 14:48 ..
drwxr-xr-x  2 m  wheel      102 May 13 14:48 Resources
-rw-r--r--  1 m  wheel  6602736 Aug 22  2012 sndfile

/Library/Frameworks/sndfile.framework/Versions/A/Resources:
total 8
drwxr-xr-x  2 m  wheel  102 May 13 14:48 .
drwxr-xr-x  3 m  wheel  136 May 13 14:48 ..
-rw-r--r--  1 m  wheel  602 Aug 22  2012 Info.plist
SFML / OS X developer

Zgema

  • Newbie
  • *
  • Messages: 6
    • Voir le profil
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #12 le: Septembre 12, 2014, 09:49:49 am »
En effet, il y a une grande différence de droits entre nos machines. Tu as également des liens que je n'ai pas.
J'ai fait le nécessaire pour être à l'identique.
Toutefois, j'ai constaté d'autres différences :
  • /Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Main.hpp n'est pas présent chez moi
  • idem pour /Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Window/Sensor.hpp
  • idem pour /Library/Frameworks/SFML.framework/Versions/2.1.0/Headers/Window/Touch.hpp
  • certains binaires n'ont pas la même taille
Je pense que ces dernières différences sont dues à une version plus récente sur ta machine que celle actuellement diffusée (c'est bien, c'est que vous continuez de faire avancer SFML  :) ).

Après ces modifications... CA MARCHE !!! Super !
Je pense que mes problèmes venaient des liens cassés. Sans ces liens, impossible de trouver les hpp.

Merci mille fois Hiura pour tes réponses rapides et ton aide précieuse.

Pour ma part, l'aventure SFML commence.
Je suis sûr que je reviendrai bientôt sur ce forum...

A bientôt donc.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Messages: 4321
    • Voir le profil
    • E-mail
Re : Xcode installation SFML #include <SFML/Graphics.hpp>
« Réponse #13 le: Septembre 12, 2014, 10:49:06 am »
Ravis que ça marche pour toi. Maintenant tu peux t'amuser !  :D

(oui, effectivement, ma version est un peu plus récente. :-)
SFML / OS X developer