Re: Is there a developer's FAQ + minimal patch
Robin Gareus <[email protected]> Sun, 15 May 2016 14:50:00 +0200
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/15/2016 02:18 PM, Paul Davis wrote: > http://ardour.org/development > > fixes, patches via pull requests at github (this is the simplest way for us > to handle them). > > Patches should be split if they cover different things (e.g. a fix for a > code typo and a fix for the build system) I've git pushed the first part. > The build system part of your patch is almost certainly wrong. We build > Ardour on Mountain Lion every night. We build it on Snow Leopard every night. > The reason that mountain lion is not > in that list is that apple changed the name of the CoreMIDI framework and > then changed it back. That and case-sensitive vs case-insensitive filesystems. I recall that others built it fine on Mountain Lion in the past, so maybe the latter is the issue here. > Were you unable to build without this change?