Re: NetBSD needs inttypes.h for uintptr_t

2001-07-12 Thread Masao Uebayashi
Without this, any file can't be compiled because of lack of the definition of uintptr_t. uintptr_t is defined in inttypes.h on my NetBSD box, but I'm not sure if the proper entry point is it or not. configure should check for the availability of uintptr_t. What does it find on your

Re: guile-1.4 has problems with autoconf-2.50

2001-06-03 Thread Masao Uebayashi
Hello, autoconf-2.50 fails in guile-1.4 with the following error: $ autoconf configure.in:321: error: AC_LANG: unknown language: aclang.m4:124: _AC_LANG_SET is expanded from... aclang.m4:133: AC_LANG is expanded from... ./aclocal.m4:116: GUILE_NAMED_CHECK_FUNC is expanded from...

2001/5/29 today's autogen.sh :-(

2001-05-28 Thread Masao Uebayashi
Here's my log (with sh -vx autogen.sh). My box is NetBSD/i386 1.5-BETA. Just before running autogen.sh, I had updated Automake and Autoconf. #!/bin/sh [ -f GUILE-VERSION ] || { echo autogen.sh: run this command only at the top of a Guile source tree. exit 1 } + [ -f GUILE-VERSION ]

Re: Today's autogen.sh...

2001-05-28 Thread Masao Uebayashi
Uuuh, ah, sorry, please ignore this. Now 'configure' can be made by older versions of autotools. Masao ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Today's autogen.sh...

2001-05-24 Thread Masao Uebayashi
I've just finished 'cvs update -P -d' and tried autogen.sh. This is the result: % sh -vx autogen.sh #!/bin/sh [ -f GUILE-VERSION ] || { echo autogen.sh: run this command only at the top of a Guile source tree. exit 1 } + [ -f GUILE-VERSION ] ./guile-aclocal.sh +

libguile/unif.c: cosmetic change

2001-05-21 Thread Masao Uebayashi
This is my first patch to unif.c, only cosmetic change. Thanks, Masao --- unif.c.orig Mon May 21 16:03:59 2001 +++ unif.c.2Mon May 21 16:11:28 2001 @@ -307,7 +307,7 @@ v = SCM_ARRAY_V (v); } if (nprot) -return SCM_BOOL(nprot); +return SCM_BOOL (nprot); else

ifnottex?

2001-05-16 Thread Masao Uebayashi
This is also from today's source compilation. Making all in doc gmake[1]: Entering directory `/usr/local/src/guile-core-20010517/doc' Updating ./version.texi cd . \ makeinfo `echo guile.texi | sed 's,.*/,,'` Making info file `guile.info' from `guile.texi'. ./preface.texi:18: No matching

Re: s_scm_unhash_name?

2001-05-16 Thread Masao Uebayashi
does `gmake clean' help? Does help! in general, just doing `make' after a CVS update doesn't always work. for me, anyway. I've just learnt that. ;) Thank you, Masao --- |_ -|--|- _|__ /|\/|\ ___ Bug-guile mailing list [EMAIL PROTECTED]

Re: ifnottex?

2001-05-16 Thread Masao Uebayashi
Aha. From http://sources.redhat.com/ml/gdb-patches/2000-q1/msg00904.html: ---8 The problem with @ifnottex in Texinfo 3.12 are actually a bug/misfeature in that version: conditionals such as @ifnottex cannot span node boundaries. Here's a ChangeLog

shell scripts in CVS source don't have runable permission

2001-04-19 Thread Masao Uebayashi
See, hiroko % ls -CF ANON-CVS NEWS check-guile.in guile-config/ missing@ AUTHORS README config.guess*guile-readline/ mkinstalldirs@ COPYING RELEASE config.h.in ice-9/