-
Notifications
You must be signed in to change notification settings - Fork 55
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
Sharpmake and server compilation for Mac #52
Sharpmake and server compilation for Mac #52
Conversation
…capable of building the server. GLFW libs for Mac. Shell script equivalent to the Windows batch file.
That's nice. Ideally, I would prefer it in the same file to avoid having to maintain 2 files, but for now this is ok. I don't have a MacOS to test, so I will assume it works just like you needed. Good job. |
@dri-richard Did you encounter any issues regarding parsing errors with the generated Sharpmake files? Not familiar with the tool chain explicitly, but I can't understand why everything is throwing a parsing error. Some debug information:
|
@starlight-traveler it looks like the output is truncated above (I don't see any errors) - can you post it again? |
No errors get generated with Sharpmake:
The error I am seeing when I open the workspaces in Xcode, here is just trying to list the schemes, same errors occur when I try to open anything in GUI:
Let me know if I am just missing something obvious. Usually the parse failure is due to Git version control being weird and adding "=====", and "<<<<" to the file if the merge isn't done correctly, but looking in the project workspaces, I see none of that. More specifically this is the error I was referencing when trying to open the workspaces in Xcode:
It happens for every source file. |
I wonder if a more up to date Sharpmake library could help? |
I eventually got there with the Cmake pull request which works fairly easily on Mac/Unix distributions, but was curious about this method documentation. Replaced the Sharpmake library with a new version, seems like the .cs files are out of date, will try and update it, seems like its just bringing up obsolete calls.
|
It seems to work fine for me (but read to the end):
But if I rename my folder so that it has '++' in the path like yours, I get exactly the same errors. So, I think it's just a problem with your pathname. I've tried both a few times - without the characters, it's good, with it is not.
|
Lol, there it is, so obvious. Can't believe I fell for an age old Unix issue. Sorry for the bother, and thank you so much for the help! |
Adds Sharpmake app for Mac, sufficient to build the server app.