[gtkmm] Gtkmm-forge digest, Vol 1 #671 - 2 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 140127] New:  - compile-time error for gtk-demo in some glibmm header with gcc 3.4.0 (prerelease) (bugzilla-daemon widget gnome org)
   2. [Bug 140127]  - gcc 3.4.0 (prerelease): compilation error in gtk-demo (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 15 Apr 2004 03:22:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 140127] New:  - compile-time error for gtk-demo in some glibmm header with gcc 3.4.0 (prerelease)

http://bugzilla.gnome.org/show_bug.cgi?id=140127
gtkmm | build | Ver: 2.4

           Summary: compile-time error for gtk-demo in some glibmm header
                    with gcc 3.4.0 (prerelease)
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mirco mueller post rwth-aachen de


During the run of "make" for gtkmm I get:

/home/mirco/all_new/include/glibmm-2.4/glibmm/containerhandle_shared.h: In
static member function `static Glib::RefPtr<T_CppObject>
Glib::Container_Helpers::TypeTraits<Glib::RefPtr<T_CppObject>
>::to_cpp_type(typename T::BaseObjectType*) [with T = Gdk::Display]':
/home/mirco/all_new/include/glibmm-2.4/glibmm/slisthandle.h:229:   instantiated
from `typename Glib::Container_Helpers::SListHandleIterator<Tr>::value_type
Glib::Container_Helpers::SListHandleIterator<Tr>::operator*() const [with Tr =
Glib::Container_Helpers::TypeTraits<Glib::RefPtr<Gdk::Display> >]'
/home/mirco/gcc-3.4.0/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/bits/stl_list.h:1132:
  instantiated from `void __gnu_norm::list<_Tp,
_Alloc>::_M_insert_dispatch(__gnu_norm::_List_iterator<_Tp>, _InputIterator,
_InputIterator, __false_type) [with _InputIterator =
Glib::Container_Helpers::SListHandleIterator<Glib::Container_Helpers::TypeTraits<Glib::RefPtr<Gdk::Display>
> >, _Tp = Glib::RefPtr<Gdk::Display>, _Alloc =
std::allocator<Glib::RefPtr<Gdk::Display> >]'
/home/mirco/gcc-3.4.0/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/bits/stl_list.h:845:
  instantiated from `void __gnu_norm::list<_Tp,
_Alloc>::insert(__gnu_norm::_List_iterator<_Tp>, _InputIterator, _InputIterator)
[with _InputIterator =
Glib::Container_Helpers::SListHandleIterator<Glib::Container_Helpers::TypeTraits<Glib::RefPtr<Gdk::Display>
> >, _Tp = Glib::RefPtr<Gdk::Display>, _Alloc =
std::allocator<Glib::RefPtr<Gdk::Display> >]'
/home/mirco/gcc-3.4.0/lib/gcc/i686-pc-linux-gnu/3.4.0/../../../../include/c++/3.4.0/bits/stl_list.h:524:
  instantiated from `__gnu_norm::list<_Tp, _Alloc>::list(_InputIterator,
_InputIterator, const typename __gnu_norm::_List_base<_Tp,
_Alloc>::allocator_type&) [with _InputIterator =
Glib::Container_Helpers::SListHandleIterator<Glib::Container_Helpers::TypeTraits<Glib::RefPtr<Gdk::Display>
> >, _Tp = Glib::RefPtr<Gdk::Display>, _Alloc =
std::allocator<Glib::RefPtr<Gdk::Display> >]'
/home/mirco/all_new/include/glibmm-2.4/glibmm/slisthandle.h:351:   instantiated
from `Glib::SListHandle<T, Tr>::operator __gnu_norm::list<U,
std::allocator<_Tp1> >() const [with U = Glib::RefPtr<Gdk::Display>, T =
Glib::RefPtr<Gdk::Display>, Tr =
Glib::Container_Helpers::TypeTraits<Glib::RefPtr<Gdk::Display> >]'
example_change_display.cc:219:   instantiated from here
/home/mirco/all_new/include/glibmm-2.4/glibmm/containerhandle_shared.h:205:
error: cannot convert `GdkDisplay*' to `GObject*' for argument `1' to
`Glib::RefPtr<Glib::Object> Glib::wrap(GObject*, bool)'
make: *** [example_change_display.o] Error 1

while "make" tries to build the gtk-demo binary. If I skip the demos directory
of the gtkmm directory structure "make" and "make install" finish successfully.
Furthermore all the stuff in the examples directoy built and run just fine. 

For building everything I'm using gcc 3.4.0 (20040322 prerelease) and these
official (stable) library versions:

atk-1.6.0
glib-2.4.0
glibmm-2.4.0
gtk+-2.4.0
gtkmm-2.4.0
pango-1.4.0

I hope this information will suffice.

------- 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: Fri, 16 Apr 2004 01:49:08 +1000 (EST)
Subject: [gtkmm bugzilla] [Bug 140127]  - gcc 3.4.0 (prerelease): compilation error in gtk-demo

http://bugzilla.gnome.org/show_bug.cgi?id=140127
gtkmm | build | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
            Summary|compile-time error for gtk- |gcc 3.4.0 (prerelease):
                   |demo in some glibmm header  |compilation error in gtk-
                   |with gcc 3.4.0 (prerelease) |demo



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