Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6c07ce0316fea1e3fc2d62db835c6a09527c36cd)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: Robin Cook <rcook AT wyrms.net>
To
: Eric Sandall <sandalle AT sourcemage.org>
Cc
: sm-commit AT lists.ibiblio.org, scm AT sourcemage.org
Subject
: Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6c07ce0316fea1e3fc2d62db835c6a09527c36cd)
Date
: Sat, 8 Jun 2013 14:09:39 -0500
I guess libbonobo has a similar issue with GStaticRecMutex being moved into
the deprecated directory...
../bonobo-activation/bonobo-activation-private.h:34:1: error: unknown type
name 'GStaticRecMutex'
On Tue, 4 Jun 2013 19:13:46 -0500
Eric Sandall <scm AT sourcemage.org> wrote:
>
GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:
>
>
gnome2-libs/orbit2/HISTORY | 4 ++++
>
gnome2-libs/orbit2/PRE_BUILD | 6 ++++++
>
2 files changed, 10 insertions(+)
>
>
New commits:
>
commit 6c07ce0316fea1e3fc2d62db835c6a09527c36cd
>
Author: Eric Sandall <sandalle AT sourcemage.org>
>
Commit: Eric Sandall <sandalle AT sourcemage.org>
>
>
orbit2: Fix linc2 compilation using deprecated glib2 symbols
>
Included linc2 fails to compile due to usage of deprecated glib2
>
symbols.
>
ORBit2 is dead.
>
Long live ORBit2.
>
>
diff --git a/gnome2-libs/orbit2/HISTORY b/gnome2-libs/orbit2/HISTORY
>
index ad2768f..33d81ec 100644
>
--- a/gnome2-libs/orbit2/HISTORY
>
+++ b/gnome2-libs/orbit2/HISTORY
>
@@ -1,3 +1,7 @@
>
+2013-06-04 Eric Sandall <sandalle AT sourcemage.org>
>
+ * PRE_BUILD: Fix compilation of linc2 using glib2 deprecated symbols
>
+ in orbit2
>
+
>
2012-12-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
* DEPENDS: removed dependencies on libffi and pcre
>
>
diff --git a/gnome2-libs/orbit2/PRE_BUILD b/gnome2-libs/orbit2/PRE_BUILD
>
new file mode 100755
>
index 0000000..5771478
>
--- /dev/null
>
+++ b/gnome2-libs/orbit2/PRE_BUILD
>
@@ -0,0 +1,6 @@
>
+default_pre_build &&
>
+
>
+# Remove error on deprecated glib2 symbols
>
+for file in linc2/src/Makefile{.am,.in}; do
>
+ sedit 's:-DG_DISABLE_DEPRECATED::' "${SOURCE_DIRECTORY}"/"${file}"
>
+done
>
_______________________________________________
>
SM-Commit mailing list
>
SM-Commit AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
[SM-Commit] GIT changes to master grimoire by Eric Sandall (6c07ce0316fea1e3fc2d62db835c6a09527c36cd)
,
Eric Sandall, 06/04/2013
Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6c07ce0316fea1e3fc2d62db835c6a09527c36cd)
,
Robin Cook, 06/08/2013
Archive powered by
MHonArc 2.6.24
.