|
From: Trevor B. <tb...@br...> - 2005-06-03 18:32:16
|
> Try using cvs version of nvrec and stable version os ffmpeg. Ok. ffmpeg-0.4.9-pre1 and nvrec cvs compiled on one machine that has gcc-3.3.4. On another machine that has gcc 2.95.3, compile failed with: nuvfile_core.c: In function `nuvfile_core_rotate': nuvfile_core.c:222: parse error before `char' nuvfile_core.c:224: `name_buffer' undeclared (first use in this function) nuvfile_core.c:224: (Each undeclared identifier is reported only once nuvfile_core.c:224: for each function it appears in.) ...however this was trivially fixed by moving the declaration of "char *name_buffer;" up two lines to be above the "if(!nuvc)" code. Might be worth changing in the code in order to let it compile with 2.95.3. As old as 2.95.3 is, it's worth keeping around because it is one version of gcc that cleanly compiles MPlayer. ...unless there is a later version of gcc that compiles all including MPlayer? I know the MPlayer docs are full of detailed problems that happen with certain versions of gcc, quite a headache. I'll experiment with this and send you a trace offline if I can still make it crash doing asf. Many thanks. |