Advertisement
bhinesley

make

Mar 22nd, 2011
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. gcc -DHAVE_CONFIG_H -I. -I../../include -I../../src/other/tcl/generic -I../../src/other/tcl/unix -I/usr/local/include -DBRLCADBUILD=1 -I../../include -I../../src/other/openNURBS -pedantic -W -Wall -Wundef -Wfloat-equal -Wshadow -Winline -Wno-long-long -Werror -pipe -fno-strict-aliasing -fno-common -fexceptions -ggdb3 -D_FORTIFY_SOURCE=2 -pedantic -W -Wall -Wundef -Wfloat-equal -Wshadow -Winline -Wno-long-long -MT clutter.o -MD -MP -MF .deps/clutter.Tpo -c -o clutter.o clutter.c
  2. cc1: warnings being treated as errors
  3. clutter.c: In function ‘crystal_stack’:
  4. clutter.c:217:9: error: operation on ‘rbuf->msr_double_ptr’ may be undefined
  5. make[2]: *** [clutter.o] Error 1
  6. make[2]: Leaving directory `/media/qnmaster/home/prj/personal/Programming/GSoC/BRL-CAD/source/brlcad/src/proc-db'
  7. make[1]: *** [all-recursive] Error 1
  8. make[1]: Leaving directory `/media/qnmaster/home/prj/personal/Programming/GSoC/BRL-CAD/source/brlcad/src'
  9. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement