bug-guile
[Top][All Lists]
Advanced

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

compile problems


From: Ryan VanderBijl
Subject: compile problems
Date: Thu, 1 Jun 2006 08:37:33 -0700
User-agent: Mutt/1.5.11

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/




reply via email to

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