File const_fix.patch of Package rlog
--- rlog.orig/RLogChannel.cpp 2005-10-05 20:02:00.000000000 +0200 +++ rlog/RLogChannel.cpp 2009-06-03 12:39:38.000000000 +0200 @@ -183,7 +184,7 @@ if((current->logLevel() == Log_Undef) && (level != Log_Undef)) current->setLogLevel( level ); - char *next = strchr( path , '/' ); + const char *next = strchr( path , '/' ); size_t len = next ? next - path : strlen( path ); if(len > 1)