* compile problems
@ 2006-06-01 15:37 Ryan VanderBijl
2006-06-02 23:35 ` Kevin Ryde
0 siblings, 1 reply; 2+ messages in thread
From: Ryan VanderBijl @ 2006-06-01 15:37 UTC (permalink / raw)
FYI: I had the following problems compiling guile 1.8.0 under cygwin:
1. configure couldn't find ltdl library, nor header file.
2. read.c:332 s_vector declared but not used warning,
when configured with --disable-elisp.
Easily fixed by some ifdefs.
3. throw.c:495 scm_handle_by_message control reaches end
of non-void function.
Not sure what the correct behavior should be, perhaps
it should 'return SCM_BOOL_F;' like the function
scm_handle_by_message_noexit?
gcc (GCC) 3.4.4 (cygming special)
-Ryan
--
Ryan VanderBijl | http://vbijl.net/~ryan/
_______________________________________________
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: compile problems
2006-06-01 15:37 compile problems Ryan VanderBijl
@ 2006-06-02 23:35 ` Kevin Ryde
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2006-06-02 23:35 UTC (permalink / raw)
Cc: bug-guile
Ryan VanderBijl <ryan@vbijl.net> 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.
_______________________________________________
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:[~2006-06-02 23:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-01 15:37 compile problems Ryan VanderBijl
2006-06-02 23:35 ` 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).