Ticket #52 (closed task: fixed)

Opened 13 months ago

Last modified 6 months ago

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

Changed 7 months ago by rossb

  • owner changed from somebody to bjornroche

Changed 6 months ago by bjornroche

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.