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 - snowLimit

Pages: [1]
1
SFML website / Incorrect phrasing for install SFML 2.1 on OS X
« on: June 05, 2014, 03:31:33 am »
On this http://www.sfml-dev.org/tutorials/2.1/start-osx.php page once you're moving around files into place for the linker a bullet point says:
Quote
  • Copy the content of lib to /usr/local/lib and copy the content of include to /usr/local/include.

It should say something like:
Quote
  • Copy the content of lib to /usr/local/lib and copy the content of include/SFML/ to /usr/local/include

When we copy the SFML folder into include and not it's contents it causes some difficult to fix linker issues. Myself and many others have had these linker issues and you can find posts in the forums where users have gone as far as wiping the HDD to get this fixed. Copying the contents of /include/SFML/ to /usr/local/lib instead of the SFML folder itself has fixed the issue for three other users I've told to try this.

Pages: [1]