On Tue, 13 Mar 2012 23:57:56 -0500 "David C. Rankin" drankinatty@suddenlinkmail.com wrote:
Tim, Darrell,
Looks like there is a conversion error in the amarok code:
[...]
/build/src/amarok/amarok/src/engine/xine/xine-engine.cpp: In member function 'virtual bool XineEngine::getAudioCDContents(const TQString&, KURL::List&)': /build/src/amarok/amarok/src/engine/xine/xine-engine.cpp:1151:58: error: invalid conversion from 'const char* const*' to 'char**' [-fpermissive]
[...]
I'm not sure what to do with this one. Is this an amarok error or xine?
This looks similar to a problem we (the Gentoo group) had with xine support in kaffeine. If it's the same problem, it originates with xine—probably a change to their API between xine-lib 1.1.20 and 1.2.0, as compiling kaffeine against older versions worked. The code in both applications may need to be updated to compensate.