Hi ; I am using Code::Blocks 8.02 and I have a question .. every time I try to compile minimad.c (the example that comes with Libmad) I get an error message :
sys/mman.h: No such file or directory
and of course a bunch of errors to follow :(
I already know that its the memory management library ...
The question is:
Where can I download <sys/mman.h>
? or if there is another compiler that supports more libraries then Code::Blocks 8.02?
P.S. I already linked mad.h to the compiler and tested out fine so I know there is no problem there ...