-
Notifications
You must be signed in to change notification settings - Fork 41
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
No way to build on *nix/MacOS #84
Comments
Are you targeting .NET Portable? This is likely my error in updating Aether. I will unlist that package in the meantime. |
No, it's not the package itself, it's the repo. I'm not targeting anything; I'm getting a null reference exception in:
but the function is huge so it's not that helpful and I can't build the repo to create a repro, so there's a bit of frustration here ;) |
Ah, you mean no way to build on *nix, rather than on Windows? |
Are there mono debug symbols published for the latest release that I can drop in? |
No. I only see the default pdbs in the published package. You should be able to drop in the default ProjectScaffold |
I tried that, it still doesn't compile. Lots of errors – like |
Ok. Will look into this tonight. |
Thanks @neoeinstein |
There's no
build.sh
or equivalent in the repository. Runningxbuild Chiron.sln
results in:and similar.
The text was updated successfully, but these errors were encountered: