string-match error

2014-01-15 Thread Ariel Rios
Hello y'all, I am having problems using string-match. I have created a small script that calls string-match and I get: /home/ariel/console/mce/tests/./panda.scm:4:9: In procedure module-lookup: Unbound variable: string-match If I start guile and then use string-match there is no problem: scheme@

Use of (sxml xpath)

2012-10-31 Thread Ariel Rios
Hello all, I am trying to use (sxml xpath) to parse an xml file but I just cannot understand the API. If I have the following xml http://www.w3.org/2006/10/ttaf1"; xml:lang="en"> hello hello 2 hello 3 . In Perl I can do something like: my $xml = XML::XPath->new(filename => $file); $xm

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

Re: Guile-gnome

2011-11-22 Thread Ariel Rios
/ ariel 2011/11/22 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 do

Guile-gnome

2011-11-22 Thread Ariel Rios
Hello, Where is guile-gnome located hosted these days? Is there one for current guile? thanks, ariel

bdwgc

2011-10-31 Thread Ariel Rios
Where do I get bdwgc? ariel