[Evolution] evolution-data-server 2.24.4 compilation: $(GTKDOC_REBASE) not set

2009-02-08 Thread Frederik
I am trying to compile evolution-data-server 2.24.4 on my Mandriva
system, but the make install fails with these messages:

-- Installing ./html/Services.html
-- Installing ./html/Storage.html
-- Installing ./html/StreamFilters.html
-- Installing ./html/Streams.html
-- Installing ./html/style.css
-- Installing ./html/up.png
-- Installing ./html/Utilities.html
/bin/sh: line 20: --relative: command not found
make[4]: *** [install-data-local] Error 127
make[4]: Leaving directory
`/home/frederik/rpm/BUILD/evolution-data-server-2.24.4/docs/reference/camel'

By grepping through the source code, I found out that this is probably
caused by $(GTKDOC_REBASE) being empty in gtk-doc.make. I did not
succeed in finding the location where this variable is set.

I have gtk-doc 1.11 installed.

What could be wrong here?
-- 
Frederik
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] evolution-data-server 2.24.4 compilation: $(GTKDOC_REBASE) not set

2009-02-08 Thread Matthew Barnes
On Sun, 2009-02-08 at 22:35 +0100, Frederik wrote:
 /bin/sh: line 20: --relative: command not found
 make[4]: *** [install-data-local] Error 127
 make[4]: Leaving directory
 `/home/frederik/rpm/BUILD/evolution-data-server-2.24.4/docs/reference/camel'
 
 By grepping through the source code, I found out that this is probably
 caused by $(GTKDOC_REBASE) being empty in gtk-doc.make. I did not
 succeed in finding the location where this variable is set.

There was a 2.24.4.1 release to correct this.  Or you can just run
gtkdocize on the 2.24.4 code, followed by autoreconf, configure, etc.

Matthew Barnes


signature.asc
Description: This is a digitally signed message part
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] evolution-data-server 2.24.4 compilation: $(GTKDOC_REBASE) not set

2009-02-08 Thread Frederik
On Sun, Feb 8, 2009 at 10:43 PM, Matthew Barnes mbar...@redhat.com wrote:
 On Sun, 2009-02-08 at 22:35 +0100, Frederik wrote:
 /bin/sh: line 20: --relative: command not found
 make[4]: *** [install-data-local] Error 127
 make[4]: Leaving directory
 `/home/frederik/rpm/BUILD/evolution-data-server-2.24.4/docs/reference/camel'

 By grepping through the source code, I found out that this is probably
 caused by $(GTKDOC_REBASE) being empty in gtk-doc.make. I did not
 succeed in finding the location where this variable is set.

 There was a 2.24.4.1 release to correct this.  Or you can just run
 gtkdocize on the 2.24.4 code, followed by autoreconf, configure, etc.

Ouch, I missed that because when sorting the contents of
http://ftp.acc.umu.se/pub/GNOME/sources/evolution-data-server/2.24/
on the file name, evolution-data-server-2.24.4.1.tar.bz2 is placed before
evolution-data-server-2.24.4.tar.bz2.

Thanks for the quick help!

-- 
Frederik
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list