Re: GUILE 1.6 CVS doesn't compile

2005-06-13 Thread Han-Wen Nienhuys
Kevin Ryde wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: guile.c:91: error: array type has incomplete element type this is with Fedora Core 4 test 3. What gcc is that, has it got pickier about pointers to unspecified structs? GCC 4.0.0 -- Han-Wen Nienhuys - [EMAIL PROTECTED] -

Re: Guile 1.6.7 on HP/UX

2005-06-13 Thread Rob Browning
Bruce Korb <[EMAIL PROTECTED]> writes: > Well, the other issue I encounter is that "guile-config" invokes that > "guile" program which will never exit. "libguile" works just fine, > but the convoluted "guile-config" script won't exit and is a bit on > the painful side to figure out. Have you-all

Guile 1.6.7 on AIX & HP/UX

2005-06-13 Thread Bruce Korb
AIX: > source='../../libguile/modules.c' object='modules.lo' libtool=yes > DEPDIR=.deps \ > depmode=aix /bin/sh ../../depcomp /bin/sh ../libtool --tag=CC --mode=compile > \ > /usr/bin/xlc -DHAVE_CONFIG_H -I. -I../../libguile -I.. -I.. > -I../../libguile/.. \ > -I../../libguile-ltdl -g -c

Re: Guile 1.6.7 on HP/UX

2005-06-13 Thread Bruce Korb
On Sunday 12 June 2005 11:13 am, Bruce Korb wrote: > HP/UX: "guile" never finishes generating "guile.texi". > I solved it by copying it + guile-procedures.texi from the Solaris build. > I am still building, so I don't know what else I'll encounter. Well, the other issue I encounter is that "guil