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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to