Re: GUILE 1.6 CVS doesn't compile

2005-07-11 Thread Kevin Ryde
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > Shouldn't this be excercised by a test as well? Maybe, but I don't see an easy way to do that in the normal svr4 linker case. If we had a static-only platform and were using libtool -dlopen the way it's meant to be then I guess it'd bomb. > I'm lo

Re: GUILE 1.6 CVS doesn't compile

2005-07-11 Thread Han-Wen Nienhuys
Kevin Ryde wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: make check isn't complaining. I think it works only because that preload array is empty. There's a Shouldn't this be excercised by a test as well? -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

Re: GUILE 1.6 CVS doesn't compile

2005-07-11 Thread Han-Wen Nienhuys
Kevin Ryde wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: make check isn't complaining. I think it works only because that preload array is empty. There's a terminating zero entry, so the fetch from there gives NULL, and lt_dlpreload_default can tolerate NULL (it looks like NULL is w

Re: GUILE 1.6 CVS doesn't compile

2005-07-10 Thread Kevin Ryde
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > make check > > isn't complaining. I think it works only because that preload array is empty. There's a terminating zero entry, so the fetch from there gives NULL, and lt_dlpreload_default can tolerate NULL (it looks like NULL is what's there if y

Re: GUILE 1.6 CVS doesn't compile

2005-07-10 Thread Han-Wen Nienhuys
Kevin Ryde wrote: Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: I have changed it to use a pointer. It seems to work, and it seems to compile. That can't be right can it? It's supposed to be an array of structs, not a pointer. make check isn't complaining. -- Han-Wen Nienhuys - [EMAIL

Re: GUILE 1.6 CVS doesn't compile

2005-07-09 Thread Kevin Ryde
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > > I have changed it to use a pointer. It seems to work, and it seems to > compile. That can't be right can it? It's supposed to be an array of structs, not a pointer. ___ Guile-devel mailing list Guile-d

Re: GUILE 1.6 CVS doesn't compile

2005-06-19 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? I have changed it to use a pointer. It seems to work, and

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 CVS doesn't compile

2005-06-10 Thread Kevin Ryde
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? ___ Guile-devel mailing list G

GUILE 1.6 CVS doesn't compile

2005-06-10 Thread Han-Wen Nienhuys
hi, GUILE CVS, today. After cvs up, autogen, configure, I get guile.c: In function 'main': guile.c:91: error: array type has incomplete element type guile.c:91: warning: unused variable 'lt_preloaded_symbols' make[2]: *** [guile.o] Error 1 scm_lt_dlsymlist only appears in this place in the

Re: GUILE 1.6 CVS doesn't compile

2005-06-10 Thread Han-Wen Nienhuys
Han-Wen Nienhuys wrote: hi, GUILE CVS, today. After cvs up, autogen, configure, I get guile.c: In function 'main': guile.c:91: error: array type has incomplete element type guile.c:91: warning: unused variable 'lt_preloaded_symbols' make[2]: *** [guile.o] Error 1 scm_lt_dlsymlist only appe