Mod Archive Forums

Music Production => MilkyTracker => Tracking => MilkyPlay => Topic started by: SamuraiCrow on December 30, 2010, 03:37:46

Title: Having trouble building from source on Mac.
Post by: SamuraiCrow on December 30, 2010, 03:37:46
Hello,

I'm on MacOSX 10.6.5 and have XCode installed.  I tried running ./configure with the defaults but no matter which version of libzzip I compiled, I couldn't get the configure script to recognize it.

I tried patching the configure.in file with no_zziplib_dep.patch from the downloads area and that got the configure script to run.  Now it complains that the AM_PATH_ALSA macro is not defined.  I'm on a Mac so I obviously don't have ALSA installed.  I want to use SDL's audio for now and maybe port it to AmigaOS later on based on the source on OS4Depot using the AHI drivers.

I don't need the full editor since I have a binary for that on my Mac.  I just need the player code to work for now so I can make my modifications and maybe send them back upstream.

Thanks for any help,

--Sam
Title: Re: Having trouble building from source on Mac.
Post by: Deltafire on December 31, 2010, 00:18:07
Just to clarify: There is a PocketPC application called 'MilkyPlay' (which this sub-forum refers to).  The player code within Milkytracker is also called milkyplay, just to confuse ;)

The configure scripts are for building the SDL version of Milkytracker on Posix-compatible platforms.  The native OSX build of Milkytracker does not use these; instead the XCode project files in the 'platforms/osx' directory are used.