bug-guile
[Top][All Lists]
Advanced

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

Re: No declaration for isblank


From: Neil Jerram
Subject: Re: No declaration for isblank
Date: Wed, 24 Oct 2007 11:30:56 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Did you try clearing the `m4' dir (expect for `gnulib-cache.m4') and
> re-running `gnulib-tool --update'?  Assuming we both use the same Gnulib
> snapshot, `m4' should contain the same files on both machines.  With
> Debian's `gnulib-20071001+dfsg-1', I get this:
>
>   $ sha1sum m4/*m4
>   817660373a28ce877ae7efcce4c06ed0bfa93052  m4/alloca.m4
>   4229cdd16c7512e1c03e1131a3441882bd7ced42  m4/extensions.m4
>   fa99215ca5959f83eeb093ada23a82622abb194e  m4/gnulib-cache.m4
>   e02774d532c8700d4a722b3f6189d487f0df721e  m4/gnulib-common.m4
>   94693473bd8aa9eddd6e30af2213ebdd5ed31852  m4/gnulib-comp.m4
>   4d3cae2790230ada32cb11340e797b42bd71e25c  m4/gnulib-tool.m4
>   bf7b7750e03c02566c190514b96a2309daf0c1c1  m4/include_next.m4
>   f3793585703e62a1c9058f81eb897b08b3342954  m4/onceonly_2_57.m4
>   14aea4fa9d1cf27c71ac052ed00e4573e437f48f  m4/strcase.m4
>   20a6d0a961ae4f4913ab2162fca088db24bc0b4e  m4/string_h.m4

I had:

2219c92e4e68aa6aa0983cafa8570701e012a315  gnulib-cache.m4
e02774d532c8700d4a722b3f6189d487f0df721e  gnulib-common.m4
2152435b51706c5b1ea97cf28b93e45cce895766  gnulib-comp.m4
4d3cae2790230ada32cb11340e797b42bd71e25c  gnulib-tool.m4
057209c2c0bb7070fe8d071315fdda16631e19d7  hack.m4
f3793585703e62a1c9058f81eb897b08b3342954  onceonly_2_57.m4

and I've saved these files off in case further analysis of them is
needed.

Then proceeding as you suggested:

==========begin transcript============
address@hidden:~/Organized/SW/Guile/guile-cvs-head/guile/guile-core$ 
gnulib-tool --update
Module list with included dependencies:
  
File list:
  lib/dummy.c
  m4/gnulib-common.m4
  m4/onceonly_2_57.m4
Copying file m4/gnulib-common.m4
Copying file m4/gnulib-tool.m4
Copying file m4/onceonly_2_57.m4
Creating m4/gnulib-comp.m4
Creating ./m4/.cvsignore
Finished.

You may need to add #include directives for the following .h files.

Don't forget to
  - add "lib/Makefile" to AC_CONFIG_FILES in ./configure.in,
  - mention "lib" in SUBDIRS in Makefile.am,
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
  - invoke gl_EARLY in ./configure.in, right after AC_PROG_CC,
  - invoke gl_INIT in ./configure.in.
address@hidden:~/Organized/SW/Guile/guile-cvs-head/guile/guile-core$ sha1sum 
m4/*.m4
2219c92e4e68aa6aa0983cafa8570701e012a315  m4/gnulib-cache.m4
e02774d532c8700d4a722b3f6189d487f0df721e  m4/gnulib-common.m4
9da55c6341d6d8838991494074fa0b6a2bbdbb36  m4/gnulib-comp.m4
4d3cae2790230ada32cb11340e797b42bd71e25c  m4/gnulib-tool.m4
f3793585703e62a1c9058f81eb897b08b3342954  m4/onceonly_2_57.m4
address@hidden:~/Organized/SW/Guile/guile-cvs-head/guile/guile-core$ 
gnulib-tool --version
/usr/bin/gnulib-tool (GNU gnulib) 2007-09-17
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 PURPOSE.
Written by Bruno Haible and Simon Josefsson
==========end transcript============

So I guess the question becomes: why don't alloca.m4 and extensions.m4
appear for me?

Regards,
        Neil





reply via email to

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