lilypond-user
[Top][All Lists]
Advanced

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

Re: installation woes on OpenBSD


From: Arvid Grøtting
Subject: Re: installation woes on OpenBSD
Date: Tue, 17 Jun 2003 13:15:42 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (berkeley-unix)

Mats Bengtsson <address@hidden> writes:

> You need to install not only the python program but also the
> development libraries. I'm not familiar with the OpenBSD
> distribution but there may be a separate package with these
> include and lib files.

Actually, I seem to have the development libraries installed.  And I
just got it working; the error's in the error message, which didn't
tell me I was looking for Python.h (actually python-2.1/Python.h), not
python.h.

So now it works, apart from a small font problem that I'll probably
manage to correct quite nicely.

Here's a patch to INSTALL.txt to make the procedure clearer:

--- INSTALL.txt.orig    Tue Jun 17 12:59:00 2003
+++ INSTALL.txt Tue Jun 17 13:06:16 2003
@@ -651,6 +651,14 @@
      where/how you installed kpathsea and other libraries, you may need
      to refer to the section "Linking to kpathsea".
 
+   The following should work, at least on 3.3 with python and texmf
+packages/ports installed:
+
+        export CPPFLAGS=" -I/usr/local/include -I/usr/local/lib/kpathsea" 
+        export LDFLAGS=-L/usr/local/lib
+        ./configure
+        gmake all
+
 
 NetBSD
 ------




reply via email to

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