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

Pages: [1]
1
General discussions / SFML 2 for OS X comes true!
« on: August 04, 2011, 07:57:29 pm »
I compiled the library in debug mode, and it works, thanks!

2
General discussions / SFML 2 for OS X comes true!
« on: August 04, 2011, 07:13:08 pm »
Hey,

I'm on Mac OS X 10.7, I just installed the developer tools, grabbed the SFML files on git, compiled it with cake, installed it, installed the templates...
But yeah, when I try to compile a template, I've got this

What can I do? :/
Thanks in advance

3
General discussions / SFML 2 for OS X comes true!
« on: February 06, 2011, 04:59:51 pm »
Thank you very much, works fine now =D

4
General discussions / SFML 2 for OS X comes true!
« on: February 06, 2011, 03:32:10 pm »

5
General discussions / SFML 2 for OS X comes true!
« on: February 06, 2011, 12:45:54 pm »
Nope, already tried it :/

EDIT:
weird cause this http://www.mediafire.com/?3dxc2vs0wbd3c3n works fine.

6
General discussions / SFML 2 for OS X comes true!
« on: February 06, 2011, 11:37:44 am »
Hey :)

I built the lib on OS X 10.6; I did exactly what you said on your post (first page); but there are errors :
http://img695.imageshack.us/img695/1862/capturedcran20110206113.png


And here's my code :
Code: [Select]
#include <stdio.h>
#include <SFML/Window.hpp>

int main (int argc, const char * argv[]) {
    // insert code here...
    printf("Hello, World!\n");
    return 0;
}

(just added the include)

Can you help me please ? =/

EDIT :
Code: [Select]
mac-pro-de-nico:~ nico$ find /usr/ -name climits && find /Developer/ -name climits
/usr//include/c++/4.0.0/climits
/usr//include/c++/4.2.1/climits
/usr//include/c++/4.2.1/tr1/climits
/Developer//SDKs/MacOSX10.5.sdk/usr/include/c++/4.0.0/climits
/Developer//SDKs/MacOSX10.6.sdk/usr/include/c++/4.0.0/climits
/Developer//SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/climits
/Developer//SDKs/MacOSX10.6.sdk/usr/include/c++/4.2.1/tr1/climits


And there are 102 errors in Release; 34 in debug.

Pages: [1]
anything