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

Author Topic: Nonfunctional application/tool  (Read 1883 times)

0 Members and 1 Guest are viewing this topic.

gobblewobble123

  • Newbie
  • *
  • Posts: 6
    • View Profile
Nonfunctional application/tool
« on: April 03, 2011, 07:34:00 am »
*sigh*

Yet another problem. So, I successfully downloaded SFML, as well as the Command Line Utility thing, and the SFML Application deal. Two problems have come about:

1. The Command Line Utility and SFML Application options are not there.

2. I went to "SFML Tool.xcodeproj" and copied and pasted the code from "Window.hpp" and I got 41 errors.

Any suggestions?
Gobblewobble123

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Nonfunctional application/tool
« Reply #1 on: April 03, 2011, 08:54:38 am »
Which version of SFML? (if 1.6, have gone throw the installation tutorial ?)
Which version of Xcode ?
What errors ?
SFML / OS X developer

gobblewobble123

  • Newbie
  • *
  • Posts: 6
    • View Profile
Nonfunctional application/tool
« Reply #2 on: April 03, 2011, 05:17:13 pm »
I use XCode 3.1.3, and yes, I went through the tutorial for SFML 1.6 (64-bit), and got to the part where I placed the SFML Application and tools in their respective places.  But, this is where my first problem occurred.  I did NOT see the Application or the Tool in either "Create an Application" or "Command Line Utility" when I tried to create a new project.  So, I proceeded to find "Command Line Utility.xcodeproj," and saw that it wasn't like a normal .xcodeproj, so I went to Window.hpp, and copied and pasted it in.  I built and run, and discovered 41 errors, and here are a few:

SFML/Window.hpp: No such file or directory
'sf' has not been declared
'Window' was not declared in this scope

Almost all of the errors are like this;  they mostly say things aren't declared in scope.
Gobblewobble123