Gtkmm-forge digest, Vol 1 #1003 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #1003 - 5 msgs
- Date: Sun, 20 Nov 2005 20:06:23 -0800
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 321967] New: gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers (gnomemm (bugzilla.gnome.org))
2. [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers (gnomemm (bugzilla.gnome.org))
3. [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers (gnomemm (bugzilla.gnome.org))
4. [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers (gnomemm (bugzilla.gnome.org))
5. [Bug 321990] New: Error building libgnomevfs/libgnomevfsmm/uri.cc with SGI, Tru64 UNIX, Sun C++ compilers (gnomemm (bugzilla.gnome.org))
--__--__--
Message: 1
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Sun, 20 Nov 2005 16:08:38 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321967] New: gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321967
gnomemm | gconfmm | Ver: 2.10
Summary: gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C+=
+
compilers
Product: gnomemm
Version: 2.10
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gconfmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bugzilla-gnome thewrittenword com
CC: all-bugs bugzilla gnome org
Version details: 2.10.0
Distribution/Version: 2.10
Trying to build gconfmm-2.10.0 with the SGI C++ compiler:
CC -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"gconfmm\" -I../../gconf -I../../gc=
onf
-D_REENTRANT -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/include
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gcon=
f
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gettext014/include
-I/opt/TWWfsw/libiconv19/include -Wl,-woff,84 -Wl,-woff,85 -woff 1429
-use_readonly_const -G0 -rdata_shared -DEBUG:optimize_space=3DON -O2 -OPT=
:Olimit=3D0
-c client.cc -DPIC -o .libs/client.o
cc-3224 CC: ERROR File =3D ../../gconf/gconfmm/value_listhelpers.h, Line =
=3D 108
This declaration cannot have multiple "template <...>" clauses.
struct SListSourceTraits<Gnome::Conf::ValueIntTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueIntTraits,Cont>{
^
cc-3224 CC: ERROR File =3D ../../gconf/gconfmm/value_listhelpers.h, Line =
=3D 112
This declaration cannot have multiple "template <...>" clauses.
struct SListSourceTraits<Gnome::Conf::ValueBoolTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueBoolTraits,Cont>{
^
cc-3224 CC: ERROR File =3D ../../gconf/gconfmm/value_listhelpers.h, Line =
=3D 116
This declaration cannot have multiple "template <...>" clauses.
struct SListSourceTraits<Gnome::Conf::ValueFloatTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueFloatTraits,Cont>{
^
cc-3224 CC: ERROR File =3D ../../gconf/gconfmm/value_listhelpers.h, Line =
=3D 120
This declaration cannot have multiple "template <...>" clauses.
struct SListSourceTraits<Gnome::Conf::ValueStringTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueStringTraits,Cont>{
^
cc-3224 CC: ERROR File =3D ../../gconf/gconfmm/value_listhelpers.h, Line =
=3D 124
This declaration cannot have multiple "template <...>" clauses.
struct SListSourceTraits<Gnome::Conf::ValueSchemaTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueSchemaTraits,Cont>{
^
5 errors detected in the compilation of "client.cc".
gmake[4]: *** [client.lo] Error 1
gmake[4]: Leaving directory `/opt/build/gconfmm-2.10.0/gconf/gconfmm'
Trying to build it with the IBM C++ compiler:
xlC -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"gconfmm\" -I../../gconf -I../../g=
conf
-D_THREAD_SAFE -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/include
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gcon=
f
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gettext014/include -O2 -qrtt=
i -qro
-qroconst -qmaxmem=3D-1 -qarch=3Dcom -c client.cc -DPIC -o .libs/client.=
o
"/usr/include/alloca.h", line 34.9: 1540-1401 (I) An unknown "pragma __al=
loca"
is specified.
"../../gconf/gconfmm/value_listhelpers.h", line 108.8: 1540-0089 (S) Too =
many
template prefixes are specified for the declaration of "SListSourceTraits=
".
"../../gconf/gconfmm/value_listhelpers.h", line 112.8: 1540-0089 (S) Too =
many
template prefixes are specified for the declaration of "SListSourceTraits=
".
"../../gconf/gconfmm/value_listhelpers.h", line 116.8: 1540-0089 (S) Too =
many
template prefixes are specified for the declaration of "SListSourceTraits=
".
"../../gconf/gconfmm/value_listhelpers.h", line 120.8: 1540-0089 (S) Too =
many
template prefixes are specified for the declaration of "SListSourceTraits=
".
"../../gconf/gconfmm/value_listhelpers.h", line 124.8: 1540-0089 (S) Too =
many
template prefixes are specified for the declaration of "SListSourceTraits=
".
gmake[4]: *** [client.lo] Error 1
gmake[4]: Leaving directory `/opt/build/gconfmm-2.10.0/gconf/gconfmm'
Trying to build it with the Tru64 UNIX C++ compiler:
cxx -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"gconfmm\" -I../../gconf -I../../g=
conf
-pthread -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/include
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gcon=
f
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gettext014/include
-I/opt/TWWfsw/libiconv19/include -O2 -msym -readonly_strings -timplicit_l=
ocal
-model ansi -D__USE_STD_IOSTREAM -c client.cc -DPIC -o .libs/client.o
cxx: Error: ../../gconf/gconfmm/value_listhelpers.h, line 108: this
declaration cannot have multiple "template <...>" clauses
struct SListSourceTraits<Gnome::Conf::ValueIntTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueIntTraits,Cont>{
-------^
cxx: Error: ../../gconf/gconfmm/value_listhelpers.h, line 112: this
declaration cannot have multiple "template <...>" clauses
struct SListSourceTraits<Gnome::Conf::ValueBoolTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueBoolTraits,Cont>{
-------^
cxx: Error: ../../gconf/gconfmm/value_listhelpers.h, line 116: this
declaration cannot have multiple "template <...>" clauses
struct SListSourceTraits<Gnome::Conf::ValueFloatTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueFloatTraits,Cont>{
-------^
cxx: Error: ../../gconf/gconfmm/value_listhelpers.h, line 120: this
declaration cannot have multiple "template <...>" clauses
struct SListSourceTraits<Gnome::Conf::ValueStringTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueStringTraits,Cont>{
-------^
cxx: Error: ../../gconf/gconfmm/value_listhelpers.h, line 124: this
declaration cannot have multiple "template <...>" clauses
struct SListSourceTraits<Gnome::Conf::ValueSchemaTraits,Cont> :
ValueSourceTraits<Gnome::Conf::ValueSchemaTraits,Cont>{
-------^
cxx: Warning: client.cc, line 237: conversion from pointer to smaller int=
eger
gconf_value_set_int(v,(int)i->data);
------------------------------^
cxx: Warning: client.cc, line 240: conversion from pointer to smaller int=
eger
gconf_value_set_bool(v,(gboolean)i->data);
-------------------------------^
cxx: Info: 5 errors detected in the compilation of "client.cc".
gmake[4]: *** [client.lo] Error 1
gmake[4]: Leaving directory `/opt/build/gconfmm-2.10.0/gconf/gconfmm'
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Sun, 20 Nov 2005 16:54:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321967
gnomemm | gconfmm | Ver: 2.10
------- Additional Comments From The Written Word 2005-11-20 21:54 -----=
--
Created an attachment (id=3D54992)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D54992&action=3Dview)
Remote template<> from gconf/gconfmm/value_listhelpers.h
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Sun, 20 Nov 2005 16:55:09 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321967
gnomemm | gconfmm | Ver: 2.10
The Written Word changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Attachment #54992|Remote template<> from |Remove template<> from
description|gconf/gconfmm/value_listhelp|gconf/gconfmm/value_list=
help
|ers.h |ers.h
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Sun, 20 Nov 2005 16:55:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321967] gconfmm-2.10.0 fails to build with IBM, Tru64, SGI C++ compilers
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321967
gnomemm | gconfmm | Ver: 2.10
------- Additional Comments From The Written Word 2005-11-20 21:55 -----=
--
Does the attached patch seem correct?
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 5
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Sun, 20 Nov 2005 20:10:25 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321990] New: Error building libgnomevfs/libgnomevfsmm/uri.cc with SGI, Tru64 UNIX, Sun C++ compilers
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321990
gnomemm | gnome-vfsmm | Ver: 2.10
Summary: Error building libgnomevfs/libgnomevfsmm/uri.cc with
SGI, Tru64 UNIX, Sun C++ compilers
Product: gnomemm
Version: 2.10
Platform: Other
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gnome-vfsmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: bugzilla-gnome thewrittenword com
CC: all-bugs bugzilla gnome org
Version details: 2.10.0
Distribution/Version: 10
I encounter the following error building libgnomevfs/libgnomevfsmm/uri.cc=
with
the SGI, Tru64 UNIX, and Sun C++ compilers.
>From the Tru64 UNIX compiler:
cxx -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"libgnomevfsmm\" -I../../libgnomev=
fs
-I../../libgnomevfs -pthread -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/include
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gnom=
e-vfs
-I/opt/TWWfsw/gnome210/include/bonobo-activation
-I/opt/TWWfsw/gnome210/include/libbonobo -I/opt/TWWfsw/gnome210/include/g=
conf
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gnome210/include/gnome-vfs-m=
odule
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/libiconv19/include -O2 -ms=
ym
-readonly_strings -timplicit_local -model ansi -D__USE_STD_IOSTREAM -c ur=
i.cc=20
-DPIC -o .libs/uri.o
cxx: Error: uri.cc, line 46: invalid type conversion
GnomeVFSResult result =3D
gnome_vfs_get_file_info_uri(const_cast<GnomeVFSURI*>(gobj()), file_info,
static_cast<GnomeVFSFileInfoOptions>(options));
-------------------------------------------------------------------------=
--------------------------^
cxx: Error: uri.cc, line 248: more than one instance of overloaded functi=
on
"Glib::unwrap" matches the argument list:
function template "Glib::unwrap(const Glib::RefPtr<T_CppObjec=
t> &)"
function template "Glib::unwrap(const Glib::RefPtr<const T> &=
)"
argument types are: (const Glib::RefPtr<const Gnome::Vfs::Uri=
>)
return gnome_vfs_uri_equal(const_cast<GnomeVFSURI*>(gobj()), Glib::unwr=
ap(uri));
---------------------------------------------------------------^
cxx: Error: uri.cc, line 265: more than one instance of overloaded functi=
on
"Glib::unwrap" matches the argument list:
function template "Glib::unwrap(const Glib::RefPtr<T_CppObjec=
t> &)"
function template "Glib::unwrap(const Glib::RefPtr<const T> &=
)"
argument types are: (const Glib::RefPtr<const Gnome::Vfs::Uri=
>)
return gnome_vfs_uri_is_parent(const_cast<GnomeVFSURI*>(gobj()),
Glib::unwrap(possible_child), static_cast<int>(recursive));
-------------------------------------------------------------------^
cxx: Info: 3 errors detected in the compilation of "uri.cc".
gmake[1]: *** [uri.lo] Error 1
gmake[1]: Leaving directory
`/opt/build/gnome-vfsmm-2.10.0/libgnomevfs/libgnomevfsmm'
>From the SGI compiler:
CC -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"libgnomevfsmm\" -I../../libgnomevf=
s
-I../../libgnomevfs -D_REENTRANT -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/inc=
lude
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gnom=
e-vfs
-I/opt/TWWfsw/gnome210/include/bonobo-activation
-I/opt/TWWfsw/gnome210/include/libbonobo -I/opt/TWWfsw/gnome210/include/g=
conf
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gnome210/include/gnome-vfs-m=
odule
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/libiconv19/include -Wl,-wo=
ff,84
-Wl,-woff,85 -woff 1429 -use_readonly_const -G0 -rdata_shared
-DEBUG:optimize_space=3DON -O2 -OPT:Olimit=3D0 -c uri.cc -DPIC -o .libs/=
uri.o
cc-1168 CC: ERROR File =3D uri.cc, Line =3D 46
The indicated type conversion is invalid.
GnomeVFSResult result =3D
gnome_vfs_get_file_info_uri(const_cast<GnomeVFSURI*>(gobj()), file_info,
static_cast<GnomeVFSFileInfoOptions>(options));
=
=20
^
cc-1282 CC: ERROR File =3D uri.cc, Line =3D 248
More than one instance of overloaded function "Glib::unwrap" matches th=
e
argument list.
Function symbol function template
"Glib::unwrap(const Glib::RefPtr<T_CppObject> &)" i=
s
ambiguous by inheritance.
Function symbol function template
"Glib::unwrap(const Glib::RefPtr<const T> &)" is
ambiguous by inheritance.
The argument types are: (const Glib::RefPtr<const Gnome::Vfs=
::Uri>
).
return gnome_vfs_uri_equal(const_cast<GnomeVFSURI*>(gobj()), Glib::un=
wrap(uri));
^
cc-1282 CC: ERROR File =3D uri.cc, Line =3D 265
More than one instance of overloaded function "Glib::unwrap" matches th=
e
argument list.
Function symbol function template
"Glib::unwrap(const Glib::RefPtr<T_CppObject> &)" i=
s
ambiguous by inheritance.
Function symbol function template
"Glib::unwrap(const Glib::RefPtr<const T> &)" is
ambiguous by inheritance.
The argument types are: (const Glib::RefPtr<const Gnome::Vfs=
::Uri>
).
return gnome_vfs_uri_is_parent(const_cast<GnomeVFSURI*>(gobj()),
Glib::unwrap(possible_child), static_cast<int>(recursive));
^
3 errors detected in the compilation of "uri.cc".
gmake[4]: *** [uri.lo] Error 1
gmake[4]: Leaving directory
`/opt/build/gnome-vfsmm-2.10.0/libgnomevfs/libgnomevfsmm'
>From the Sun compiler:
CC -DHAVE_CONFIG_H -DG_LOG_DOMAIN=3D\"libgnomevfsmm\" -I../../libgnomevf=
s
-I../../libgnomevfs -mt -DORBIT2=3D1 -I/opt/TWWfsw/libglib26/include
-I/opt/TWWfsw/libglib26/lib/include -I/opt/TWWfsw/libsigc++20/include
-I/opt/TWWfsw/libsigc++20/lib/include -I/opt/TWWfsw/libglibmm26/include
-I/opt/TWWfsw/libglibmm26/lib/include -I/opt/TWWfsw/gnome210/include/gnom=
e-vfs
-I/opt/TWWfsw/gnome210/include/bonobo-activation
-I/opt/TWWfsw/gnome210/include/libbonobo -I/opt/TWWfsw/gnome210/include/g=
conf
-I/opt/TWWfsw/gnome210/include -I/opt/TWWfsw/gnome210/include/gnome-vfs-m=
odule
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/libiconv19/include -xO2
-xtarget=3Dgeneric -xarch=3Dv8 -c uri.cc -KPIC -DPIC -o .libs/uri.o
"uri.cc", line 46: Error: Using static_cast to convert from
Gnome::Vfs::FileInfoOptions to GnomeVFSFileInfoOptions not allowed.
"uri.cc", line 248: Error: Overloading ambiguity between
"Glib::unwrap<Gnome::Vfs::Uri>(const Glib::RefPtr<const Gnome::Vfs::Uri>&=
)" and
"Glib::unwrap<const Gnome::Vfs::Uri>(const Glib::RefPtr<const Gnome::Vfs:=
:Uri>&)".
"uri.cc", line 265: Error: Overloading ambiguity between
"Glib::unwrap<Gnome::Vfs::Uri>(const Glib::RefPtr<const Gnome::Vfs::Uri>&=
)" and
"Glib::unwrap<const Gnome::Vfs::Uri>(const Glib::RefPtr<const Gnome::Vfs:=
:Uri>&)".
3 Error(s) detected.
gmake[4]: *** [uri.lo] Error 1
gmake[4]: Leaving directory
`/opt/build/gnome-vfsmm-2.10.0/libgnomevfs/libgnomevfsmm'
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]