From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stanislas Pinte Newsgroups: gmane.lisp.guile.user Subject: Re: gettext bindings Date: Tue, 01 Oct 2002 21:23:30 +0200 Sender: guile-user-admin@gnu.org Message-ID: <3D99F632.5080700@wanadoo.be> References: <3D96DAF7.60702@wanadoo.be> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033503179 29523 127.0.0.1 (1 Oct 2002 20:12:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 20:12:59 +0000 (UTC) Cc: guile-user@gnu.org, David Pirotte Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wTO3-0007fn-00 for ; Tue, 01 Oct 2002 22:12:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wTOD-0006LZ-00; Tue, 01 Oct 2002 16:13:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wTNl-0006Ge-00 for guile-user@gnu.org; Tue, 01 Oct 2002 16:12:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wTNi-0006GS-00 for guile-user@gnu.org; Tue, 01 Oct 2002 16:12:36 -0400 Original-Received: from ev6.be.wanadoo.com ([195.74.212.41]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wTNh-0006GO-00 for guile-user@gnu.org; Tue, 01 Oct 2002 16:12:33 -0400 Original-Received: from wanadoo.be (dial-39-34.wanadoo.be [212.65.39.34]) by ev6.be.wanadoo.com (8.11.1/8.11.1) with ESMTP id g91KCU802047; Tue, 1 Oct 2002 22:12:30 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us Original-To: Neil Jerram X-DCC-wanadoo-be-Metrics: ev6 1023; Body=3 Fuz1=3 Fuz2=3 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1103 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1103 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: stan@pablo:/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 `@QTHREAD_LTLIBS@', 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 stan@pablo:/usr/local/src/guile/guile-1.6.0 145 $ thanks for your help.... Stan. Neil Jerram wrote: >>>>>>"Stanislas" == Stanislas Pinte 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 > > > > _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user