On Sun, Jul 27, 2008 at 2:44 PM, Simos Xenitellis <
[EMAIL PROTECTED]> wrote:

> Apparently libguile has compilation issues.
> You can try to install the package from Fedora so that jhbuild would
> not have to compile it for you.
>

[EMAIL PROTECTED] patrick]# yum list|grep guile
guile.x86_64                             5:1.8.4-1.fc9
installed
guile-cairo.x86_64                       1.4.0-6.fc9
installed
guile-cairo-devel.x86_64                 1.4.0-6.fc9
installed
guile-devel.x86_64                       5:1.8.4-1.fc9
installed
guile-gnome-platform.x86_64              2.15.93-6.fc8
installed
guile-gnome-platform-devel.x86_64        2.15.93-6.fc8
installed
guile-lib.noarch                         0.1.6-1.fc9
installed

I don't have i386 versions installed.

It seems like I'm missing a dependency that the guile package assumes that I
have.


>
> Simos
>
> On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan
> <[EMAIL PROTECTED]> wrote:
> > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote:
> >> On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote:
> >> > Hi,
> >> >
> >> > I wish to help with the development of gtk+ but I'm not having any fun
> >> > trying to setup a build environment for gtk+.  I've looked for help at
> >> > www.gtk.org/development.html and developer.gnome.org. I have tried
> using
> >> > jhbuild from  http://svn.gnome.org/svn/jhbuild/trunk. No dice.
> >>
> >> "no dice" doesn't really add up to a bug report on jhbuild. hundreds,
> >> perhaps thousands, of people use that as a way to build and maintain the
> >> GTK stack from svn. what was your problem with it?
> >>
> >
> > I guess you are saying that I should be using jhbuild to get a gtk+
> > build environment?
> >
> > I'm using the subversion trunk for jhbuild which I didn't assume was
> > stable.  I get the output below when I try "jhbuild bootstrap"
> >
> > Making all in libguile
> > make[2]: Entering directory
> > `/home/patrick/repo/gnome2/guile-1.8.3/libguile'
> > make  all-am
> > make[3]: Entering directory
> > `/home/patrick/repo/gnome2/guile-1.8.3/libguile'
> > if [ "no" = "yes" ]; then \
> >                gcc -DHAVE_CONFIG_H -I.. -I.. -c -o c-tokenize.o
> > c-tokenize.c; \
> >        else \
> >                gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..    -g -O2 -Wall
> > -Wmissing-prototypes -Werror -c -o c-tokenize.o c-tokenize.c; \
> >        fi
> > cc1: warnings being treated as errors
> > <stdout>:1536: error: 'input' defined but not used
> > make[3]: *** [c-tokenize.o] Error 1
> > make[3]: Leaving directory
> > `/home/patrick/repo/gnome2/guile-1.8.3/libguile'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory
> > `/home/patrick/repo/gnome2/guile-1.8.3/libguile'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/patrick/repo/gnome2/guile-1.8.3'
> > make: *** [all] Error 2
> > *** error during stage build of guile: ########## Error running make
> > *** [13/15]
> >
> >
> >
> >
> > _______________________________________________
> > gtk-devel-list mailing list
> > gtk-devel-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/gtk-devel-list
> >
>
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to