Re: Which libboost modules needed to compile a2?
John Rigg <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 28, 2014 at 08:33:41PM -0400, Paul Davis wrote: > when i build boost in order to build ardour i "build" only the exceptions > module. i do this because > > * as of right now, we use ONLY the header-only modules in boost > * exception is the smallest non-header-only module > * the build system for boost appears to require at least 1 > non-header-only module i order to run This looks like a good workaround. Thanks. John