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

Pages: [1]
1
General / Building C::B 8.02 + mingw = 'NULL' not declared
« on: December 15, 2011, 05:51:37 pm »
Quote from: "Laurent"
Quote
i 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.

Pages: [1]