<div dir="ltr"><div><div><div><div>Hi,<br><br></div>You were right. Thanks very much. I managed to install a bash and then the "./configure" ran fine.<br><br></div>However, the "make all" command gave this error. (Here are the last lines from the console output).<br>
<br>CC libavutil/timecode.o<br>CC libavutil/tree.o<br>CC libavutil/utils.o<br>CC libavutil/x86/cpu.o<br>YASM libavutil/x86/cpuid.o<br>YASM libavutil/x86/emms.o<br>YASM libavutil/x86/float_dsp.o<br>
CC libavutil/x86/float_dsp_init.o<br>YASM libavutil/x86/lls.o<br>CC libavutil/x86/lls_init.o<br>CC libavutil/xga_font_data.o<br>CC libavutil/xtea.o<br>AR libavutil/libavutil.a<br>CC ffmpeg.o<br>
ffmpeg.c: In function 'write_frame':<br>ffmpeg.c:576: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1095)<br>CC ffmpeg_opt.o<br>ffmpeg_opt.c: In function 'init_output_filter':<br>
ffmpeg_opt.c:1520: warning: 'ost' may be used uninitialized in this function<br>ffmpeg_opt.c: In function 'open_output_file':<br>ffmpeg_opt.c:1953: warning: 'm' may be used uninitialized in this function<br>
CC ffmpeg_filter.o<br>CC cmdutils.o<br>cmdutils.c:51:21: error: version.h: No such file or directory<br>cmdutils.c: In function 'print_program_info':<br>cmdutils.c:1058: error: expected ')' before 'FFMPEG_VERSION'<br>
cmdutils.c:1058: warning: too few arguments for format<br>make: *** [cmdutils.o] Error 1<br><br></div>This error is probably related to the programs build? I don't need the programs to be build so I could disable them? Or we could investigate the issue in the sake of the full QNX build?<br>
<br></div>Regards.<br></div>