Package: cwidget
Version: 0.5.6.1-3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://gcc.gnu.org/gcc-4.3/porting_to.html

You can reproduce this problem with gcc-4.3 or gcc-snapshot from
unstable.

> Automatic build of cwidget_0.5.6.1-3 on em64t by sbuild/amd64 0.53
...
> if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ 
> -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I../../.. 
> -I../../.. -Wall -Werror -I../../.. -I. -I../../.. -I../../../src    -g -O2 
> -D_REENTRANT -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include   -MT 
> column_definition.lo -MD -MP -MF ".deps/column_definition.Tpo" -c -o 
> column_definition.lo column_definition.cc; \
>       then mv -f ".deps/column_definition.Tpo" ".deps/column_definition.Plo"; 
> else rm -f ".deps/column_definition.Tpo"; exit 1; fi
>  g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I../../.. 
> -I../../.. -Wall -Werror -I../../.. -I. -I../../.. -I../../../src -g -O2 
> -D_REENTRANT -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT 
> column_definition.lo -MD -MP -MF .deps/column_definition.Tpo -c 
> column_definition.cc  -fPIC -DPIC -o .libs/column_definition.o
> column_definition.cc: In member function 'virtual std::wstring 
> cwidget::config::empty_column_parameters::get_param(int)':
> column_definition.cc:43: error: 'abort' was not declared in this scope
> make[5]: *** [column_definition.lo] Error 1
> make[5]: Leaving directory `/build/tbm/cwidget-0.5.6.1/src/cwidget/config'
> make[4]: *** [all-recursive] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



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

Reply via email to