On Wed, 4 Nov 2009, Hans-Christoph Steiner wrote:
yah, this is dues to an overly pedantic compiler (or probably: invalid headers: the line the error is referring to is (here; but i might have a different version :-)) using the (const char*) argument to guess_qtformat() as input for strchr(). according to my man-pages, strchr() indeed takes (const char*) rather than (char*). if this is indeed the problem, just add a cast to (const char*) to the call of strchr(), and file a bug-report to ubuntu that they are shipping broken headers)
FYI, I think all new versions of gcc are this pedantic.
FYI, none of them are.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801