Gtkmm-forge digest, Vol 1 #994 - 1 msg
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #994 - 1 msg
- Date: Mon, 07 Nov 2005 20:10:57 -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 320873] New: PATCH: Compiling GTKmm needs additional linker commandline option [ MinGW ] Tutorial patch (gtkmm (bugzilla.gnome.org))
--__--__--
Message: 1
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Mon, 7 Nov 2005 08:32:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 320873] New: PATCH: Compiling GTKmm needs additional linker commandline option [ MinGW ] Tutorial patch
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=3D320873
gtkmm | reference documentation | Ver: 2.8.x
Summary: PATCH: Compiling GTKmm needs additional linker
commandline option [ MinGW ] Tutorial patch
Product: gtkmm
Version: 2.8.x
Platform: Other
OS/Version: Windows
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: evilissimo c-plusplus de
QAContact: gtkmm-forge lists sourceforge net
CC: all-bugs bugzilla gnome org
? appendix_e.patch
Index: ChangeLog
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/gnome/gtkmm/ChangeLog,v
retrieving revision 1.343
diff -u -p -r1.343 ChangeLog
--- ChangeLog 19 Oct 2005 12:00:52 -0000 1.343
+++ ChangeLog 7 Nov 2005 13:14:23 -0000
@@ -1,4 +1,10 @@
2.8.1:
+2005-11-07 Vinzenz Feenstra <evilissimo c-plusplus de>
+
+ * docs/tutorial/gtkmm-tut.xml: updated the Appendix E ( DevC++ ) and
+ added the instruction to add "-Wl,--enable-runtime-pseudo-reloc"
+ to the Additional commandline options for the Linker. Since this is
+ needed in some cases. ( e.g. it is needed to use Gtk::TreeView )
=20
2005-08-02 Marco Scholten <mscholtn xs4all nl>
=20
Index: docs/tutorial/gtkmm-tut.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/gnome/gtkmm/docs/tutorial/gtkmm-tut.xml,v
retrieving revision 1.34
diff -u -p -r1.34 gtkmm-tut.xml
--- docs/tutorial/gtkmm-tut.xml 19 Oct 2005 06:26:59 -0000 1.34
+++ docs/tutorial/gtkmm-tut.xml 7 Nov 2005 13:14:31 -0000
@@ -5867,7 +5867,7 @@ practical - and sensible - to subclass a
</para>
=20
<para>
- Now we must tell the linker what libraries to include, by pasting the
libraries into the <literal>Additional commandline options</literal> for =
the
Linker. (These commandline options are preceeded by a -l).
+ Now we must tell the linker what libraries to include, by pasting the
libraries into the <literal>Additional commandline options</literal> for =
the
Linker. (These commandline options are preceeded by a -l). Now add follow=
ing
commandline <programlisting> -Wl,--enable-runtime-pseudo-reloc </programl=
isting>
to the <literal>Additional commandline options for the Linker</literal>
</para>
=20
<para>
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact 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]