Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 1.12 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 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
  2. couch_js/main.c: In function 'evalcx':
  3. couch_js/main.c:55: warning: initialization makes pointer from integer without a cast
  4. couch_js/main.c:116: error: lvalue required as unary '&' operand
  5. couch_js/main.c: In function 'print':
  6. couch_js/main.c:144: warning: initialization makes pointer from integer without a cast
  7. couch_js/main.c: In function 'quit':
  8. couch_js/main.c:166: warning: initialization makes pointer from integer without a cast
  9. couch_js/main.c: In function 'seal':
  10. couch_js/main.c:280: warning: initialization makes pointer from integer without a cast
  11. make[4]: *** [couchjs-main.o] Error 1
  12. make[3]: *** [all-recursive] Error 1
  13. make[2]: *** [all-recursive] Error 1
  14. make[1]: *** [all-recursive] Error 1
  15. make: *** [all] Error 2