"Andrew Koenig" <[EMAIL PROTECTED]> writes:
>
> So apparently the compiler has gotten stricter about rejecting declarations
> of incomplete types.  I imagine the fix is to insert a definition for
> scm_lt_symlist before this line.

Yep.  The preload is normally empty so you can probably get away with
deleting the two lines,

  extern const scm_lt_dlsymlist lt_preloaded_symbols[];  /* Line 91 */
  scm_lt_dlpreload_default (lt_preloaded_symbols);


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to