lilypond-devel
[Top][All Lists]
Advanced

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

Re: cygwin64 - building 2.18.2 doc fails


From: Marco Atzeri
Subject: Re: cygwin64 - building 2.18.2 doc fails
Date: Mon, 13 Apr 2015 14:37:45 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 4/13/2015 2:03 PM, Masamichi HOSODA wrote:

I've used three patches to build lilypond-2.18.2 on cygwin64 environment.
And, I've succeed following commands.

$ ./configure
$ make all
$ make doc

make doc is always stacking somewhere for me.
But it could be side effect on some dependencies.


I've attach these patches to this mail.

   cygwin-python.patch:
     Set LDFLAGS to build python module

I am using an equivalent way on the build system
  make LDFLAGS="$(python-config --libs)"


   cygwin-env-TMP.patch:
     Don't use environment variable TMP when "make doc"
     If I understand correctly,
     cygwin system use environment variable TMP for a special purpose.
     In other words, on cygwin,
     it can not be used for other purpose like Makefile variable.

I will test this one, to see if there is any difference

TMP and TEMP are windows specific system variables,
but on my system are just re-defined as
TEMP=/tmp
TMP=/tmp

Thanks
Marco




reply via email to

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