Bugs item #617667, was opened at 2002-10-02 10:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=617667&group_id=11050
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: renderer.cpp:2172: invalid conversion... Initial Comment: Hi! I tried avifile0.7-0.7.16 and also the latest cvs checkout. with gcc2.95.3 there're no problems. But with gcc3.2 I get this error: renderer.cpp: In member function `virtual avm::IRtConfig* avm::YUVRenderer::GetRtConfig() const': renderer.cpp:2172: conditional expression between distinct pointer types ` avm::XvRtConfig*' and `avm::SDLGRtConfig*' lacks a cast renderer.cpp:2172: invalid conversion from `void*' to `avm::IRtConfig*' make[2]: *** [renderer.lo] Error 1 make[2]: Leaving directory `/dvb/software/avifile0.7-0.7.16/lib/video' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/dvb/software/avifile0.7-0.7.16/lib' make: *** [all-recursive] Error 1 looks like a very small problem. PLEASE FIX IT! ;-) regards Stefan ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-10-07 12:37 Message: Logged In: NO export CFLAGS="$CFLAGS -fpermissive" helped. with that switch, avifile compiles on gcc3.2 But that can't be the solution ;-) regards, Stefan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=617667&group_id=11050 _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
