Am Sonntag, den 09.10.2005, 05:20 +0200 schrieb Mirco "MacSlow" Müller:

> > 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üller <[EMAIL PROTECTED]>

-- 
garnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/garnome-list

Reply via email to