QNX6SP3+VLC+error

please help me

cd vlc-0.8.6a
./configure --with-mad=/usr/local --with-libmpeg2-tree=/usr/local --disable-ffmpeg --disable-wxwidgets --disable-skin2

make

input/es_out.c: In function EsOutProgramMeta': input/es_out.c:582: warning: implicit declaration of function strcasecmp’
input/es_out.c: In function EsOutAddInfo': input/es_out.c:1639: warning: implicit declaration of function lldiv’
input/es_out.c:1641: incompatible types in assignment
make[4]: *** [input/libvlc_a-es_out.o] Error 1
make[4]: Leaving directory /home/vlc-0.8.6a/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory /home/vlc-0.8.6a/src’
make[2]: *** [all] Error 2
make[2]: Leaving directory /home/vlc-0.8.6a/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/vlc-0.8.6a’
make: *** [all] Error 2

please tell me why
input/es_out.c:1641: incompatible types in assignment
Thank you!!!

Well the warnings are because of a problem with the code not detecting where these functions live (though
I don’t think that we have an lldiv(), just an ldiv()) but those are just warnings.

The compilation failure is because of whatever is on link 1641 of es_out.c …

Thomas
sendreceivereply.wordpress.com