* guile-1.6.7 make problem
@ 2005-09-17 18:42 josh kurlander
2005-09-19 23:59 ` Kevin Ryde
0 siblings, 1 reply; 2+ messages in thread
From: josh kurlander @ 2005-09-17 18:42 UTC (permalink / raw)
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.. -I./.. -I../libguile-ltdl -g
> -O2 -Wall -Wmissing-prototypes -fno-strict-aliasing -MT guile.o -MD
> -MP -MF ".deps/guile.Tpo" -c -o guile.o guile.c; \
> then mv -f ".deps/guile.Tpo" ".deps/guile.Po"; else rm -f
> ".deps/guile.Tpo"; exit 1; fi
> 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
> make[2]: Leaving directory `/home/josh/guile-1.6.7/libguile'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/josh/guile-1.6.7'
> make: *** [all] Error 2
Any idea what I'm doing wrong?
Thanks,
Josh
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile-1.6.7 make problem
2005-09-17 18:42 guile-1.6.7 make problem josh kurlander
@ 2005-09-19 23:59 ` Kevin Ryde
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2005-09-19 23:59 UTC (permalink / raw)
Cc: bug-guile
josh kurlander <schwa007@earthlink.net> 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
extern const scm_lt_dlsymlist lt_preloaded_symbols[];
scm_lt_dlpreload_default (lt_preloaded_symbols);
I'm pretty sure they don't do anything on a normal gnu/linux system.
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-19 23:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-17 18:42 guile-1.6.7 make problem josh kurlander
2005-09-19 23:59 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).