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

Pages: [1]
1
General / Installing on Mac (Xcode)
« on: October 30, 2011, 12:05:59 pm »
Thank you Ceylo!

It was exactly that, I reinstalled Xcode and afterward everything worked!

Now I can finally start coding :D

2
General / Installing on Mac (Xcode)
« on: October 29, 2011, 07:52:41 pm »
Thank you so much, that was exactly the problem!

Now it could install it perfectly on my Laptop, unfortunatley it didn't work on my iMac.
After I typed sudo make install I many errors similar to those:

Quote

[  8%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o

/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/iosfwd:44:28: error: bits/c++config.h: No such file or directory
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/iosfwd:45:29: error: bits/c++locale.h: No such file or directory
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/iosfwd:46:25: error: bits/c++io.h: No such file or directory

or
Quote

/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/bits/allocator.h:53:31: error: bits/c++allocator.h: No such file or directory
In file included from /Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/bits/basic_ios.h:44,
                 from /Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/ios:50,
                 from /Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/ostream:45,
                 from /Users/rogerkueng/SFML-source/SFML/include/SFML/System/Err.hpp:32,
                 from /Users/rogerkueng/SFML-source/SFML/src/SFML/System/Err.cpp:28:


In theory i did everything the same way on both machines, but somehow on one it doesn't want to work.

Am I missing some other library or did I not install something?

Thank you again so much for your help!

3
General / SFML 1.6 XCODE 4.1 installation
« on: October 29, 2011, 04:45:45 pm »
No i didn't have them there, but even after I put them there, i get the same issues.

So that didn't solve my problem.

How would I set the user header search paths to a specific directory?

4
General / SFML 1.6 XCODE 4.1 installation
« on: October 29, 2011, 03:18:00 pm »
Hello Hiura

I tried to follow the guide and left out the templates.
But when I tried to compile a simple program (like opening a window, with a sprite etc.) I get the following errors:

/Users/myName/Desktop/Test/Test/main.cpp:12:9:{12:5-12:9}: error: no member named 'Texture' in namespace 'sf' [3]
file://localhost/Users/myName/Desktop/Test/Test/main.cpp: error: Semantic Issue: No member named 'Text' in namespace 'sf'

etc.. (there are 8 issues in total)

I copied the main text from the short example of the docuentation, so there shouldn't be any errors.

Did I link all the libraries?:




Or what else could be the problem?

5
General / Installing on Mac (Xcode)
« on: October 29, 2011, 03:00:34 pm »
Thank you for your reply Codevine.
I was actually refering to the post of sbroadfoot90 and the third step:
Quote
3) Compiling and installing

Open up a terminal and type

$ cd ~/SFML-make/release
$ sudo make install

Enter your password

then type

$ cd ../debug
$ sudo make install

Everything should be installed properly now.


and that sudo make install here does not work for me.The libraries etc. are still missing (I also have no templates)

Because if I try to build the install target (and i opened Xcode with sudo open Xcode.app) I have 105 issues.

They sound like the following:
in allocator.h:
In file included from /Users/myName/SFML-source/SFML/src/SFML/System/Err.cpp
in cstddef
/Developer/SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/cstddef:53: error: expected constructor, destructor, or type conversion before '(' token
'_GLIBCXX_END_NAMESPACE' does not name a type
Bits/time_members.h: No such file or directory

etc...
So i think something is still missing, but I really don't know what it is.

6
General / Installing on Mac (Xcode)
« on: October 29, 2011, 10:43:32 am »
Good Day

I tried to follow all of your instructions (only put the folder inside my home folder -> myname/SFML-source/SFML-make/release

and all seemed to work well, except when i typed sudo make install inside the terminal:

make: *** No rule to make target `install'.  Stop.

What did I do wrong? I have the following files inside the release folder:



If you could help me out I really would appreciate it   :)

Pages: [1]
anything