lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond 2.13.10 (OSX) Font Issues


From: Keaton Mowery
Subject: Re: LilyPond 2.13.10 (OSX) Font Issues
Date: Thu, 14 Jan 2010 13:23:49 -0800

Here's the ./configure output:

http://pastebin.com/m3daee40b

I did modify the configure script to use the python-config program on
OSX, the patch is below. I'm fairly sure that this won't change later
behavior.

Keaton Mowery

----------------------------------------------------
diff --git a/configure b/configure
index 914184d..a54bb09 100755
--- a/configure
+++ b/configure
@@ -790,6 +790,7 @@ with_localedir
 with_lang
 with_python_include
 with_python_lib
+with_python_config
 '
       ac_precious_vars='build_alias
 host_alias
@@ -8635,6 +8636,11 @@ $as_echo "$as_me: WARNING: Usage:
--with-python-lib=name" >&2;}

 fi

+if test "${with_python_config+set}" = set; then
+       withval=$with_python_config;
+       PYTHON_CFLAGS="`python-config --includes`"
+       LDFLAGS="$LDFLAGS `python-config --ldflags`"
+fi

     for ac_prog in python-config
 do


On Thu, Jan 14, 2010 at 11:04 AM, Patrick McCarty <address@hidden> wrote:
> On Thu, Jan 14, 2010 at 10:51 AM, Patrick McCarty <address@hidden> wrote:
>> On Thu, Jan 14, 2010 at 10:33 AM, Keaton Mowery <address@hidden> wrote:
>>> Wow, it looks like you were right! Here's the .ps:
>>>
>>> https://dl.dropbox.com/u/41619/bad-fonts.ps
>>
>> When I get a chance to look at scm/framework-ps.scm more in depth,
>> I'll try to see why this might be happening.
>
> Could you post your ./configure output, too?
>
> Thanks,
> Patrick
>




reply via email to

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