[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: various updates
From: |
David Pirotte |
Subject: |
Re: various updates |
Date: |
Thu, 25 Aug 2011 18:35:25 -0300 |
Hello Andy,
[sorry I didn't get back to you the same day I said I would, but the
machine
I wanted to use to do this test was busy running 'Ouindoze' ...]
Le Tue, 23 Aug 2011 18:22:23 +0200,
Andy Wingo <address@hidden> a écrit :
> Quick update: g-wrap and guile-gnome from their master branches should
> work well together, and with Guile 2.0. ...
I hope I did everything right, but it does not compile here, see below +
config.log attached]
[before getting a fresh g-wrap git-clone I also updated guile to the
latest:
GNU Guile 2.0.2.106-0262]
Thanks,
David
;; --
make[4]: Entering directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I../../g-wrap -I../.. -I../../lib -I../../guile -pthread
-I/usr/local/include/guile/2.2 -g -O2 -Wall -Wmissing-prototypes -Werror
-std=gnu99 -MT guile-runtime.lo -MD -MP -MF .deps/guile-runtime.Tpo -c -o
guile-runtime.lo guile-runtime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../g-wrap -I../..
-I../../lib -I../../guile -pthread -I/usr/local/include/guile/2.2 -g -O2 -Wall
-Wmissing-prototypes -Werror -std=gnu99 -MT guile-runtime.lo -MD -MP -MF
.deps/guile-runtime.Tpo -c guile-runtime.c -fPIC -DPIC -o .libs/guile-runtime.o
guile-runtime.c:37:1: error: initializer element is not constant
guile-runtime.c:38:1: error: initializer element is not constant
guile-runtime.c:39:1: error: initializer element is not constant
guile-runtime.c:40:1: error: initializer element is not constant
guile-runtime.c:43:1: error: initializer element is not constant
guile-runtime.c:44:1: error: initializer element is not constant
guile-runtime.c:45:1: error: initializer element is not constant
guile-runtime.c:46:1: error: initializer element is not constant
guile-runtime.c:47:1: error: initializer element is not constant
guile-runtime.c:48:1: error: initializer element is not constant
guile-runtime.c:49:1: error: initializer element is not constant
guile-runtime.c: In function 'gw_guile_enum_val2int':
guile-runtime.c:129:15: error: invalid operands to binary == (have 'SCM' and
'SCM')
guile-runtime.c:134:31: error: invalid operands to binary != (have 'SCM' and
'SCM')
guile-runtime.c: In function 'dynproc_smob_apply':
guile-runtime.c:706:14: error: invalid operands to binary != (have 'SCM' and
'SCM')
guile-runtime.c: In function 'gw_guile_handle_wrapper_error':
guile-runtime.c:736:3: error: initializer element is not constant
guile-runtime.c:737:3: error: initializer element is not constant
make[4]: *** [guile-runtime.lo] Error 1
make[4]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/g-wrap/git-clone'
make: *** [all] Error 2
config.log.gz
Description: GNU Zip compressed data
- various updates, Andy Wingo, 2011/08/23
- Re: various updates,
David Pirotte <=