Mac Unofficial bundle

2022-11-12 Thread Jeremiah Benham
Hello, Does anyone here know how the unofficial Mac bundle was created? I assume it was not created using gub. Was it macports? Is there a script you guys use to slurp up all the files into a bundle or how are you crating it? Thanks, Jeremiah

Re: Gub is failing to build fontconfig-2.12.1

2016-10-26 Thread Jeremiah Benham
You were correct! I changed the order manually using doing something like: bin/gub --fresh mingw::pkg-config bin/gub --fresh mingw::zlib Thanks for your help! Jeremiah On Tue, Oct 25, 2016 at 6:58 AM, Masamichi Hosoda wrote: > > The host machine is 64 bit debian stable I

Gub is failing to build fontconfig-2.12.1

2016-10-24 Thread Jeremiah Benham
The host machine is 64 bit debian stable I believe. This is the error I am getting: ail of target/mingw/log/fontconfig.log Alternatively, you may set the environment variables FREETYPE_CFLAGS and FREETYPE_LIBS to avoid the need to call pkg-config. See the pkg-config man page

Re: GUB and mpfr/mpc

2014-11-27 Thread Jeremiah Benham
On Sun, Oct 26, 2014 at 9:41 AM, Phil Holmes m...@philholmes.net wrote: - Original Message - From: Phil Holmes m...@philholmes.net To: Federico Bruni fedel...@gmail.com Cc: lilypond-devel@gnu.org Sent: Saturday, October 25, 2014 3:39 PM Subject: Re: GUB and mpfr/mpc It's my

Re: Python 3 support

2014-03-18 Thread Jeremiah Benham
I have forked gub and have been working on it for a while now. https://github.com/jjbenham/gub It is very different now from https://github.com/gperciva/gub and the main master. I don't know how to contribute changes unless via per file basis. Then each patch would need to be tested. I have

Re: [Denemo-devel] lily 2.16, 2.18 zombies on darwin when ran via glib g_spawn

2014-01-17 Thread Jeremiah Benham
On Fri, Jan 17, 2014 at 10:14:23AM +0100, David Kastrup wrote: Are you using zombie state in the official meaning here (a process that has terminated without its parent waiting for it, listed in a ps a listing as Z)? Or just as a colloquial description? I don't know what GLib does. And

lily 2.16, 2.18 zombies on darwin when ran via glib g_spawn

2014-01-16 Thread Jeremiah Benham
I am having an issue running lilypond via glib when cross compiled for darwin. This is when cross compiled for darwin using the same gub snapshot: Version/Status 2.14.2 works fine 2.16.2 created pdf and .ps but goes into a zombie state on exit 2.18.0 does not create anyting and immediately goes

denemo's empty Info.plist

2012-11-20 Thread Jeremiah Benham
I created a mach-o app bundle of denemo using gub. Unfortunately the Info.plist is empty and if you click on the app it says that it is not complete. I noticed that the Info.plist is empty. I don't know if that matters. I was able to execute denemo manually at the command line though. The

Gub pango-1.26.0-darwin-cx-font.patch

2012-11-04 Thread Jeremiah Benham
Does anyone know what happened to this patch pango-1.26.0-darwin-cx-font.patch. I don't see it in ./patches/ . I built denemo for mingw, darwin, and linux targets. Unfortunately I am having font issues with pangocairo with darwin. I am wondering if this patch will fix this. Thanks, Jeremiah

gub branch denemo

2012-07-12 Thread Jeremiah Benham
I am one of the maintainers for GNU Denemo. I have successfully compiled Denemo for mingw using gub. http://denemo.org/downloads/denemo-0.9.5rc1.exe (This was produced inside VirtualBox OSE and LIlydev) I want to know if I could have write access to lilyponds git. Would I need an account on

Denemo gub status

2012-04-09 Thread Jeremiah Benham
I ran across a snag with gub trying to compile evince (one of denemo's dependencies) and am not sure how to proceed. Here is the error: *** Stage: configure (evince, mingw) Command barfed: cd /home/jjbenham/src/gub/target/mingw/build/evince-2.32.0 chmod +x

gub help

2012-03-10 Thread Jeremiah Benham
I am a developer for denemo. I have been struggle to get gub to work for me. I had to edited several of the spec files because the originals referenced packages that were no longer available or had incorrect permissions on the server. I don't know what I should do. Is there a specific git

lily parser api?

2006-02-07 Thread Jeremiah Benham
Does lilypond have an api so that other aplications can use it to parse lilypond files? I am working on the denemo project and want to update the parser. I just thought it would be easier if lilypond had an api. I googled for it and found mailing list references but I found no documentation. What