Ticket #52 (closed task: fixed)
Allow Mac OS X to use configure
| Reported by: | alec.rogers@… | Owned by: | bjornroche |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | build-systems | Version: | |
| Keywords: | Cc: |
Description
The Mac OS configure.in script does not list all of the object files required to build the PA library on OS X. The definition of the OTHER_OBJS variable can be changed as follows in order to get it working:
OTHER_OBJS="src/os/mac_osx/pa_mac_hostapis.o src/os/unix/pa_unix_util.o src/hostapi/coreaudio/pa_mac_core.o src/hostapi/coreaudio/pa_mac_core_blocking.o src/hostapi/coreaudio/pa_mac_core_utilities.o src/hostapi/coreaudio/ringbuffer.o";
Change History
Note: See
TracTickets for help on using
tickets.
