xgettext -L Scheme

2005-04-15 Thread David Pirotte
Hello, [I am new to gettext and xgettext usage] following packages installed: [EMAIL PROTECTED]:~ 5 $ dpkg -l | grep gettext ii gettext0.14.3-1 GNU Internationalization utilities ii gettext-base 0.14.3-1 GNU Internationalization utilities for the b ii

Re: guile-core.unstable-20050414

2005-04-15 Thread Andreas Rottmann
David Pirotte [EMAIL PROTECTED] writes: trying to configure guile-core.unstable-20050414 ./configure --with-threads --with-readline ... checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see README but the following package is installed:

inexact-exact in 1.7.1

2005-04-15 Thread Rick Taube
this behavior of inexact-exact in guile 1.7.1 causes my program to become confused: guile (inexact-exact 48.0) 48 guile (inexact-exact (* .1 480.0)) 48 guile (inexact-exact (* (- 1.1 1) 480.0)) 3377699720527875/70368744177664 guile(quit) $ uname -a Darwin pinhead.music.uiuc.edu 7.8.0 Darwin

Re: inexact-exact in 1.7.1

2005-04-15 Thread Per Bothner
Rick Taube wrote: this behavior of inexact-exact in guile 1.7.1 causes my program to become confused: I suspect you're the one who is confused. You need to learn about floating-point arithmetic. (- 1.1 1) does not necessarily give the same result as 0.1. i attempted to see if guile 1.7.2 fixes

Re: xgettext -L Scheme

2005-04-15 Thread Kevin Ryde
David Pirotte [EMAIL PROTECTED] writes: am I missunderstanding something here? I had to add --keyword=_ to xgettext when using _ as an alias for gettext. Dunno if that's meant to be builtin. ___ Guile-user mailing list Guile-user@gnu.org