Hi,
On Mon, 5 Jun 2006, Karl Hammar wrote:
> 2. It requires python >= 2.2. One could put the python version check
>elsewhere.
No problem. We need subprocess.py anyway (which comes with python 2.4, but
works also with 2.3, but not with 2.2 IIRC).
Ciao,
Dscho
[EMAIL PROTECTED]:
> > Karl Hammar schreef:
> > >
> > > Since configure does not test for readlink it is perhaps a bad choise,
> > > the alternative would be to use a shell or python script or if someone
> > > comes up with a good way to find the afm files.
> >
> > we rely on python anyway, so
> Karl Hammar schreef:
> >
> > Since configure does not test for readlink it is perhaps a bad choise,
> > the alternative would be to use a shell or python script or if someone
> > comes up with a good way to find the afm files.
>
> we rely on python anyway, so I'm all for a Python based soluti
Karl Hammar schreef:
Since configure does not test for readlink it is perhaps a bad choise,
the alternative would be to use a shell or python script or if someone
comes up with a good way to find the afm files.
we rely on python anyway, so I'm all for a Python based solution.
Patch?
--
Ha
On Sun, Jun 04, 2006 at 02:26:22PM -0700, Graham Percival wrote:
> > The -f option tells readlink to rekursively resolv all links and find
> >the file which the link finally points to. Without the -f readlink just
> >just gives you what this link points to.
>
> Hmm. FreeBSD's readlink doesn't hav
On 4-Jun-06, at 12:48 PM, Karl Hammar wrote:
I'm trying to build lilypond on freebsd 6.1, mostly on a whim.
./configure complains that
...
readlink: illegal option -- f
usage: readlink [-n] [file ...]
...
The -f option tells readlink to rekursively resolv all links and find
the file which th
> Hi,
>
> I'm trying to build lilypond on freebsd 6.1, mostly on a whim.
> ./configure complains that
> ...
> readlink: illegal option -- f
> usage: readlink [-n] [file ...]
> ...
>
> This is called in only one place,
>
>if test "$FCMATCH" != ""; then
> for style in Roman Italic "Bold
Hi,
I'm trying to build lilypond on freebsd 6.1, mostly on a whim.
./configure complains that
...
readlink: illegal option -- f
usage: readlink [-n] [file ...]
...
This is called in only one place,
if test "$FCMATCH" != ""; then
for style in Roman Italic "Bold Italic" Bold; do
NC