[Live-devel] Compile error on latest release
Mike Yan
mike at revelationit.net
Thu May 24 13:35:32 PDT 2007
Hi Ross,
I downloaded the latest version source code "live.2007.05.23.tar.gz". During
the compilation, I got an error said
"error C2440: 'initializing' : cannot convert from 'const char *' to 'char
*' in "DynamicRTSPServer.cpp" on line 90".
Once I changed line 90 from "char* extension = strrchr(fileName, '.');" to
"char const* extension = strrchr(fileName, '.');", I got the compilation
passed.
Please modify the line 90 in "DynamicRTSPServer.cpp". BTW, my developing
environment is Visual Studio 2005.
Best regards,
Mike Yan
More information about the live-devel
mailing list