Re: Q: How to build garnome-2.12.1 under Fedora Core 4 (dbus/monodoc issues)?
- From: "Mirco \"MacSlow\"" Müller <macslow bangang de>
- To: garnome-list gnome org
- Subject: Re: Q: How to build garnome-2.12.1 under Fedora Core 4 (dbus/monodoc issues)?
- Date: Sun, 09 Oct 2005 06:05:34 +0200
Am Sonntag, den 09.10.2005, 05:20 +0200 schrieb Mirco "MacSlow" M�
> > The simplest thing to do to get you going is first build dbus without
> > any of the mono dependencies.
>
> Just doing that... and sofar it seems to work out ok.
>
> I commented out the mono-related lines from the dbus-garballs Makefile
> and also added --disable-mono and --disable-mono-doc to the arguments
> to pass to the configure-run.
A part of the fix for this should also include a patch for the
dbus-garball that does alter...
dbus-0.50/mono/doc/Makefile.am
dbus-0.50/mono/doc/Makefile.in
I read on the net that...
monodoc --get-sourcesdir
is deprecated and should be replaced by...
pkg-config monodoc --variable=sourcesdir
Those files need to be treated like so...
sed -e 's/monodoc --get-sourcesdir/pkg-config monodoc
--variable=sourcesdir/g' Makefile.am >/Makefile.am.new
rm Makefile.am
mv Makefile.am.new Makefile.am
sed -e 's/monodoc --get-sourcesdir/pkg-config monodoc
--variable=sourcesdir/g' doc/Makefile.in >doc/Makefile.in.new
rm Makefile.in
mv Makefile.in.new Makefile.in
Sorry for the line-wrap on the sed-commands. I currently cannot
remember who to disable line-wrapping in evolution.
Best regards...
MacSlow
--
Mirco "MacSlow" M�<macslow bangang de>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]