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

Pages: [1]
1
General / Re: Compilation SFML 1.6 [GCC 4.6.0]
« on: June 11, 2012, 04:53:20 pm »
I couldn't compile SFML because the gcc 4.6 do not include cstddef anymore, and because of that SFML couldn't know the what is the object NULL.

It's ok now, I sloved my problem by defining a new macro NULL in the ResourcePtr.inl file.

#undef NULL
#define NULL 0

2
General / Re: Compilation SFML 1.6 [GCC 4.6.0]
« on: June 11, 2012, 04:03:11 pm »
Please explain me how do you do that.

Thanks.

Pages: [1]
anything