Emulator Issues #802
closedMac OSX: 'CoreServices' not Found'
0%
Description
What steps will reproduce the problem?
- Check out any revision between r2540 and r2810
- Run scons
What is the expected output? What do you see instead?
Expected: Compilation completed, with binaries
Actual: Compilation completes, but at the the following message is returned
when building the binaries:
scons: Building targets ...
scons: building associated VariantDir targets: Build/Darwin-i386-release
scons: *** [Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin] Implicit
dependency CoreServices' not found, needed by target
Binary/Darwin-i386/Dolphin.app/Contents/MacOS/Dolphin'.
What version of the product are you using? On what operating system?
r2810, on OS X 10.5.6
Please provide any additional information below.
I understand that some people get this error and some don't. I haven't been
able to determine the difference between successful builds and those that
fail in this manner.
Updated by Sonicadvance1 over 15 years ago
This is due to nakee's change in revision 2566. if you revert the one change, it will
compile in latest code
Updated by peter.schwarz over 15 years ago
That worked for me. Perhaps this can be rolled back?
Updated by spammesenselessorama over 15 years ago
rolling back that change in 3019 did help: it builds, but crashes on launch. I'm afraid some real looking into is
required by people who know what they're doing (not me, I'm just copy-pasting).
Updated by lpfaint99 over 15 years ago
Issue 884 has been merged into this issue.