Bug#358077: FTBFS with G++ 4.1: extra qualification

Martin Michlmayr tbm at cyrius.com
Tue Mar 21 03:48:31 UTC 2006


Package: gnomemeeting
Version: 1.2.3-3
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 attached.


> Automatic build of gnomemeeting_1.2.3-3 on bigsur by sbuild/mips 1.106
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../src -I../lib -I../lib/widgets -I../lib/xdap  -DXTHREADS -pthread -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/freetype2   -DORBIT2=1 -pthread -I/usr/include/evolution-data-server-1.4 -I/usr/include/libbonobo-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libxml2   -I/usr/include/ptlib -I/usr/include/ptclib  -I/usr/include/openh323 -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/include -DPTRACING -DNDEBUG -Wall -Os -g -D_REENTRANT -DGNOMEMEETING_IMAGES=\""/usr/share/pixmaps/"\" -DGNOMEMEETING_SOUNDS=\""/usr/share/sounds/gnomemeeting/"\" -DSCHEMA_AGE=55 -DGNOMEMEETING_DATADIR=\""/usr/share"\"     -Wall -g -O2  -MT callbacks.o -MD -MP -MF ".deps/callbacks.Tpo" \
> 	  -c -o callbacks.o `test -f 'callbacks.cpp' || echo './'`callbacks.cpp; \
> 	then mv -f ".deps/callbacks.Tpo" ".deps/callbacks.Po"; \
> 	else rm -f ".deps/callbacks.Tpo"; exit 1; \
> 	fi
> endpoint.h:287: error: extra qualification 'GMH323EndPoint::' on member 'GetAvailableAudioCapabilities'
> make[3]: *** [callbacks.o] Error 1


--- ./src/endpoint.h~	2006-03-21 03:45:29.000000000 +0000
+++ ./src/endpoint.h	2006-03-21 03:45:34.000000000 +0000
@@ -284,7 +284,7 @@
    * 		     the endpoint.
    * PRE          :  /
    */
-  OpalMediaFormat::List GMH323EndPoint::GetAvailableAudioCapabilities ();
+  OpalMediaFormat::List GetAvailableAudioCapabilities ();
   
   
   /* DESCRIPTION  :  /

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





More information about the Pkg-gnome-maintainers mailing list