Package: linm
Version: 0.6.7-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of linm_0.6.7-2 on bigsur by sbuild/mips 1.89
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../src  -O2  -g 
> -O2 -MT menu.o -MD -MP -MF ".deps/menu.Tpo" -c -o menu.o menu.cpp; \
>       then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; else rm -f 
> ".deps/menu.Tpo"; exit 1; fi
> ../src/panel.h:108: error: extra qualification 'MLS::Panel::' on member 
> 'SetCur'
> make[3]: *** [menu.o] Error 1


--- ./src/panel.h~      2006-03-12 20:57:32.000000000 +0000
+++ ./src/panel.h       2006-03-12 20:57:36.000000000 +0000
@@ -105,7 +105,7 @@
        Reader *_tReader;                               ///< tReader
 
        /// @brief              파일위치 설정.
-       void Panel::SetCur(const int cur)
+       void SetCur(const int cur)
        {
                _cur = cur;
                _page = _cur / (_ncol * _nrow);

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

Reply via email to