Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread Marco Atzeri
On 4/13/2015 4:29 PM, Masamichi HOSODA wrote: I am using an equivalent way on the build system make LDFLAGS="$(python-config --libs)" Thank you. When GUB builds cygwin and mingw lilypond, it seems to be using a similar way. However, when GUB builds linux lilypond etc., the option is not use

Re: Rewrite chordnames - disentangle data from formatting (issue 223420043 by thomasmorle...@gmail.com)

2015-04-13 Thread Thomas Morley
Hi Carl, thanks for review. Pity to say my vacations ended :( I'll have much less time now, so work on this will be slowed down. I'll hope I can answer more thoroughly the upcoming days ... Thanks, Harm ___ lilypond-devel mailing list lilypond-deve

Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread David Kastrup
Masamichi HOSODA writes: > I've attach these patches to this mail. > > cygwin-python.patch: > Set LDFLAGS to build python module > > cygwin-remove-pathconv.patch: > Remove cygwin_conv_to_posix_path > This patch is similar to yours. Don't know enough about Cygwin to know whether t

Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread Masamichi HOSODA
> I am using an equivalent way on the build system > make LDFLAGS="$(python-config --libs)" Thank you. When GUB builds cygwin and mingw lilypond, it seems to be using a similar way. However, when GUB builds linux lilypond etc., the option is not used. It is not cleary for me that why the option

Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread Marco Atzeri
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.

Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread Masamichi HOSODA
> Attached the patches I am using, to remove the > dos_to_posix CYGWIN specific usage. > Not clear why it was needed in the past, it is not needed > in a pure cygwin enviroment and cygwin_conv_to_posix_path > is deprecated on 32bit and not available on 64bit. I've used three patches to build lilyp

Re: cygwin64 - building 2.18.2 doc fails

2015-04-13 Thread Marco Atzeri
On 4/12/2015 3:06 PM, Masamichi HOSODA wrote: On 4/11/2015 2:08 PM, Masamichi HOSODA wrote: I've tried on my cygwin64 environment. Maybe environment variable TMP is the cause. Would you try the attached patch? The version for 32 bit seems to have other problems. I see segfaults but I need t