guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wip-array-refactor strikes back


From: dsmich
Subject: Re: wip-array-refactor strikes back
Date: Thu, 7 Jan 2010 22:04:45 -0500

---- Andy Wingo <address@hidden> wrote: 
> Hi!
> 
> On Thu 07 Jan 2010 21:33, address@hidden (Ludovic Courtès) writes:
> 
> >> So, Ludo! You seem to be the one to convince. Can I commit that, and
> >> then bytecode-subrs? :)
> >
> > Well, presented this way, I have no other choice but to say yes!  ;-)
> >
> > If that’s not already done, can you make sure to add bits of
> > documentation for the new semantics along the way?
> 
> Done, and pushed. Everyone will need to make clean && make.
> 
> Whee...

Hmmm...

>From commit cc7005bc371ee104c368dbb894eb4f8b7a86d64a

      (SCM_GSUBR_TYPE, SCM_GSUBR_MAKTYPE, SCM_GSUBR_MAX, SCM_GSUBR_REQ)
      (SCM_GSUBR_OPT, SCM_GSUBR_REST): Remove these macros, that are no
      longer useful.

>From building g-wrap:

/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../.. -I../../g-wrap  -I../.. -I../../lib -I../../guile  -I/usr/local/include 
   -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 -I/usr/local/include -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: In function ‘gw_guile_register_wrapset’:
guile-runtime.c:818: error: ‘SCM_GSUBR_MAX’ undeclared (first use in this 
function)
guile-runtime.c:818: error: (Each undeclared identifier is reported only once
guile-runtime.c:818: error: for each function it appears in.)
make[4]: *** [guile-runtime.lo] Error 1


Wheee indeed!  ;^)

-Dale





reply via email to

[Prev in Thread] Current Thread [Next in Thread]