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

Author Topic: Can't compile SFML for M1 chip  (Read 890 times)

0 Members and 1 Guest are viewing this topic.

nicolapreda

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Can't compile SFML for M1 chip
« on: September 08, 2022, 11:49:13 am »
Hi everyone,
I tried to install SFML with homebrew, compiling from source and from development download, but I still getting the error: Undefined symbols for architecture arm64.
I also noticed that development version folder structure is different than the official one(there is only the framework folder), and I can't understand if I installed it succesfully.
Anybody can help me?


eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Can't compile SFML for M1 chip
« Reply #1 on: September 08, 2022, 01:16:38 pm »
Make sure when you build SFML or install SFML that you're selecting arm64
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

nicolapreda

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Can't compile SFML for M1 chip
« Reply #2 on: September 10, 2022, 01:38:43 pm »
Make sure when you build SFML or install SFML that you're selecting arm64
How can I select arm64 with brew?