1 Jun 2006 17:37
compile problems
Ryan VanderBijl <ryan <at> vbijl.net>
2006-06-01 15:37:33 GMT
2006-06-01 15:37:33 GMT
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 <at> gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile
.
> 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
RSS Feed