Hi Mark
On 2014-05-24 15:21:11 -0600 mark damerell wrote:
> Trying to install guile 2.0.11 on L-ubuntu 12.04. Shell is /bin/bash .
>
> Downloaded the tarfile from the Gnu website.
>
> configured with no options
>
> make check produced warnings and "unresolved" messages and one failure,
> bug
On 2014-05-25 03:10:55 -0600 Chris Vine wrote:
[...]
>
> Yuck.
This is exactly what one does not expect in a free software list, where is
supposed the users can share and learn together without being offended.
Germán.
On 2014-05-26 15:10:40 -0600 Chris Vine wrote:
> On Sun, 25 May 2014 17:59:08 -0600
> Germán Arias wrote:
>> On 2014-05-25 03:10:55 -0600 Chris Vine
>> wrote:
>>
>> [...]
>>> > Yuck.
>> This is exactly what one does not expect in a free softwar
Hi,
I don't have experience with macros. But I get this error trying TeXmacs with
Guile 2.x:
ERROR: Syntax error:
;;; kernel/boot/boot.scm:57:4: definition in expression context, where
definitions are not allowed, in form (define-syntax define-public-macro (lambda
(y) #f #((macro-type . defma
On 2014-06-01 11:54:13 -0600 David Pirotte wrote:
> Hello Germán,
>
>> (if (guile-a?)
>> (define-macro (define-public-macro head . body)
>>`(define-public ,(car head)
>> ;; FIXME: why can't we use procedure->macro
>> ;; for a non-memoizing variant?
>> (procedure->m
On 2014-08-22 22:00:41 -0600 Julian Graham wrote:
> Hi everyone,
>
> I'm pleased to announce the seventh development release of the gzochi
> game development framework.
>
[...]
>
>
> Regards,
> Julian
>
Can I recommend this software to people who develop proprietary games? I know
this is G
Hi, I'm trying to install Guile 2.0. My system is gNewSense, so I had
install some dependencies from source (libffi, etc) since gNewSense have
too old libraries. I don't get problems to configure Guile. I'm using
(adn I'm not sure if this is correct)
./configure LIBFFI_CFLAGS=-I/usr/local/lib/libf
On mar, 2011-03-08 at 23:02 +0100, Ludovic Courtès wrote:
> Hi,
>
> Germán Arias writes:
>
> > CC libguile_2.0_la-vm.lo
> > make[3]: *** [libguile_2.0_la-vm.lo] Error 1
>
> Can you compile with “make V=1” to get full output?
>
> Thanks,
> Ludo’.
This is gNewSense Deltah, with the latest updates. The architecture is
i686 (an old Pentium III).
On mar, 2011-03-08 at 17:12 -0500, Mark H Weaver wrote:
> Germán Arias writes:
> > Hi, I'm trying to install Guile 2.0. My system is gNewSense
>
> Which version of gNewSense
On mar, 2011-03-08 at 20:21 -0500, Mark H Weaver wrote:
> Germán,
>
> Please cd into guile-2.0.0/libguile, and from there run the following
> command:
>
> gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib
> -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes
> -W
On mié, 2011-03-09 at 00:10 -0500, Mark H Weaver wrote:
> Germán,
>
> It looks like you might have run "make clean", or perhaps unpacked a
> fresh copy of the source code, before running the command I asked you to
> run. In order for the command to tell us anything useful, it must be
> run after
Output for gcc --version:
german@german-desktop:~$ gcc --version
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
P
, and
that was the solution :) Thank you all for your help.
On mié, 2011-03-09 at 20:58 +, Neil Jerram wrote:
> Germán Arias writes:
>
> > Output for gcc --version:
> >
> > german@german-desktop:~$ gcc --version
> > gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
> &
I send you attached an image about how I see this character on Gedit and
Emacs.
On jue, 2011-03-10 at 10:41 -0800, Mike Gran wrote:
> >> OK, I solved the problem. Checking the files vm.c, vm.s,... . I found
> >> the character
> >>
> >>
> >>
> >> at file vm.c.
> >
> >there's a strange characte
Hi, I'm facing problems to install Guile 2.0.1. Similar problems that I
had with Guile 2.0.0. If you remember:
http://lists.gnu.org/archive/html/guile-user/2011-03/msg9.html
I will try to solve this later, as I did before (removing some
characters). But now the compiler show some info, so I s
With guile 2.0.2, GCC 4.6 and gc 7.1, make check give me the error:
make[5]: `test-pthread-create' is up to date.
CC test_pthread_create_secondary-test-pthread-create-secondary.o
In file included from test-pthread-create-secondary.c:30:0:
/usr/local/include/gc/gc_version.h:17:5: error: #erro
Well, with gc 7.2alpha6 works fine.
On sáb, 2011-07-09 at 23:14 -0600, Germán Arias wrote:
> With guile 2.0.2, GCC 4.6 and gc 7.1, make check give me the error:
>
> make[5]: `test-pthread-create' is up to date.
> CC test_pthread_create_secondary-test-pthread-create-seco
Compiling g-wrap-1.9.13 with gcc 4.6.0, I get (using guile 2.0.2):
In file included from guile-runtime.c:32:0:
../../guile/g-wrap/guile-compatibility.h:50:0: error: "scm_is_eq"
redefined [-Werror]
/usr/local/include/guile/2.0/libguile/tags.h:120:0: note: this is the
location of the previous defini
... -pthread
-I/usr/local/include/guile/2.0 -I/usr/local/include
checking libguile link flags... -L/usr/local/lib -lguile-2.0 -lgc
checking for guile-2.0... no
Why? the Guile libraries are just there.
On sáb, 2011-10-01 at 17:53 -0600, Germán Arias wrote:
> Compiling g-wrap-1.9.13 with gcc 4.6.0
On mar, 2011-10-04 at 21:50 +0200, Ludovic Courtès wrote:
> Hi,
>
> Germán Arias skribis:
>
> > checking size of size_t... 4
> > checking size of ssize_t... 4
> > checking for guile... /usr/local/bin/guile
> > checking for guile-config... /usr/local/bin/guile
On mié, 2011-10-05 at 12:11 +0200, Ludovic Courtès wrote:
> Hi,
>
> Germán Arias skribis:
>
> > guile-2.0.pc is at /usr/local/lib/pkgconfig. But I get the same output.
> > Which should be the output of 'pkg-config guile-2.0'? If I run this, I
> > get:
&g
On jue, 2011-10-06 at 21:07 +0200, Ludovic Courtès wrote:
> Germán Arias skribis:
>
> > There isn't errors:
>
> Then it should work. :-)
>
> Ludo’.
>
Then the problem is in g-wrap. Maybe because uses deprecated methods?
On mié, 2011-10-12 at 14:26 +0100, Paul Emsley wrote:
> On 03/10/11 23:58, Germán Arias wrote:
> > I found the problem. the configuration say:
> >
> > checking size of size_t... 4
> > checking size of ssize_t... 4
> > checking for guile... /usr/local/bin/guile
>
I'm trying to update an old gnustep library that uses guile. But it
requieres gh.h header.
As I can see this header don't exist. So, which header should I use
instead it?
Thanks in advance.
On 2011-11-09 05:52:25 -0600 Thien-Thi Nguyen wrote:
() Keith Wright
() Wed, 9 Nov 2011 00:51:07 -0500
I don't think there is a compatible library, you
just have to change everything over to the scm.h
interface.
Another way (if you wish to maintain backward portability) is
to use an
On 2012-02-07 02:54:32 -0600 Andy Wingo wrote:
> Hi Germán,
>
>> FAIL: gc.test: gc: Unused modules are removed
>
> This is not a fatal error. In git we have changed this to produce a
> warning instead of an error. Apologies that a version made it out to you
> with this test suite failure in i
On 2013-05-13 17:12:07 -0600 Xue Fuqiao wrote:
> On Mon, May 13, 2013 at 5:59 AM, Ludovic Courtès wrote:
>> We are pleased to announce GNU Guix version 0.2, the second alpha
>> release, representing 580 commits by 5 people over 4 months.
>
> Great news, *thanks* to everyone involved!
>
Curren
On 2013-05-15 02:53:05 -0600 Brandon Invergo wrote:
> Hi Germán,
>
>> Currently I'm testing GSRC on my PC. So, my question is: What is the
>> difference between Guix and GSRC? Regards.
>
> GSRC can be thought of as a up-to-date quarterly release of all GNU
> software. It automates the fetch/con
28 matches
Mail list logo