1
General / Building C::B 8.02 + mingw = 'NULL' not declared
« on: December 15, 2011, 05:51:37 pm »Quote from: "Laurent"
Quotei thought i have to build all the libs before i can use SFML
Why?
Official releases contain precompiled binaries.
I have downloaded the source aswell since I wish to build SFML as a static library and the OP is right there is some problem with building from source in reference to NULL not being declared. As to your "Why?" response shouldnt the library be built first and linked second (like every other library I have used) your answer just doesn't make sense to me, I dont wish to compile my app with the whole source of sfml each time thats obsurd even with a makefile this still seems excessive and whats the point of shared libraries if the source of the library needs to be linked in at compile time? or am I missing something really obvious.