Package: sffview
Version: 0.3-2
Severity: serious

Hi,

Your package is failing to build with the following error:
g++  -O2 -g -c `wx-config --cflags` -o sffview.o sffview.cpp
In file included from sffview.cpp:36:
common.h:36:37: boost/filesystem/path.hpp: No such file or directory
sffview.cpp: In member function `void SffView::CalcScale()':
sffview.cpp:123: warning: passing `double' for converting 4 of `virtual void
   wxScrolledWindow::SetScrollbars(int, int, int, int, int, int, bool)'
sffview.cpp:128: warning: passing `double' for converting 3 of `virtual void
   wxScrolledWindow::SetScrollbars(int, int, int, int, int, int, bool)'
make[1]: *** [sffview.o] Error 1

This looks like a missing build dependency on
libboost-filesystem-dev.  When adding it it builds fine.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to