Installation output for bb

Installation time: 0s

CHICKEN_INSTALL_PREFIX=/root/salmonella/2011-10-13/repo CHICKEN_INCLUDE_PATH=/root/salmonella/2011-10-13/repo/share/chicken CHICKEN_REPOSITORY=/root/salmonella/2011-10-13/repo/lib/chicken/6 /usr/local/chicken-4.7.2/bin/chicken-install  -prefix /root/salmonella/2011-10-13/repo 
retrieving ...
checking platform for `bb' ...
checking dependencies for `bb' ...
install order:
("bb")
installing bb: ...
changing current directory to .
  /usr/local/chicken-4.7.2/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version '(\"bb\" \"\"))" -e "(destination-prefix \"/root/salmonella/2011-10-13/repo\")" -e "(runtime-prefix \"/root/salmonella/2011-10-13/repo\")" bb.setup
sh: 1: flu-config: not found
  g++ -g -fPIC -c   `fltk-config --cflags`  bb-support.cpp
bb-support.cpp: In function 'int BBMessage(int, char*, char*, char*, char*)':
bb-support.cpp:1579:35: error: format not a string literal and no format arguments [-Werror=format-security]
bb-support.cpp:1580:31: error: format not a string literal and no format arguments [-Werror=format-security]
bb-support.cpp:1581:23: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:59) [-Wdeprecated-declarations]
bb-support.cpp:1581:34: error: format not a string literal and no format arguments [-Werror=format-security]
bb-support.cpp:1581:34: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:59) [-Wdeprecated-declarations]
bb-support.cpp:1582:26: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:59) [-Wdeprecated-declarations]
bb-support.cpp:1582:50: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:59) [-Wdeprecated-declarations]
bb-support.cpp: In function 'char* BBGetInput(char*, char*)':
bb-support.cpp:1771:37: error: format not a string literal and no format arguments [-Werror=format-security]
cc1plus: some warnings being treated as errors


Error: shell command failed with nonzero exit status 256:

  g++ -g -fPIC -c   `fltk-config --cflags`  bb-support.cpp
make: Failed to make bb-support.o: shell command failed with nonzero exit status 256:

  g++ -g -fPIC -c   `fltk-config --cflags`  bb-support.cpp


Error: shell command terminated with nonzero exit code
17920
"/usr/local/chicken-4.7.2/bin/csi -bnq -setup-mode -e \"(require-library setup-a...