unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile-gnome
@ 2011-11-22 19:37 Ariel Rios
  2011-11-22 20:50 ` Guile-gnome Andy Wingo
  0 siblings, 1 reply; 5+ messages in thread
From: Ariel Rios @ 2011-11-22 19:37 UTC (permalink / raw)
  To: guile-user

Hello,

Where is guile-gnome located hosted these days?
Is there one for current guile?

thanks,
ariel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile-gnome
  2011-11-22 19:37 Guile-gnome Ariel Rios
@ 2011-11-22 20:50 ` Andy Wingo
  2011-11-22 23:34   ` Guile-gnome Ariel Rios
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Wingo @ 2011-11-22 20:50 UTC (permalink / raw)
  To: Ariel Rios; +Cc: guile-user

Hello old friend!

On Tue 22 Nov 2011 20:37, Ariel Rios <arieltenor@gmail.com> writes:

> Where is guile-gnome located hosted these days?

  http://gnu.org/s/guile-gnome/

You'll need to use g-wrap and guile-gnome from git, but it does work
with Guile 2.0.

Peace,

Andy
-- 
http://wingolog.org/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile-gnome
  2011-11-22 20:50 ` Guile-gnome Andy Wingo
@ 2011-11-22 23:34   ` Ariel Rios
  2011-11-23  5:02     ` Guile-gnome rixed
  0 siblings, 1 reply; 5+ messages in thread
From: Ariel Rios @ 2011-11-22 23:34 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guile-user

Hello,

So after battling to compile g-wrap (I needed a macro in gettext) I
have bee able to install guile-gnome but I am getting:

[ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$
guile-gnome-2 -l hello.scm
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
;;; WARNING: compilation of
/home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
failed:
;;; ERROR: no code for module (gnome gtk)

My prefix is /usr/local/

ariel


2011/11/22 Andy Wingo <wingo@pobox.com>:
> Hello old friend!
>
> On Tue 22 Nov 2011 20:37, Ariel Rios <arieltenor@gmail.com> writes:
>
>> Where is guile-gnome located hosted these days?
>
>  http://gnu.org/s/guile-gnome/
>
> You'll need to use g-wrap and guile-gnome from git, but it does work
> with Guile 2.0.
>
> Peace,
>
> Andy
> --
> http://wingolog.org/
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile-gnome
  2011-11-22 23:34   ` Guile-gnome Ariel Rios
@ 2011-11-23  5:02     ` rixed
  2011-11-23  5:32       ` Guile-gnome Ariel Rios
  0 siblings, 1 reply; 5+ messages in thread
From: rixed @ 2011-11-23  5:02 UTC (permalink / raw)
  To: guile-user

-[ Tue, Nov 22, 2011 at 05:34:00PM -0600, Ariel Rios ]----
> Hello,
> 
> So after battling to compile g-wrap (I needed a macro in gettext) I
> have bee able to install guile-gnome but I am getting:
> 
> [ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$
> guile-gnome-2 -l hello.scm
> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;;       or pass the --no-auto-compile argument to disable.
> ;;; compiling /home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
> ;;; WARNING: compilation of
> /home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
> failed:
> ;;; ERROR: no code for module (gnome gtk)
> 
> My prefix is /usr/local/

And what is your %load-path under guile-gnome-2?
Maybe you need to make some adjustments with GUILE_LOAD_PATH?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile-gnome
  2011-11-23  5:02     ` Guile-gnome rixed
@ 2011-11-23  5:32       ` Ariel Rios
  0 siblings, 0 replies; 5+ messages in thread
From: Ariel Rios @ 2011-11-23  5:32 UTC (permalink / raw)
  To: rixed, guile-user

I guess I was tired and didn't look that I needed guile-cairo and some
other stuff. I've got it running now. Surprises coming.

ariel

2011/11/22  <rixed@happyleptic.org>:
> -[ Tue, Nov 22, 2011 at 05:34:00PM -0600, Ariel Rios ]----
>> Hello,
>>
>> So after battling to compile g-wrap (I needed a macro in gettext) I
>> have bee able to install guile-gnome but I am getting:
>>
>> [ariel@~/src/guile-gnome-platform/gtk/examples/tutorial]$
>> guile-gnome-2 -l hello.scm
>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
>> ;;;       or pass the --no-auto-compile argument to disable.
>> ;;; compiling /home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
>> ;;; WARNING: compilation of
>> /home/ariel/src/guile-gnome-platform/gtk/examples/tutorial/hello.scm
>> failed:
>> ;;; ERROR: no code for module (gnome gtk)
>>
>> My prefix is /usr/local/
>
> And what is your %load-path under guile-gnome-2?
> Maybe you need to make some adjustments with GUILE_LOAD_PATH?
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-23  5:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 19:37 Guile-gnome Ariel Rios
2011-11-22 20:50 ` Guile-gnome Andy Wingo
2011-11-22 23:34   ` Guile-gnome Ariel Rios
2011-11-23  5:02     ` Guile-gnome rixed
2011-11-23  5:32       ` Guile-gnome Ariel Rios

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).