* various updates
@ 2011-08-23 16:22 Andy Wingo
2011-08-25 21:35 ` David Pirotte
0 siblings, 1 reply; 6+ messages in thread
From: Andy Wingo @ 2011-08-23 16:22 UTC (permalink / raw)
To: guile-user
Hi,
Quick update: g-wrap and guile-gnome from their master branches should
work well together, and with Guile 2.0. They still don't compile .go
files though. Guile-lib now installs (texinfo nodal-tree), allowing
Guile-present's texinfo support, now hosted on gitorious, to work with
Guile 2.0. Guile-rsvg is now in git, and also on gitorious.
Regards,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: various updates
2011-08-23 16:22 various updates Andy Wingo
@ 2011-08-25 21:35 ` David Pirotte
2011-08-26 10:26 ` Andy Wingo
0 siblings, 1 reply; 6+ messages in thread
From: David Pirotte @ 2011-08-25 21:35 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 3055 bytes --]
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 <wingo@pobox.com> 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
[-- Attachment #2: config.log.gz --]
[-- Type: application/x-gzip, Size: 10571 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: various updates
2011-08-25 21:35 ` David Pirotte
@ 2011-08-26 10:26 ` Andy Wingo
2011-08-26 20:05 ` David Pirotte
0 siblings, 1 reply; 6+ messages in thread
From: Andy Wingo @ 2011-08-26 10:26 UTC (permalink / raw)
To: David Pirotte; +Cc: guile-user
On Thu 25 Aug 2011 23:35, David Pirotte <david@altosw.be> writes:
> guile-runtime.c:129:15: error: invalid operands to binary == (have 'SCM' and 'SCM')
I think you got the "master" branch of Guile. Use the "stable-2.0"
branch.
Cheers,
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: various updates
2011-08-26 10:26 ` Andy Wingo
@ 2011-08-26 20:05 ` David Pirotte
2011-08-27 12:05 ` Andy Wingo
0 siblings, 1 reply; 6+ messages in thread
From: David Pirotte @ 2011-08-26 20:05 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-user
[-- Attachment #1: Type: text/plain, Size: 2879 bytes --]
Hello Andy,
Le Fri, 26 Aug 2011 12:26:00 +0200, Andy Wingo <wingo@pobox.com> a écrit :
> I think you got the "master" branch of Guile. Use the "stable-2.0"
> branch.
owh, sorry [did write a perso .org but missed that step and used the fresh
clone ...]
now g-wrap and guile-cairo did compile/install fine, but I have the following error trying to compile
guile-gnome:
make all-am
make[5]: Entering directory `/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
/bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -I. -Wall -Werror -g -pthread -I/usr/local/include/guile-cairo -I/usr/local/include/guile/2.2 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/guile/2.0 -std=gnu99 -pthread -I/usr/local/include -I/usr/local/include/guile/2.0 -g -O2 -MT libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo -MD -MP -MF .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Tpo -c -o libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo `test -f 'guile-gnome-gw-cairo.c' || echo './'`guile-gnome-gw-cairo.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -I. -Wall -Werror -g -pthread -I/usr/local/include/guile-cairo -I/usr/local/include/guile/2.2 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/local/include/guile/2.0 -std=gnu99 -pthread -I/usr/local/include -I/usr/local/include/guile/2.0 -g -O2 -MT libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo -MD -MP -MF .deps/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.Tpo -c guile-gnome-gw-cairo.c -fPIC -DPIC -o .libs/libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.o
guile-gnome-gw-cairo.c: In function 'gw_initialize_wrapset_gnome_cairo':
guile-gnome-gw-cairo.c:24:30: error: incompatible types when assigning to type 'GWLangLocative' from type 'SCM'
make[5]: *** [libgw_guile_gnome_cairo_la-guile-gnome-gw-cairo.lo] Error 1
make[5]: Leaving directory `/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/local/src/guile-gnome/git-clone/cairo/gnome/gw'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/guile-gnome/git-clone/cairo/gnome'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/guile-gnome/git-clone/cairo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile-gnome/git-clone'
make: *** [all] Error 2
[-- Attachment #2: config.log.gz --]
[-- Type: application/x-gzip, Size: 9000 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: various updates
2011-08-26 20:05 ` David Pirotte
@ 2011-08-27 12:05 ` Andy Wingo
2011-08-27 19:33 ` David Pirotte
0 siblings, 1 reply; 6+ messages in thread
From: Andy Wingo @ 2011-08-27 12:05 UTC (permalink / raw)
To: David Pirotte; +Cc: guile-user
On Fri 26 Aug 2011 22:05, David Pirotte <david@altosw.be> writes:
> guile-gnome-gw-cairo.c: In function 'gw_initialize_wrapset_gnome_cairo':
> guile-gnome-gw-cairo.c:24:30: error: incompatible types when assigning to type 'GWLangLocative' from type 'SCM'
I have never seen this before. I think it is an artifact of your
previous Guile compilation. Did you "make uninstall" of your old Guile?
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: various updates
2011-08-27 12:05 ` Andy Wingo
@ 2011-08-27 19:33 ` David Pirotte
0 siblings, 0 replies; 6+ messages in thread
From: David Pirotte @ 2011-08-27 19:33 UTC (permalink / raw)
To: Andy Wingo; +Cc: guile-user
Hi Andy,
Le Sat, 27 Aug 2011 14:05:02 +0200, Andy Wingo <wingo@pobox.com> a écrit :
> > guile-gnome-gw-cairo.c: In function 'gw_initialize_wrapset_gnome_cairo':
> > guile-gnome-gw-cairo.c:24:30: error: incompatible types when assigning to type
> > 'GWLangLocative' from type 'SCM'
>
> I have never seen this before. I think it is an artifact of your
> previous Guile compilation. Did you "make uninstall" of your old Guile?
I am pretty sure I didn't :( [1]. Now, @ the light of your question I also did check
and found that guile-1.8-libs was installed: as a temporary measure [2] I removed
[purged it] and tried to uninstall/configure/compile/install the all chain - guile,
g-wrap, guile-cairo and guile-gnome - but it leads to the 'exact' same error:
could it be that 'old' stuff [or too new? from master] still is 'installed'
due to my mistake? is there a way to know and manually remove ?
my prefix was/is /usr/local: I could obviously look and remove any *guile*
file below that location, but would that be sufficient ?
thanks,
david
[1] this is because installing a 'fresh' master was a mistake: I thought I
was installing the latest 2.0 stable [above a previous 2.0 stable] and did
assume that this would 'write over' ...
[2] on the computer I am doing these latest installation tests, aptitude tells
me that 92 debian packages depends on guile-1.8-libs, one was installed
[texmacs - which i will have to reinstall ...]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-27 19:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 16:22 various updates Andy Wingo
2011-08-25 21:35 ` David Pirotte
2011-08-26 10:26 ` Andy Wingo
2011-08-26 20:05 ` David Pirotte
2011-08-27 12:05 ` Andy Wingo
2011-08-27 19:33 ` David Pirotte
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).