guile-1.6.7 make problem

2005-09-19 Thread josh kurlander
Hi, I'm new to fedora and linux and I'm trying to install guile-1.6.7. ./configure runs smoothly, but make does not. Here are the last few lines it outputs: ./guile_filter_doc_snarfage --filter-snarfage) regex-posix.doc || { rm regex-posix.doc; false; } if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..

Re: guile-1.6.7 make problem

2005-09-19 Thread Kevin Ryde
josh kurlander [EMAIL PROTECTED] writes: guile.c: In function main: guile.c:91: error: array type has incomplete element type guile.c:91: warning: unused variable lt_preloaded_symbols gcc 4 has become stricter about structs not yet defined. I think you can comment out the two lines