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.
It's ok now, I sloved my problem by defining a new macro NULL in the ResourcePtr.inl file.
#undef NULL
#define NULL 0
#define NULL 0