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

Author Topic: EGL/egl.h file not found in XCode project after CMake  (Read 3754 times)

0 Members and 1 Guest are viewing this topic.

aferents

  • Newbie
  • *
  • Posts: 7
    • View Profile
EGL/egl.h file not found in XCode project after CMake
« on: August 21, 2014, 08:56:24 am »
Hello,

let me describe the problem,
i download the latest sources and create XCode project using CMake, in configuration CMake i followed instructions from tutorial on this site, also i set such flags
SFML_BUILD_EXAMPLES
SFML_OPENGL_ES
SFML_INSTALL_XCODE_TEMPLATES

after creation XCode project was done i try build it in XCode but buil is failed with error "EGL/egl.h file not found"

i use mac mini with OS X 10.9.4

Can someone help?

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: EGL/egl.h file not found in XCode project after CMake
« Reply #1 on: August 21, 2014, 09:06:33 am »
SFML_OPENGL_ES is not for OS X.

For which OS are you trying to build SFML?
SFML / OS X developer

aferents

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: EGL/egl.h file not found in XCode project after CMake
« Reply #2 on: August 21, 2014, 09:13:27 am »
i want to work with ios

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: EGL/egl.h file not found in XCode project after CMake
« Reply #3 on: August 21, 2014, 09:15:04 am »
See this thread then. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything