[gtkmm] Gtkmm-forge digest, Vol 1 #684 - 4 msgs



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 141545] New:  - patch for the Intel compiler (bugzilla-daemon widget gnome org)
   2. [Bug 141545]  - patch for the Intel compiler (bugzilla-daemon widget gnome org)
   3. [Bug 141571] New:  - spec description is incorrect (bugzilla-daemon widget gnome org)
   4. [Bug 141584] New:  - doesn't compile on gcc 3.4 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 30 Apr 2004 23:58:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 141545] New:  - patch for the Intel compiler

http://bugzilla.gnome.org/show_bug.cgi?id=141545
gnomemm | libgnomecanvasmm | Ver: unspecified

           Summary: patch for the Intel compiler
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: libgnomecanvasmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: takekawa users sourceforge jp


libgnomecanvasmm/libgnomecanvasmm/property.{h,cc}:
GNOMEMM_PROPERTY macro is failed to compile when T is a template class.

#define GNOMEMM_PROPERTY(N,N2,T) \
class N : public Property<T> \
{ \
public: \
  N(const T& v); \
};

It is fixed by replacing 'Property<T>' by 'Property<T >'.


-----
liggnomecanvas/src/line.hg:
The Intel compiler fail to compile because of unnecessary namespace qualification.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  1 May 2004 00:02:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 141545]  - patch for the Intel compiler

http://bugzilla.gnome.org/show_bug.cgi?id=141545
gnomemm | libgnomecanvasmm | Ver: unspecified





------- Additional Comments From takekawa users sourceforge jp  2004-05-01 00:02 -------
Created an attachment (id=27256)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=27256&action=view)
patch for the intel compiler


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  1 May 2004 11:10:44 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 141571] New:  - spec description is incorrect

http://bugzilla.gnome.org/show_bug.cgi?id=141571
glibmm | general | Ver: 2.4.x

           Summary: spec description is incorrect
           Product: glibmm
           Version: 2.4.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: drac gmx net


The glibmm.spec.is just a copy of gtkmm.spec.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  1 May 2004 13:20:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 141584] New:  - doesn't compile on gcc 3.4

http://bugzilla.gnome.org/show_bug.cgi?id=141584
gnomemm | libgnomecanvasmm | Ver: 2.6

           Summary: doesn't compile on gcc 3.4
           Product: gnomemm
           Version: 2.6
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: High
         Component: libgnomecanvasmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: drac gmx net


This are the errors generated by the compiler: 

 g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"libgnomecanvasmm\" -I../../libgnomecanvas
-I../../libgnomecanv as -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm -2.4/include
-I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4
-I/usr /include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0
-I/usr/lib/sigc++-2.0/include -I /usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1. 0
-I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config
-I/usr/include/atk-1 .0 -I/usr/include/libgnomecanvas-2.0
-I/usr/include/libart-2.0 -g -O2 -MT line.lo -MD -MP -MF
.deps/ line.Tpo -c line.cc  -fPIC -DPIC -o .libs/line.o
In file included from line.cc:3:
../../libgnomecanvas/libgnomecanvasmm/line.h:374: error: extra qualification ignored
../../libgnomecanvas/libgnomecanvasmm/line.h:375: error: explicit specialization
of non-template `Gl ib::<anonymous class>'
../../libgnomecanvas/libgnomecanvasmm/line.h:375: error: an anonymous union
cannot have function mem bers
../../libgnomecanvas/libgnomecanvasmm/line.h:378: error: abstract declarator
`Glib::<anonymous class >' used as declaration
../../libgnomecanvas/libgnomecanvasmm/line.h:378: error: namespace-scope
anonymous aggregates must b e static

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--__--__--

_______________________________________________
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]