Advertisement
dmfrey

Untitled

Aug 13th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.44 KB | None | 0 0
  1. dmfrey@mythcenter:~/Downloads/butt-0.1.12$ make
  2. make -C src
  3. check for ../config.mk ...
  4. ok.
  5. make[1]: Entering directory `/home/dmfrey/Downloads/butt-0.1.12/src'
  6. g++     -I. -I/usr/local/include -Wall -O2 -DVERSION=\"butt-0.1.12\" `` -IFLTK  -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2 -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -DFLTK1 -DHAVE_FLTK -ILIBLAME   -DHAVE_LIBLAME   -c -o cfg.o cfg.cpp
  7. cfg.cpp: In function β€˜int cfg_set_values()’:
  8. cfg.cpp:331:67: error: format not a string literal and no format arguments [-Werror=format-security]
  9. cfg.cpp:331:67: error: format not a string literal and no format arguments [-Werror=format-security]
  10. cfg.cpp:368:67: error: format not a string literal and no format arguments [-Werror=format-security]
  11. cfg.cpp:368:67: error: format not a string literal and no format arguments [-Werror=format-security]
  12. cc1plus: some warnings being treated as errors
  13. make[1]: *** [cfg.o] Error 1
  14. make[1]: Leaving directory `/home/dmfrey/Downloads/butt-0.1.12/src'
  15. make: *** [butt] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement