Gtkmm-forge Digest, Vol 34, Issue 9
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 34, Issue 9
- Date: Tue, 10 Mar 2009 21:35:45 +0000
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-owner 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 574651] Incorrect cast between GstState and State&
(gnomemm (bugzilla.gnome.org))
2. [Bug 574648] gstreamermm does not use compiler warning flags
(gnomemm (bugzilla.gnome.org))
3. [Bug 574651] Incorrect cast between GstState and State&
(gnomemm (bugzilla.gnome.org))
4. [Bug 574651] Incorrect cast between GstState and State&
(gnomemm (bugzilla.gnome.org))
5. [Bug 574320] Error in --enable-use-deprecations
(gtkmm (bugzilla.gnome.org))
6. [Bug 574844] New: gstreamermm build broken in example
(gnomemm (bugzilla.gnome.org))
7. [Bug 574844] gstreamermm build broken in example
(gnomemm (bugzilla.gnome.org))
8. [Bug 574844] gstreamermm build broken in example
(gnomemm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Mon, 9 Mar 2009 20:35:39 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574651] Incorrect cast between GstState
and State&
To: gtkmm-forge lists sourceforge net
Message-ID: <20090309203539 C470623F52E label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574651
gnomemm | gstreamermm | Ver: 2.24
Jos? Alburquerque changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #130341|none |committed
Flag| |
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #7 from Jos? Alburquerque 2009-03-09 20:37 UTC -------
Nevermind. I've committed the patch w/o the int casts (I think they're not
needed when converting between Gst::State and GstState).
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574651.
------------------------------
Message: 2
Date: Mon, 9 Mar 2009 20:37:34 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574648] gstreamermm does not use
compiler warning flags
To: gtkmm-forge lists sourceforge net
Message-ID: <20090309203734 DABDA23F526 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574648
gnomemm | gstreamermm | Ver: unspecified
Jos? Alburquerque changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #130333|none |committed
Flag| |
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574648.
------------------------------
Message: 3
Date: Tue, 10 Mar 2009 11:35:44 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574651] Incorrect cast between GstState
and State&
To: gtkmm-forge lists sourceforge net
Message-ID: <20090310113544 3B85523F52E label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574651
gnomemm | gstreamermm | Ver: 2.24
------- Comment #8 from David King 2009-03-10 11:37 UTC -------
Yes, when casting an enum type to another enum (which has the same range),
there is no need to cast to an int explicitly. I had to go and read the C++
standard to check this unusual behaviour, though!
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574651.
------------------------------
Message: 4
Date: Tue, 10 Mar 2009 16:12:26 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574651] Incorrect cast between GstState
and State&
To: gtkmm-forge lists sourceforge net
Message-ID: <20090310161227 383DC23EF71 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574651
gnomemm | gstreamermm | Ver: 2.24
------- Comment #9 from Jos? Alburquerque 2009-03-10 16:13 UTC -------
Its just that its not done through gstreamermm and for a minute I thought it
might be necessary to go through the casts of enums to make sure they are
right. Thanks again.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574651.
------------------------------
Message: 5
Date: Tue, 10 Mar 2009 20:52:09 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574320] Error in
--enable-use-deprecations
To: gtkmm-forge lists sourceforge net
Message-ID: <20090310205209 4646C23F52F label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574320
gtkmm | build | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #3 from Murray Cumming 2009-03-10 20:53 UTC -------
Thanks. Are you absolutely sure that it works now? I mean, have you detected
the use of any deprecated API, for instance?
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574320.
------------------------------
Message: 6
Date: Tue, 10 Mar 2009 21:28:40 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574844] New: gstreamermm build broken
in example
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-574844-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574844
gnomemm | gstreamermm | Ver: unspecified
Summary: gstreamermm build broken in example
Product: gnomemm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamermm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: murrayc murrayc com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
When trying to build gstreamermm from svn, with jhbuild, I see this error:
main.cc: In function ?int main(int, char**)?:
main.cc:72: error: ?OggDemux? is not a member of ?Gst?
main.cc:72: error: ?OggDemux? is not a member of ?Gst?
main.cc:72: error: template argument 1 is invalid
main.cc:72: error: invalid type in declaration before ?=? token
main.cc:72: error: ?Gst::OggDemux? has not been declared
main.cc:80: error: ?Gst::VorbisDec? has not been declared
main.cc:107: error: no matching function for call to ?Gst::Bin::add(int&)?
../../gstreamer/gstreamermm/bin.h:225: note: candidates are:
Glib::RefPtr<Gst::Bin> Gst::Bin::add(const Glib::RefPtr<Gst::Element>&)
main.cc:119: error: no matching function for call to
?Gst::FileSrc::link(int&)?
../../gstreamer/gstreamermm/element.h:280: note: candidates are:
Glib::RefPtr<Gst::Element> Gst::Element::link(const
Glib::RefPtr<Gst::Element>&)
main.cc:124: error: base operand of ?->? is not a pointer
make[3]: *** [main.o] Error 1
make[3]: Leaving directory
`/home/murrayc/checkouts/gnome224/gnomemm/gstreamermm/trunk/examples/ogg_player_gtkmm'
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574844.
------------------------------
Message: 7
Date: Tue, 10 Mar 2009 21:34:24 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574844] gstreamermm build broken in
example
To: gtkmm-forge lists sourceforge net
Message-ID: <20090310213425 030E923F526 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574844
gnomemm | gstreamermm | Ver: unspecified
------- Comment #1 from Murray Cumming 2009-03-10 21:36 UTC -------
When I installed it anyway, I alo saw these linker errors when trying to build
David King's vidrot application:
/opt/gnome224/lib/libgstreamerbasemm-0.10.so: undefined reference to
`Gst::Clock::get_resolution_vfunc()'
/opt/gnome224/lib/libgstreamerbasemm-0.10.so: undefined reference to
`Gst::Clock::get_internal_time_vfunc()'
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574844.
------------------------------
Message: 8
Date: Tue, 10 Mar 2009 21:35:27 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 574844] gstreamermm build broken in
example
To: gtkmm-forge lists sourceforge net
Message-ID: <20090310213527 B7C2723F526 label gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=574844
gnomemm | gstreamermm | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #2 from Murray Cumming 2009-03-10 21:37 UTC -------
Sorry. Ignore that last comment. That problem is gone now.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=574844.
------------------------------
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 34, Issue 9
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]