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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DryFear

Pages: [1]
1
General discussions / Re: Problem with first launch SFML on XCode
« on: August 18, 2024, 12:31:43 am »
Sorry for poor info about problem, i am newbee in c++ and xcode (i am student), therefore i just don't know what to describe.  my problem is similar to the one described in this post https://en.sfml-dev.org/forums/index.php?topic=29322.msg180847#msg180847

But I installed all the libraries as written in the tutorial. (I did steps from here https://www.sfml-dev.org/tutorials/2.6/start-osx.php and, when it didn't work, from here https://en.sfml-dev.org/forums/index.php?topic=28823.0)
I may not have understood what is meant by "Install". I simply copied the content from "Frameworks" to "/Library/Frameworks" (its 6 .framework dirs), and also copied all the content from "extlibs" to "/Library/Frameworks" too.

I have mac m1, and downloaded clang 2.6.1 arm64 version of SFML

2
General discussions / Re: Problem with first launch SFML on XCode
« on: August 17, 2024, 08:49:00 pm »
I switched "embed" option in frameworks and libraries to "do not embed" and error is gone. Now i have success build but there is another issue in command line (pic.).
Please help me fix it, i so tired by trying make it works.

3
General discussions / Problem with first launch SFML on XCode
« on: August 17, 2024, 08:29:20 pm »
Hello,
I have error "'SFML/Graphics.hpp' file not found"
But xcode adjust me autofill with header files (attached pic.). XCode knows what's inside the library, but still show me an error.

Pages: [1]