I am using Code :: Blocks 8.02, and I have a question .. every time I try to compile a minimad.c file (the example that comes with Libmad), I get an error message:
sys/mman.h: No such file or directory and, of course, the sequence of errors: (
I already know that his 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?
PS I already linked mad.h with the compiler and tested it, so I know there are no problems ...
c ++ visual-c ++
Mohammed
source share