bug-guile
[Top][All Lists]
Advanced

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

Re: compile problems


From: Kevin Ryde
Subject: Re: compile problems
Date: Sat, 03 Jun 2006 09:35:48 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Ryan VanderBijl <address@hidden> writes:
>
> 1. configure couldn't find ltdl library, nor header file.

You need to install libtool (or the ltdl part of it).  Guile no longer
comes with an out-of-date version :).

> 2. read.c:332 s_vector declared but not used warning,
> when configured with --disable-elisp. 

Thanks.

> Easily fixed by some ifdefs.

Or not forcing -Werror on unsuspecting users :-(.

> 3. throw.c:495 scm_handle_by_message control reaches end 
> of non-void function.

Thanks.

> Not sure what the correct behavior should be, perhaps
> it should 'return SCM_BOOL_F;' like the function
> scm_handle_by_message_noexit?

It doesn't return so it doesn't matter.  I guess exit or pthread_exit
isn't marked as noreturn.




reply via email to

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