Edubuntu 14.04 x64 でclamav-0.98.3 tarball をビルド

Edubuntu 14.04 x64 でclamav-0.98.3 tarball をビルドしてみた。オブジェクトはできたが、ワーニングの嵐だ。大方キャストとか型の不一致なので、走らせていいものか悩ましいところ。

configure: Summary of detected features follows
              OS          : linux-gnu
              pthreads    : yes (-lpthread)
configure: Summary of miscellaneous  features
              check       : -lcheck  -pthread -Wl,--no-as-needed -lm -Wl,--as-needed -lrt (auto)
              fanotify    : yes
              fdpassing   : 1
              IPv6        : yes
configure: Summary of optional tools
              clamdtop    : -lncurses (auto)
              milter      : yes (disabled)
              clamsubmit  : yes
configure: Summary of engine performance features)
              release mode: yes
              jit         : no (disabled)
              mempool     : yes
configure: Summary of engine detection features
              bzip2       : ok
              zlib        : /usr
              unrar       : yes
              dmg and xar : yes, from /usr

のときstderrからリダイレクトしたワーニングをwcで数えてみると278 行

configure: Summary of detected features follows
              OS          : linux-gnu
              pthreads    : yes (-lpthread)
configure: Summary of miscellaneous  features
              check       : -lcheck  -pthread -Wl,--no-as-needed -lm -Wl,--as-needed -lrt (auto)
              fanotify    : yes
              fdpassing   : 1
              IPv6        : yes
configure: Summary of optional tools
              clamdtop    : -lncurses (auto)
              milter      : yes (disabled)
              clamsubmit  : yes
configure: Summary of engine performance features)
              release mode: yes
              jit         : yes (auto)
              mempool     : yes
configure: Summary of engine detection features
              bzip2       : ok
              zlib        : /usr
              unrar       : yes
              dmg and xar : yes, from /usr

のときstderrからリダイレクトしたワーニングをwcで数えてみると1814 行