Gtkmm-forge Digest, Vol 1, Issue 1143
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge Digest, Vol 1, Issue 1143
- Date: Tue, 13 Jun 2006 10:36:06 -0700
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 344771] New: Compilation error (due to -Werror) --
unused parameter 'source' in notebook.cc (gtkmm (bugzilla.gnome.org))
2. [Bug 344771] Compilation error (due to -Werror) -- unused
parameter 'source' in notebook.cc (gtkmm (bugzilla.gnome.org))
3. [Bug 343997] gtkmm printcontext does not build
(gtkmm (bugzilla.gnome.org))
4. [Bug 343997] gtkmm printcontext does not build
(gtkmm (bugzilla.gnome.org))
5. [Bug 344786] New: cvs fails to compile -- unused parameter
'obj' in recentchooser.h (gtkmm (bugzilla.gnome.org))
6. [Bug 344787] New: cvs build failure -- defined but unused
static functions in treeview.cc (gtkmm (bugzilla.gnome.org))
7. [Bug 344788] New: cvs build failure -- missing initializer
when declaring and defining struct instance
(gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Tue, 13 Jun 2006 11:28:45 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344771] New: Compilation error (due to
-Werror) -- unused parameter 'source' in notebook.cc
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-344771-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
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=344771
gtkmm | build | Ver: unspecified
Summary: Compilation error (due to -Werror) -- unused parameter
'source' in notebook.cc
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: newren gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
notebook.cc:33: warning: unused parameter 'source'
make[5]: *** [notebook.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 2
Date: Tue, 13 Jun 2006 11:32:19 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344771] Compilation error (due to
-Werror) -- unused parameter 'source' in notebook.cc
To: gtkmm-forge lists sourceforge net
Message-ID: <20060613153219 EBAA96CC1B7 window gnome org>
Content-Type: text/plain; charset=utf-8
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=344771
gtkmm | build | Ver: unspecified
------- Comment #1 from Elijah Newren 2006-06-13 15:32 UTC -------
And if I fix that warning by adding the following lines
// Avoid unused variable compilation warning/error
(void) source;
then I get the following error:
notebook.cc: In function `GtkNotebook*
SignalProxy_WindowCreation_gtk_callback(GtkNotebook*, GtkWidget*, gint, gint,
void*)':
notebook.cc:57: warning: control reaches end of non-void function
make[5]: *** [notebook.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 3
Date: Tue, 13 Jun 2006 11:47:56 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 343997] gtkmm printcontext does not
build
To: gtkmm-forge lists sourceforge net
Message-ID: <20060613154756 277A16CC1B5 window gnome org>
Content-Type: text/plain; charset=utf-8
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=343997
gtkmm | build | Ver: 2.9.x
G?tz Waschk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Comment #2 from G?tz Waschk 2006-06-13 15:47 UTC -------
It doesn't build in gtkmm 2.9.4 against gtk+ 2.9.3:
make[1]: Entering directory `/tmp/BUILD/gtkmm-2.9.4/gtk/gtkmm'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk -I../../gtk -I../../pango -I../../pango
-I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk -I../../gtk
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-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/include/cairomm-1.0 -I/usr/include/cairo
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/gtk-unix-print-2.0 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fomit-frame-pointer -march=i586
-mtune=pentiumpro -fasynchronous-unwind-tables -Wall -MT printoperation.lo -MD
-MP -MF ".deps/printoperation.Tpo" -c -o printoperation.lo printoperation.cc; \
then mv -f ".deps/printoperation.Tpo" ".deps/printoperation.Plo"; else rm -f
".deps/printoperation.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk -I../../gtk
-I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk
-I../../gtk -I../../gtk -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-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/include/cairomm-1.0 -I/usr/include/cairo
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0
-I/usr/include/gtk-unix-print-2.0 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fomit-frame-pointer -march=i586 -mtune=pentiumpro -fasynchronous-unwind-tables
-Wall -MT printoperation.lo -MD -MP -MF .deps/printoperation.Tpo -c
printoperation.cc -fPIC -DPIC -o .libs/printoperation.o
printoperation.cc: In member function 'void
Gtk::PrintOperation::set_show_dialog(bool)':
printoperation.cc:735: error: 'gtk_print_operation_set_show_dialog' was not
declared in this scope
printoperation.cc: In member function 'void
Gtk::PrintOperation::set_pdf_target(const std::string&)':
printoperation.cc:740: error: 'gtk_print_operation_set_pdf_target' was not
declared in this scope
printoperation.cc: In member function 'Gtk::PrintOperationResult
Gtk::PrintOperation::run(Gtk::Window&)':
printoperation.cc:755: error: cannot convert 'GtkWindow*' to
'GtkPrintOperationAction' for argument '2' to 'GtkPrintOperationResult
gtk_print_operation_run(GtkPrintOperation*, GtkPrintOperationAction,
GtkWindow*, GError**)'
printoperation.cc: In member function 'void
Gtk::PrintOperation::run_async(Gtk::Window&)':
printoperation.cc:790: error: 'gtk_print_operation_run_async' was not declared
in this scope
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 4
Date: Tue, 13 Jun 2006 12:49:27 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 343997] gtkmm printcontext does not
build
To: gtkmm-forge lists sourceforge net
Message-ID: <20060613164927 A2C746CC246 window gnome org>
Content-Type: text/plain; charset=utf-8
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=343997
gtkmm | build | Ver: 2.9.x
------- Comment #3 from Murray Cumming 2006-06-13 16:49 UTC -------
Hmm, OK, it's difficult to catch the moment when GTK+ do a release. I'm not
likely to release a new tarball to fix this because cvs HEAD of GTK+ and gtkmm
has already moved on. Maybe we'll have better luck for the next GTK+ tarball.
In the meantime, you could try CVS with jhbuild.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 5
Date: Tue, 13 Jun 2006 13:30:17 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344786] New: cvs fails to compile --
unused parameter 'obj' in recentchooser.h
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-344786-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
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=344786
gtkmm | build | Ver: unspecified
Summary: cvs fails to compile -- unused parameter 'obj' in
recentchooser.h
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: newren gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
Another one, after working around 344771:
../../gtk/gtkmm/recentchooser.h:266: warning: unused parameter 'obj'
make[5]: *** [recentchooser.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2
Simple workaround is adding a "(void)obj;" statement.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 6
Date: Tue, 13 Jun 2006 13:31:45 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344787] New: cvs build failure --
defined but unused static functions in treeview.cc
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-344787-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
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=344787
gtkmm | build | Ver: unspecified
Summary: cvs build failure -- defined but unused static functions
in treeview.cc
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: newren gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
I'm getting:
treeview.cc:118: warning: 'void
SignalProxy_SearchPosition_gtk_callback(GtkTreeView*, GtkWidget*, void*)'
defined but not used
treeview.cc:136: warning: 'void
SignalProxy_SearchPosition_gtk_callback_destroy(void*)' defined but not used
make[5]: *** [treeview.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
------------------------------
Message: 7
Date: Tue, 13 Jun 2006 13:33:42 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344788] New: cvs build failure --
missing initializer when declaring and defining struct instance
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-344788-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
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=344788
gtkmm | build | Ver: unspecified
Summary: cvs build failure -- missing initializer when declaring
and defining struct instance
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: newren gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
I'm getting:
accelmap.cc: In function `bool Gtk::AccelMap::lookup_entry(const
Glib::ustring&, Gtk::AccelKey&)':
accelmap.cc:69: warning: missing initializer for member
`_GtkAccelKey::accel_flags'
make[5]: *** [accelmap.lo] Error 1
make[5]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk/gtkmm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/gnome/gtkmm'
make: *** [all] Error 2
Fix I used (didn't check if this is actually the wanted flag values or not) was
to just add another 0 at the end of the initializer list.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
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, Vol 1, Issue 1143
********************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]