
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 1.12 KB | hits: 13 | expires: Never
gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/snappy/google-snappy -I/opt/local/include -I/usr/local/include -I/usr/include -D_BSD_SOURCE -I/opt/local/include -DXP_UNIX -I/usr/include -I/usr/include/js -I/usr/include/mozjs -I/usr/local/include/js -I/opt/local/include/js -MT couchjs-main.o -MD -MP -MF .deps/couchjs-main.Tpo -c -o couchjs-main.o `test -f 'couch_js/main.c' || echo './'`couch_js/main.c
couch_js/main.c: In function 'evalcx':
couch_js/main.c:55: warning: initialization makes pointer from integer without a cast
couch_js/main.c:116: error: lvalue required as unary '&' operand
couch_js/main.c: In function 'print':
couch_js/main.c:144: warning: initialization makes pointer from integer without a cast
couch_js/main.c: In function 'quit':
couch_js/main.c:166: warning: initialization makes pointer from integer without a cast
couch_js/main.c: In function 'seal':
couch_js/main.c:280: warning: initialization makes pointer from integer without a cast
make[4]: *** [couchjs-main.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2