So I just did a fresh install of OS X 10.4 and my first goal was to get Mixxx running again. I ran into some problems with the current svn.
First, I had to change the hardcoded path to Qt since the current available download is 4.1.1 not 4.3.2. Then ld failed with "-framework Quicktime not found". I dug around a bit and made a guess and changed it to "-framework QuickTime" on the line that set that and that got it to build. I don't know if 10.5 changed the casing of the default Quicktime sharedlib or what, so I don't know what to do in general about this. Then, the generated Mixxx.app wouldn't run. It gave the same error that downloading the DMG gives for me: "may be damaged or incomplete". If I try "open ./Mixxx.app" I get 2008-09-18 17:50:28.731 open[29879] LSOpenFromURLSpec() returned -10827 for application (null) urls file://localhost/Users/kousu/pro/mixxx/mixxx/Mixxx.app/ There is obviously some inconsistency with 10.4 here. I `ln -s`'d skins/, keyboard/, and midi/ and just ran the executable directly and it's running fine like that. It's weird. I don't know what the difference is between this time and the last time I set up my build environment here. I definitely was just running the .app then. -Nick ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
