Re: guile-gnome and guile 2

2013-08-11 Thread David Pirotte
> This is due to recent Glib only allowing glib.h to be included directly. > Any old program which does this will get this compilation error. So, the > solution for you would be to find all occurences in guile-gnome where > another Glib header is included and remove it (or replace it with glib.h >

Re: guile-gnome and guile 2

2013-08-10 Thread Aljosha Papsch
Am Freitag, den 09.08.2013, 15:51 -0300 schrieb Diogo F. S. Ramos: > >> Second, with the guile-gnome tarball you referenced, it errors > >> complaining that only `glib.h' can be included directly, so the > >> compilation stops. > > > > That probably is because the '-dev' files/packages are not inst

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
Hi again, > I do have libglib2.0-dev installed here, so I don't think this is it. Sorry, indeed I miss read your message. > The complained file is `/glib/gnome/gobject/guile-support.h', line 27. > One can see that it is indeed including something other than `glib.h', > in this case, `glib/gmacro

Re: guile-gnome and guile 2

2013-08-09 Thread Diogo F. S. Ramos
>> Second, with the guile-gnome tarball you referenced, it errors >> complaining that only `glib.h' can be included directly, so the >> compilation stops. > > That probably is because the '-dev' files/packages are not installed on your > machine. I am on debian it is the libglib2.0-dev package. Th

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
Diogo, > I tried compiling it, but without luck, so I was unsure. > First, I had to do a minor fix to the configure script of g-wrap so the > warnings about deprecation would not halt the compilation. Yes indeed you'd need to configure like this: ./configured --disable-Werror > Second,

Re: guile-gnome and guile 2

2013-08-09 Thread Diogo F. S. Ramos
>> Is there a release of guile-gnome which works with guile 2? > > Yes, here a the link to the latest tarball: > > > http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz > > Obviously, there a re dependencies > > http://www.gnu.org/software/gu

Re: guile-gnome and guile 2

2013-08-09 Thread David Pirotte
Hello Diogo, > Is there a release of guile-gnome which works with guile 2? Yes, here a the link to the latest tarball: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz Obviously, there a re dependencies http://www.gnu.org/software

Re: guile-gnome-platform 2.16.2 released

2012-05-09 Thread Nala Ginrut
Ah~that's great news~ And I tested, it works for me. Now I could start some project with GUI. Thanks! On Thu, May 10, 2012 at 5:01 AM, Andy Wingo wrote: > Hello all, > > I am pleased and embarrassed to announce the release of > guile-gnome-platform version 2.16.2. > > Get it here: > >  http://ftp

RE: guile-gnome-platform 2.16.2 released

2012-05-09 Thread Sunjoong Lee
Hello, I'm glad to hear guile-gnome-platform works with Guile 2.0. To celebrate it, I've attatched my ebuild files for Gentoo Linux users. You know, Gentoo's last stable guile ebuild file is guile-1.8.8-r1.ebuild for Guile 1.8.8 but the last stable version of Guile itself is 2.0.5. There are guile

Re: Guile-gnome

2011-11-22 Thread Ariel Rios
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 : > -[ 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 >> ha

Re: Guile-gnome

2011-11-22 Thread rixed
-[ 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 > ;;; not

Re: Guile-gnome

2011-11-22 Thread 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

Re: Guile-gnome

2011-11-22 Thread Andy Wingo
Hello old friend! On Tue 22 Nov 2011 20:37, Ariel Rios 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/

Re: guile-gnome - git clone + 3 debian patches - compilation error

2010-07-06 Thread David Pirotte
Hello Patrick, Thanks a lot, it compiled with no problem. Cheers, David ;; -- Le Tue, 6 Jul 2010 11:50:31 +0200, Patrick Bernaud a écrit : > Hello David, > > David Pirotte writes: > > [...] > > cc1: warnings being treated as errors > > guile-gnome-gw-gtk.c: In function > > 'gw__tmp6246_g

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-09 Thread Andy Wingo
On Fri 09 Apr 2010 09:08, Thien-Thi Nguyen writes: > () Andy Wingo > () Fri, 09 Apr 2010 00:13:10 +0200 > >> () Andy Wingo >> () Thu, 08 Apr 2010 20:53:17 +0200 >> >>what is the right thing to do here? Get it into a >>project on savannah in git hosting, no? >> >

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-09 Thread Thien-Thi Nguyen
() Andy Wingo () Fri, 09 Apr 2010 00:13:10 +0200 > () Andy Wingo > () Thu, 08 Apr 2010 20:53:17 +0200 > >what is the right thing to do here? Get it into a >project on savannah in git hosting, no? > > Sorry, i don't understand. What does "it" refer to? Referring

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Andy Wingo
Hi! On Thu 08 Apr 2010 22:06, Thien-Thi Nguyen writes: > () Andy Wingo > () Thu, 08 Apr 2010 20:53:17 +0200 > >No such luck with guile-pg, it will need patches. I even tried >applying debian's patches to see if that would help, but >guile-pg uses gh.h. Copying Thien-Thi, who appea

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Linas Vepstas
On 8 April 2010 13:06, David Pirotte wrote: > > But I have had another type of bug, which I beleive is not related to the > one > you looked at, which rarely appears and occurred today, so here it is: > >*** glibc detected *** guile: corrupted double-linked list: > 0x08a1ca60 *** >

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Thien-Thi Nguyen
() Andy Wingo () Thu, 08 Apr 2010 20:53:17 +0200 No such luck with guile-pg, it will need patches. I even tried applying debian's patches to see if that would help, but guile-pg uses gh.h. Copying Thien-Thi, who appears to be the upstream: what is the right thing to do here? Get it

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread Andy Wingo
Hi David, I'm happy to help, and glad to hear things are going OK. You probably have the largest guile-gnome-using apps out there... Also, one of these three lists is probably enough ;) On Thu 08 Apr 2010 20:06, David Pirotte writes: > But I have had another type of bug, which I beleive is not

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-04-08 Thread David Pirotte
Hello Andy, Hi developpers, Thank you so much for having given a look to this problem. After digging into the debian packages and trying to rebuild from latest 2.7.99-4 debian source, I understand that your suggestion was actually already included by Andreas: - I know it sounds surprisin

Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash

2010-03-22 Thread Andy Wingo
On Wed 17 Mar 2010 21:09, David Pirotte writes: > I know, guile-gnome-0 is obsolate ... But I have no choice right know and > really really hope that > I can help developers to find out what the problem is and debug it ... As long as you know this :) This was released *five years ago* :) Are

Re: guile-gnome-platform 2.15.91 released

2007-05-11 Thread Greg Troxel
guile-gnome-platform 2.15.91 may be downloaded from: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.91.tar.gz I'm really glad to see this. Note that this release requires the yet-unreleased G-Wrap 1.9.8. Until it is available, you may follow the ins

Re: guile gnome gdk bindings question...no threads_init, threads_enter and threads_exit definitions

2006-12-18 Thread Kevin Ryde
Stan Pinte <[EMAIL PROTECTED]> writes: > > http://aruiz.typepad.com/siliconisland/2006/04/threads_on_pygt.html I suppose a dynamic-wind for the enter/leave would ensure a "leave" if there was an error in the protected section. > My problem is that I cannot find anywhere a guile module containing

Re: guile-gnome-platform 2.15.90 released

2006-12-15 Thread Andy Wingo
Hi! On Fri, 2006-12-15 at 16:29 +0100, Andy Wingo wrote: > This release may be downloaded at: So I linked to the old tarball. My bad! Here's the correct link: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.15.90.tar.gz Happy hacking, Andy. -- http://wing

Re: guile-gnome and guile-gtk

2006-03-10 Thread Andy Wingo
Hi Aaron, On Mon, 2006-02-20 at 12:20 -0600, Aaron VanDevender wrote: > Is guile-gnome a dead project? It has been almost a year since the last > release, and there hasn't been much traffic on the guile-gnome list. Is > anyone planning a gtk2 based version of gulie-gtk and guile-gnome? guile-gtk

Re: guile-gnome and guile-gtk

2006-02-21 Thread Greg Troxel
guile-gtk is pretty much inactive. guile-gnome seems to work, but I haven't seen much development on g-wrap or guile-gnome. -- Greg Troxel <[EMAIL PROTECTED]> ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinf

Re: guile-gnome and guile-gtk

2006-02-21 Thread David Pirotte
On Mon, 20 Feb 2006 12:20:57 -0600 Aaron VanDevender <[EMAIL PROTECTED]> wrote: > Is guile-gnome a dead project? It has been almost a year since the > last release, and there hasn't been much traffic on the guile-gnome > list. Hope not! I am using it 'extensively' for my apps > Is anyone plannin

Re: guile-gnome and guile-gtk

2006-02-21 Thread Bill Schottstaedt
> Or have people lost interest? There's libxm -- xg.c has all the gtk bindings up to the current gtk version, as well as a bunch from pango, and a few from glib. ftp://ccrma-ftp.stanford.edu/pub/Lisp/libxm.tar.gz Lots of examples in the Snd tarball (at the same site). If I remember right, it

Re: guile-gnome and guile-gtk

2006-02-21 Thread Aaron VanDevender
I should have qualified that to say that guile-gtk doesn't build due to the autoconf thing. guile-gnome is based on pkg-config (and gtk2) But my question stands? Is anyone working on them? Are we waiting for g-wrap 2.0? Or have people lost interest? -Aaron On Mon, 2006-02-20 at 12:20 -0600, Aa