bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-1.6.7 make problem


From: Kevin Ryde
Subject: Re: guile-1.6.7 make problem
Date: Tue, 20 Sep 2005 09:59:12 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

josh kurlander <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]