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

Auteur Sujet: Qt SFML & Mac  (Lu 1501 fois)

0 Membres et 1 Invité sur ce sujet

DarkMiiMolle

  • Newbie
  • *
  • Messages: 1
    • Voir le profil
Qt SFML & Mac
« le: Juin 13, 2018, 09:20:40 am »
[En/Fr]
Hello everyone, i have a probleme and i hope you can help me...
I want to add SFML to Qt, but when i add SFML like it is explain here : https://github.com/SFML/SFML/wiki/Tutorial:-Link-SFML-with-Qt-Creator , i have an error in the execution of my program...

Qt Creator detects my SFML files, i can use my SFML Object, it seems compiling well but not executing well.
here is what Qt Creator print on its consol:

dyld: Symbol not found: __cg_jpeg_resync_to_restart
  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /usr/local/lib/libJPEG.dylib
 in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Le programme s'est terminé subitement.


Bonjour tout le monde, j'ai un problème et j'espère que vous pouvez m'aider...
Je veux ajouter SFML à Qt, mais quand j'ajoute SFML comme c'est expliqué ici : https://github.com/SFML/SFML/wiki/Tutorial:-Link-SFML-with-Qt-Creator , j'ai une erreur dans l'execution du programme.
Qt Creator detecte bien mes fichier SFML, je peux utiliser les Objet SFML, il y a la completation etc, ça compile apparemment bien, mais l'execution non.

ci dessus (en rouge) ce que Qt Creator me met dans sa console.


Thanks for help, Merci d'avance ;)