hash.c:101: pointers are not permitted as case values

2001-06-03 Thread Alexander Klimov
Hi. I got guile-core from CVS, make distclean autogen.sh ./configure --enable-shared --with-threads --enable-ltdl-convenience make The result is: gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes -Wp,-MD,.deps/hash.pp -c hash.c -fPIC -DPIC -o .libs/hash.lo has

Re: ./check-guile: test: argument expected

2001-03-25 Thread Alexander Klimov
On 25 Mar 2001, Marius Vollmer wrote: > > if [ ! -e guile-procedures.txt ]; then > > ^^^ > > which produces the error message shown in subject. The line should be > > substituted with > > if [ ! -f guile-procedures.txt ]; then > > The problem with -f is that it checks for a regular file,

Re: ./check-guile: test: argument expected

2001-03-25 Thread Alexander Klimov
On 25 Mar 2001, Gary Houston wrote: > > if [ ! -f guile-procedures.txt ]; then > > Thanks. I don't think -f is right, since it's testing a symbolic link. > I don't know if test -L is portable. Maybe test -r would be best. I don't shure I understand you idea: `-f xxx' returns true (0) even if

./check-guile: test: argument expected

2001-03-25 Thread Alexander Klimov
Hi. According to `man test' on Solaris 2.6 there is no `-e' primitive for sh, but only for ksh. It also exists in bash. There is an error in check-guile:36 if [ ! -e guile-procedures.txt ]; then ^^^ which produces the error message shown in subject. The line should be substituted with if

Re: ERROR: no such module (test-suite lib)

2001-03-19 Thread Alexander Klimov
On 19 Mar 2001, Gary Houston wrote: > Sorry, in fixing check-guile for my setup I broke it for yours. I think > I've fixed it. > > There may still be a problem with check-guile picking up outdated > files from $prefix in some cases, when running make check before make > install. I'll investigat

ERROR: no such module (test-suite lib)

2001-03-19 Thread Alexander Klimov
Hi all. I have: SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 gcc version 2.95.2 19991024 (release) Guile is from CVS head -1 ChangeLog 2001-03-18 Gary Houston <[EMAIL PROTECTED]> I succesfull run configure --prefix=/usr/local/guile && make && make install but make check r

Documentation with GCC3.1, (was: build error on solaris)

2001-03-14 Thread Alexander Klimov
On Mon, 12 Mar 2001, Alexander Klimov wrote: > The makeinfo is the same, so it looks like reason is guile-doc-snarf, and > more specifically "gcc -E" in it. I'll try to look what is the problem > exactly. In the new version of gcc the preprocessor is greatly changed (

Re: build error on solaris

2001-03-12 Thread Alexander Klimov
Hi. On Mon, 12 Mar 2001, Alexander Klimov wrote: > No, them are not there, although them are in installation I done > not-long-time ago in some other place. Right now I am builing guile with > --prefix=/tmp, and I'll report about results I have 2 versions of gcc: 2.95.2 and curre

Re: build error on solaris

2001-03-12 Thread Alexander Klimov
On Mon, 12 Mar 2001, Martin Grabmueller wrote: > Alexander, could you have a look at your installed > > /share/guile/1.4.1/guile-procedures.txt > > file and check whether the procedures append!, list-ref etc. are > documented there? No, them are not there, although them are in installation I d

Re: build error on solaris

2001-03-11 Thread Alexander Klimov
Hi. On Sun, 11 Mar 2001, Dirk Herrmann wrote: > But, relax. The problem with these errors is, that they only occur > because you did not make install yet. In fact, they should work before > you do make install, but surprisingly they don't. I guess the reason is, > that the documentation files

Re: build error on solaris

2001-03-11 Thread Alexander Klimov
Hi. On 9 Mar 2001, Gary Houston wrote: > > Undefined first referenced > > symbol in file > > SUN_LEN .libs/libguile.so > > Thanks, I'll add something soon for the case that SUN_LEN is undefined. Thank you, it now com

SUN_LEN

2001-03-09 Thread Alexander Klimov
Hi. I got version from CVS, configure --enable-shared --with-threads --enable-ltdl-convenience && make the result was: gcc -g -O2 -Wall -Wmissing-prototypes -o .libs/guile .libs/guileS.o guile.o .libs/libguile.so -ldl -lsocket -lnsl -lm ../qt/.libs/libqthreads.so -lsocket -lnsl -lm -lsocket -ln

Behaviour of tmpnam

2001-02-04 Thread Alexander Klimov
Hi. I tried to run `make check' on CVS version and it is failed with misterious message with GUILE_LOAD_PATH: /export/home/ask/build/guile-core ERROR: In procedure mkdir: ERROR: No space left on device uname -a: SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 I know that my /va