Re: Parsing JSON in C++

2020-06-20 Thread Marco Atzeri
On 20.06.2020 01:30, Owen Lamb wrote: Hi all, I need to be able to expose the contents of a SMuFL font's JSON metadata file to LilyPond. From what I can tell, LilyPond currently doesn't have any sort of JSON-parsing library in its dependencies, either in Scheme or in C++. An internet search reve

Re: GUB newbie question

2019-12-28 Thread Marco Atzeri
Am 27.12.2019 um 10:32 schrieb Jacques Menu: Le 26 déc. 2019 à 23:42, Carl Sorensen a écrit : On 12/26/19, 3:39 PM, "lilypond-devel on behalf of Jacques Menu" wrote: What is is exactly that fails when building LilyPond on those various OSes? Dependencies of some kind, or basic compila

Re: GUB newbie question

2019-12-26 Thread Marco Atzeri
Am 26.12.2019 um 16:36 schrieb Carl Sorensen: On 12/26/19, 6:10 AM, "lilypond-devel on behalf of Muzhic" wrote: Hello folks, If a C++ compiler, flex, bison and Guile are installed on Windows or Mac OS X, what prevents LilyPond from being built — in other words, why is GUB need

Re: Add guile-config-1.8 etc. searching (issue 320830043 by truer...@gmail.com)

2017-04-07 Thread Marco Atzeri
On 05/04/2017 17:43, James wrote: On Wed, 5 Apr 2017 14:13:43 +0200 Marco Atzeri wrote: On 05/04/2017 10:27, thomasmorle...@gmail.com wrote: LGTM https://codereview.appspot.com/320830043/ Detection is fine, but another piece is missing (tested on 2.19.58) : This is not current master

Re: Add guile-config-1.8 etc. searching (issue 320830043 by truer...@gmail.com)

2017-04-05 Thread Marco Atzeri
On 05/04/2017 10:27, thomasmorle...@gmail.com wrote: LGTM https://codereview.appspot.com/320830043/ Detection is fine, but another piece is missing (tested on 2.19.58) : checking for guile... guile-1.8 checking guile-1.8 version... 1.8.8 checking for guile-1.8... guile-1.8 checking for guile

Re: Remove cygwin_conv_to_posix_path (issue 227200043 by truer...@gmail.com)

2015-04-18 Thread marco . atzeri
On 2015/04/18 21:12:08, Valentin Villenave wrote: On 2015/04/18 08:46:08, J_lowe wrote: > Patch on countdown for April 21st Is there a way to check this patch on various MSwin systems (with various file and subfolder paths) before merging it? What about older Windows versions? (IIRC we use

Re: cygwin64 - building 2.18.2 doc fails

2015-04-17 Thread Marco Atzeri
On 4/18/2015 7:26 AM, Masamichi HOSODA wrote: So, I use cygwin64 on 64 bit Windows. Has current 32 bit cygwin been fixed the such problem? There was some improvement, specially as automatic rebase after install is now in place. But they are always possible. https://cygwin.com/faq.html#faq.usin

Re: cygwin64 - building 2.18.2 doc fails

2015-04-16 Thread Marco Atzeri
On 4/16/2015 4:04 PM, Masamichi HOSODA wrote: 64 bit "make doc" on 2.19.18 was completed. on 32 bit I have still issue but much later for a different issue. Any idea what could cause python to segfault here or how to debug it ? Do you use 64 bit Windows? Both as I am one the package maintai

Re: cygwin64 - building 2.18.2 doc fails

2015-04-15 Thread Marco Atzeri
On 4/14/2015 7:41 AM, Marco Atzeri wrote: 64 bit "make doc" on 2.19.18 was completed. on 32 bit I have still issue but much later for a different issue. Any idea what could cause python to segfault here or how to debug it ? make[1]: Leaving directory '/cygdrive/e/cyg_pub

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: 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 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

Re: cygwin64 - building 2.18.2 doc fails

2015-04-11 Thread Marco Atzeri
On 4/11/2015 2:08 PM, Masamichi HOSODA wrote: Installed contains the results of running the program after installation only on that snippets. As it works, I am very puzzled. $ lilypond --png lily-487dce2c.ly GNU LilyPond 2.18.2 Processing `lily-487dce2c.ly' Parsing... Renaming input to: `out-w

Re: cygwin64 - building 2.18.2 doc fails

2015-04-11 Thread Marco Atzeri
On 4/11/2015 12:29 PM, David Kastrup wrote: I presume that lilypond is calling gs with a not recognized option only on this specific snippet. So which snippet is it? I don't know all the checksums by heart... There likely should be some file /cygdrive/e/cyg_pub/devel/lilypond/lilypond-2.18.

Re: cygwin64 - building 2.18.2 doc fails

2015-04-11 Thread Marco Atzeri
On 4/11/2015 8:57 AM, Marco Atzeri wrote: On 4/11/2015 8:09 AM, David Kastrup wrote: Marco Atzeri writes: I am trying to build and package 2.18.2 for cygwin 64 bit. I am currently stacked in building the documentation [...] The log is not very informative

Re: cygwin64 - building 2.18.2 doc fails

2015-04-10 Thread Marco Atzeri
On 4/11/2015 8:09 AM, David Kastrup wrote: Marco Atzeri writes: I am trying to build and package 2.18.2 for cygwin 64 bit. I am currently stacked in building the documentation [...] The log is not very informative

cygwin64 - building 2.18.2 doc fails

2015-04-10 Thread Marco Atzeri
I am trying to build and package 2.18.2 for cygwin 64 bit. I am currently stacked in building the documentation any help in debugging the root cause or go over will be appreciated. --- make[4]: Entering directory '/cygdrive/e/cyg_