mime.cpp:895:12: error: assigning to 'char *' from incompatible type 'const char *'
if ( (ptr=strrchr(file, '/')) != NULL )
^~~~~~~~~~~~~~~~~~~
mimetype.cpp:176:18: error: assigning to 'char *' from incompatible type 'const char *'
if ( (extension=strrchr(filename, '.')) == NULL )
^~~~~~~~~~~~~~~~~~~~~~