Re: sawfish and garnome 0.21.1



FYI, there is a problem with that version of sawfish, it fails to
compile with the error.. 

gtk-style.c: In function `print_rc_style':
gtk-style.c:101: structure has no member named `font_name'
gtk-style.c:102: structure has no member named `font_name'
gtk-style.c:103: structure has no member named `fontset_name'
gtk-style.c:104: structure has no member named `fontset_name'

Here is the patch.. 

diff -u -w --recursive sawfish-1.2-gtk2.orig/src/gtk-style.c sawfish-1.2-gtk2/src/gtk-style.c
--- sawfish-1.2-gtk2.orig/src/gtk-style.c       2002-01-11 06:29:21.000000000 +1100
+++ sawfish-1.2-gtk2/src/gtk-style.c    2002-12-23 21:04:58.000000000 +1100
@@ -97,7 +97,7 @@
 {
 /* If GTK_MINOR_VERSION is not 2 we are using gtk+ 1.3.x or 2.0
    so these two members are no more */
-#if (GTK_MINOR_VERSION == 2)
+#if GTK_MAJOR_VERSION == 1 && GTK_MINOR_VERSION == 2
     if (rc->font_name != 0)
        printf ("(font . \"%s\")\n", rc->font_name);
     if (rc->fontset_name != 0)


On Tue, 2003-02-11 at 00:04, Danilo Šegan wrote:
> I first sent out this message as a private e-mail to Anthony (it even 
> missed the semicolons after "http"), and I deeply apologize for that. It 
> was not intended.
> 
> Add line
> MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/sawfish/1.2/
> 
> to the gnome/sawfish/Makefile, or download the tarball manually and 
> place it into your GARCHIVEDIR (set it in gar.conf.mk).
> 
> Anthony R. Mattke wrote:
> > How can i build and install sawfish with garnome v0.21.1, it dosnt build
> > by default, and when i go into gnome/sawfish and do a make install it
> > errors because of the way it parses the sawfish file name.. it also
> > dosent seem to like my cached version in /home/tonhe/tmp.. 
> > 
> > any ideas ?
> > 
> > <snip>
> > root hiku:~/garnome-0.21.1/gnome/sawfish# make install
> > [===== NOW BUILDING:	sawfish-1.2-gtk2	=====]
> >  ==> Grabbing download/sawfish-1.2-gtk2.tar.bz2
> >  	==> Trying file//files/sawfish-1.2-gtk2.tar.bz2
> > make[1]: *** [file//files/sawfish-1.2-gtk2.tar.bz2] Error 1
> >  	==> Trying file///home/tonhe/tmp/sawfish-1.2-gtk2.tar.bz2
> > make[1]: *** [file///home/tonhe/tmp/sawfish-1.2-gtk2.tar.bz2] Error 1
> >  	==> Trying
> > http//ftp.gnome.org/pub/GNOME/sources/sawfish/1.2-gtk2/sawfish-1.2-gtk2.tar.bz2
> > --21:49:09-- 
> > http://ftp.gnome.org/pub/GNOME/sources/sawfish/1.2-gtk2/sawfish-1.2-gtk2.tar.bz2
> >            => `download/partial/sawfish-1.2-gtk2.tar.bz2'
> > Connecting to ftp.gnome.org:80... connected!
> > HTTP request sent, awaiting response... 404 Not Found
> > 21:49:10 ERROR 404: Not Found.
> > 
> > make[1]: ***
> > [http//ftp.gnome.org/pub/GNOME/sources/sawfish/1.2-gtk2/sawfish-1.2-gtk2.tar.bz2] Error 1
> > *** GAR GAR GAR!  Failed to download download/sawfish-1.2-gtk2.tar.bz2! 
> > GAR GAR GAR! ***
> > make: *** [download/sawfish-1.2-gtk2.tar.bz2] Error 1
> > 
-- 
Anthony R. Mattke <tonhe adelphia net>




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