DXX-Retro
DXX-Retro copied to clipboard
Compile Error on OSX 10.14
Looks like we're going to be without Mac builds for a while...
Compiling misc/physfsx.c ...
misc/physfsx.c:14:10: fatal error: 'HIServices/Processes.h' file not found
#include <HIServices/Processes.h>
^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [misc/physfsx.o] Error 1
scons: building terminated because of errors.
After installing the command line tools for XCode, the file exists at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Headers/Processes.h. I need to find out how to properly add this to the include path.
@kreatordxx Zico mentioned you might know what to look for in a fix.
This is the first OS upgrade since 10.11 that I've had trouble with. I always follow the migration guide listed in macports, and this time I even went as far as completely uninstalling and reinstalling macports and the corresponding ports. Retro is the only thing I use macports for right now. Should I try an install/uninstall of XCode and the command line tools as well?
Hi Ronald,
Unfortunately I’m getting a similar issue when it comes to compile common/arch/cocoa/messagebox.mm:
common/arch/cocoa/messagebox.mm In file included from common/arch/cocoa/messagebox.mm:15: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:9: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:12:9: fatal error: 'CoreGraphics/CGBase.h' file not found #import <CoreGraphics/CGBase.h> ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
Not sure what the issue is here and last time I had a similar issue it took quite a lot of Googling to figure it out.
On 22 Jan 2019, at 10:11 am, Ronald M. Clifford [email protected] wrote:
@kreatordxx https://github.com/kreatordxx Zico mentioned you might know what to look for in a fix.
This is the first OS upgrade since 10.11 that I've had trouble with. I always follow the migration guide listed in macports, and this time I even went as far as completely uninstalling and reinstalling macports and the corresponding ports. Retro is the only thing I use macports for right now. Should I try an install/uninstall of XCode and the command line tools as well?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CDarrow/DXX-Retro/issues/112#issuecomment-456246860, or mute the thread https://github.com/notifications/unsubscribe-auth/ADzF5-WpZ7UjFU7ACfT2jOnrxZldZoQIks5vFnM9gaJpZM4aLvwb.
Just had a thought: have you updated to PhysicsFS 3.0? I had to do that.