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 <[email protected]> wrote:
> On Thu, Jan 14, 2010 at 10:51 AM, Patrick McCarty <[email protected]> wrote:
>> On Thu, Jan 14, 2010 at 10:33 AM, Keaton Mowery <[email protected]> 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
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user