Re: [gnome-love] glib fails to install



On Fri, 2001-11-30 at 15:33, benny k. wrote:
hey,

just wondering if anyone else has had this error?

...
                              /usr/bin/install: cannot stat `./html/index.sgml': No such file
                              or directory
......

I did, and it took me 4 hours to figure it out and fix it. What i ended
up doing was very hacky but it worked. The problem is that you are
missing : docbook-style-dsssl. I was unable to find an rpm for RH 7.0 so
i got a tarball from :
http://sourceforge.net/project/showfiles.php?group_id=21935&release_id=63577

[and then the hacky part ;-)]
I did :

su
cd /usr/lib/sgml
cp /home/chema/sources/docbook-dsssl-1.74b.tar.gz .
tar xzvf docbook-dsssl-1.74b.tar.gz
cd docbook-dsssl-1.74b
mv * ..

This was very very hacky, i was trying to fix the real problem and after
4 hours i just wanted to get it to work.

I am thinking of a real solutoin to this problem which probably involves
a patch to gtk-doc so that it exits when it is unable to generate the
documentation (long story).

love,
Chema




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]