guile-user
[Top][All Lists]
Advanced

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

Re: gettext bindings


From: Stanislas Pinte
Subject: Re: gettext bindings
Date: Tue, 01 Oct 2002 21:23:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3

hello,

I did the following:

-started from a clean guile-1.6.0.tar.gz
-applied all the modifications of the http://www.glug.org/patches/2001-07-29.gettext-support/ by hand, in the guil-1.6.0 source tree. -installed GNU autoconf 2.53, to be able to generate a new ./configure script
-installed GNU gettext 0.10.36 because AM_GNU_GETTEXT M4 macro is needed.
-successfully runned autoconf
-issued a "./configure" --with-threads. Apparently no problem....
-issued a "make"....

got the following errors:

address@hidden:/usr/local/src/guile/guile-1.6.0 144 $ make
make  all-recursive
make[1]: Entering directory `/usr/local/src/guile/guile-1.6.0'
Making all in oop
make[2]: Entering directory `/usr/local/src/guile/guile-1.6.0/oop'
Making all in goops
make[3]: Entering directory `/usr/local/src/guile/guile-1.6.0/oop/goops'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/guile/guile-1.6.0/oop/goops'
make[3]: Entering directory `/usr/local/src/guile/guile-1.6.0/oop'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/guile/guile-1.6.0/oop'
make[2]: Leaving directory `/usr/local/src/guile/guile-1.6.0/oop'
Making all in qt
make[2]: Entering directory `/usr/local/src/guile/guile-1.6.0/qt'
Making all in md
make[3]: Entering directory `/usr/local/src/guile/guile-1.6.0/qt/md'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/guile/guile-1.6.0/qt/md'
Making all in time
make[3]: Entering directory `/usr/local/src/guile/guile-1.6.0/qt/time'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/guile/guile-1.6.0/qt/time'
make[3]: Entering directory `/usr/local/src/guile/guile-1.6.0/qt'
make[3]: *** No rule to make target address@hidden@', needed by `all-am'. Stop.
make[3]: Leaving directory `/usr/local/src/guile/guile-1.6.0/qt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/guile/guile-1.6.0/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile/guile-1.6.0'
make: *** [all] Error 2
address@hidden:/usr/local/src/guile/guile-1.6.0 145 $


thanks for your help....

Stan.



Neil Jerram wrote:

"Stanislas" == Stanislas Pinte <address@hidden> writes:


    Stanislas> hello,
    Stanislas> I have problems applying the patch

    Stanislas> http://www.glug.org/patches/2001-07-29.gettext-support/

    Stanislas> to the guile-1.6.0.tar.gz sources...

Given the time difference, I wouldn't expect this patch to apply
cleanly.  I believe it is on Marius's TODO list to look at this patch
sometime ...

ISTR that the patch is non-trivial because of its changes to the
reader which could affect performance.  Any thoughts on whether your
use of the patch would need those changes?

        Neil










reply via email to

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