This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SMP problems with examples/Makefile.am


Steve Tell wrote:

> Perhaps best would be to use different temporary file names, say based on
> (but not the same as) the final target name:
>
>  foo-glue.c: foo.defs
>   build-guile-gtk glue $< >$@.new && mv $@.new $@
>
>  main.c: foo.defs
>   build-guile-gtk main $< >$@.new && mv $@.new $@
>

It did the trick.

I must say that it was rather difficult to try to understand how to use
guile-gtk with this gnome-guile disturbance and the SPM oddities.

A patch that makes guile-gtk compile outside of gnome-guile, and makes the
examples compile on SMP machines comes as an attach.

and here is a source rpm using the patch

ftp://geek.mine.nu/pub/SRPMS/guile-gtk-20011121-9.src.rpm


Now I shall concentrate on my own little guile-gtk project.  =)

Bo


Attachment: guile-gtk-20011121-9.patch.gz
Description: GNU Zip compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]