Menu

#31 svq1.c build error

open
nobody
Make System (3)
5
2012-06-12
2012-06-12
Bobnet
No

make[2]: Entering directory `/home/station/openquicktime-2.0.0a1/videoplugins/sorenson'
source='svq1.c' object='svq1.lo' libtool=yes \ depfile='.deps/svq1.Plo' tmpdepfile='.deps/svq1.TPlo' \ depmode=gcc3 /bin/bash ../../build/depcomp \ /bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include/openquicktime -I../../include -g -DDEBUG -D_LARGEFILE64_SOURCE -pthread -DBUILDDATE="Tue Jun 12 20:51:40 BST 2012" -Wall -Wno-unused -Wstrict-prototypes -Wmissing-prototypes -c -o svq1.lo `test -f 'svq1.c' || echo './'`svq1.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include/openquicktime -I../../include -g -DDEBUG -D_LARGEFILE64_SOURCE -pthread "-DBUILDDATE=Tue Jun 12 20:51:40 BST 2012" -Wall -Wno-unused -Wstrict-prototypes -Wmissing-prototypes -c svq1.c -MT svq1.lo -MD -MP -MF .deps/svq1.TPlo -fPIC -DPIC -o svq1.lo
In file included from svq1.c:39:
svq1_codebooks.h:762: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:762: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:762: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:763: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:1503: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:1503: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:1503: warning: pointer targets in initialization differ in signedness
svq1_codebooks.h:1504: warning: pointer targets in initialization differ in signedness
svq1.c: In function 'decode_motion_vector':
svq1.c:768: warning: suggest parentheses around comparison in operand of '!='
svq1.c:768: warning: suggest parentheses around comparison in operand of '!='
svq1.c:770: warning: suggest parentheses around comparison in operand of '!='
svq1.c:770: warning: suggest parentheses around comparison in operand of '!='
svq1.c: In function 'vscale_chroma_line':
svq1.c:1258: error: lvalue required as increment operand
svq1.c:1259: error: lvalue required as increment operand
make[2]: *** [svq1.lo] Error 1
make[2]: Leaving directory `/home/station/openquicktime-2.0.0a1/videoplugins/sorenson'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/station/openquicktime-2.0.0a1/videoplugins'
make: *** [all-recursive] Error 1

Discussion


Log in to post a comment.