-
Notifications
You must be signed in to change notification settings - Fork 50
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
v1.3.3 Fails Compilation on Linux #110
Comments
Thanks for reporting this, I'll have a look at it and get back to you. |
I have the same problem with an old mono version (4.6.2) from the Ubuntu repositories. It works with the latest mono version (6.12.0) from the official mono repository. I'll have a look to make it work again on older mono versions. Suggestions are welcome. |
Can it be because Mono 4.6.2 do not support NET Standard 2.0? https://docs.microsoft.com/en-us/dotnet/standard/net-standard |
Yes indeed, there should be a version of the thermo libraries that don't use .net standard, I'll try to get it so it still works on older mono versions. |
Hi I don't have access to the new version of the thermo libraries without .net standard, but it should work for mono 5 and higher. If you can't upgrade mono, I can make branch that use the previous thermo libraries, let me know. |
So I'm still getting this bug, and am using mono 6.12.0 (Installed with conda, though I get it if I use the mono .pkg installer on my mac laptop instead). I also get issues with 1.3.2:
|
I have stumbled upon this issue and have a suggestion. Can it be that the compilation problem can be solved by switching from |
The following commands:
Yield the following error
v1.3.2 does not cause this issue.
The text was updated successfully, but these errors were encountered: