(use-syntax (ice-9 syncase)) broke with --disable-deprecated

2001-05-21 Thread Dale P. Smith
guile> (use-syntax (ice-9 syncase)) Backtrace: 0* (use-syntax (ice-9 syncase)) 1 (eval-case (# # # #) (else #)) ... 2 [fluid-set! ... : While evaluating arguments to fluid-set! in expression (fluid-set! scm:eval-transformer (module-transformer #)): : Unbound variable: scm:eval-transformer A

Re: (use-syntax (ice-9 syncase)) broke with --disable-deprecated

2001-05-21 Thread Marius Vollmer
"Dale P. Smith" <[EMAIL PROTECTED]> writes: > guile> (use-syntax (ice-9 syncase)) > > : While evaluating arguments to fluid-set! in expression > (fluid-set! scm:eval-transformer (module-transformer #)): > : Unbound variable: scm:eval-transformer > ABORT: (unbound-variable) Thanks! Fixed. I ev

Compile Errors on Redhat 7.1

2001-05-21 Thread Clint Nelissen
I get the following error when trying to compile Guile 1.4 on a Redhat 7.1 box: net_db.c:85: conflicting types for `inet_aton' /usr/include/arpa/inet.h:74: previous declaration of `inet_aton' make[1]: *** [net_db.lo] Error 1 make[1]: Leaving directory `/root/download/guile-1.4/libguile' make: ***