Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Error on OSX 10.14 #112

Open
roncli opened this issue Jan 22, 2019 · 3 comments
Open

Compile Error on OSX 10.14 #112

roncli opened this issue Jan 22, 2019 · 3 comments

Comments

@roncli
Copy link
Collaborator

roncli commented Jan 22, 2019

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.

@roncli
Copy link
Collaborator Author

roncli commented Jan 22, 2019

@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?

@kreatordxx
Copy link

kreatordxx commented Feb 10, 2019 via email

@kreatordxx
Copy link

Just had a thought: have you updated to PhysicsFS 3.0? I had to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants