During a compile of a gnome applet I got the following error.
As the program itself is far away in the include list, it seems to be a 
problem of the glibc library itself.

error message:

In file included from 
/usr/include/g++-v31/i586-mandrake-linux-gnu/bits/c++locale.h:39,
                 from /usr/include/g++-v31/bits/localefwd.h:46,
                 from /usr/include/g++-v31/ios:48,
                 from /usr/include/g++-v31/ostream:45,
                 from /usr/include/g++-v31/iostream:45,
                 from /usr/include/libicq2000/libicq2000/Client.h:25,
                 from IckleApplet.cpp:26:
/usr/include/libintl.h:35: parse error before `__const'
/usr/include/libintl.h:39: parse error before `__const'
/usr/include/libintl.h:47: parse error before `__const'
/usr/include/libintl.h:76: parse error before `__const'
/usr/include/libintl.h:81: parse error before `__const'
        
I found no place where __const is defined as const.

My packets:

libstdc++3.1-devel-3.1.1-0.7mdk
glibc-devel-2.2.5-11mdk
gcc-3.1.1-0.7mdk


Reply via email to