Bug#548708: FTBFS with GCC 4.4: #elif is missing defined()

2009-09-28 Thread Martin Michlmayr
Package: wv2 Version: 0.4.0.dfsg-1 User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.4 Tags: patch This package fails to build with GCC 4.4 which has introduced better checks in the preprocessor. Your code does something like: #ifdef A #elif B #endif but the #elif is wrong: #elif

Bug#548708: FTBFS with GCC 4.4: #elif is missing defined()

2009-09-28 Thread Ana Guerrero
On Mon, Sep 28, 2009 at 10:35:52AM +0100, Martin Michlmayr wrote: Package: wv2 Version: 0.4.0.dfsg-1 User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.4 Tags: patch Fixed upstream already: http://wvware.svn.sourceforge.net/viewvc/wvware/wv2-trunk/src/ustring.cpp?r1=2r2=36pathrev=36