lilypond-devel
[Top][All Lists]
Advanced

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

Re: Compilation on FreeBSD


From: Jan Nieuwenhuizen
Subject: Re: Compilation on FreeBSD
Date: Mon, 28 Feb 2005 12:49:35 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Zbyněk Burget writes:

> O.K. - I was try contact some FBSD developers and I've promised
> help. If I compile lilypond successfully, I try upgrade lilypond FBSD
> port to 2.4.4

Great.  Btw, the patch I sent was b0rked, here's the corrected one.

Jan.


Index: lily-guile.cc
===================================================================
RCS file: /cvsroot/lilypond/lilypond/lily/lily-guile.cc,v
retrieving revision 1.180
retrieving revision 1.180.2.2
diff -p -u -p -u -r1.180 -r1.180.2.2
--- lily-guile.cc       7 Oct 2004 19:39:50 -0000       1.180
+++ lily-guile.cc       28 Feb 2005 11:24:04 -0000      1.180.2.2
@@ -836,6 +836,6 @@ LY_DEFINE (ly_gettext, "ly:gettext",
 {
   SCM_ASSERT_TYPE (scm_is_string (string), string, SCM_ARG1,
                   __FUNCTION__, "string");
-  return scm_makfrom0str (gettext (scm_i_string_chars (string)));
+  return scm_makfrom0str (_ (scm_i_string_chars (string)).to_str0 ());
 }
 

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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