-
Notifications
You must be signed in to change notification settings - Fork 182
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
Please make a new tag (e.g. 4.03) #325
Comments
I do not understand, I can buidl an run in linux fine. I also can build on VS selecting Clang compiler |
My project only uses official releases (or git tags) of third party projects. Can't update to a specific commit. |
ok, I will make teh Tag this weekend, |
No need to rush, any time in the next couple of months is fine, but if you're in a good spot for it this weekend, that's great too. |
This commit removed the file dCore/ndSaveLoadSytem.h : 4e567b6
in git tag https://github.com/MADEAPPS/newton-dynamics/releases/tag/v4.02 for newton-dynamics/newton-4.00, this file has a syntax error.
Specifically:
the constructor on the 5th line of the class
ndLoadSaveClass
also has the extraneous<T>
This means that on many compilers, such as GCC or Clang, newton-4.00 cannot compile with tag 4.02
A new tag (e.g 4.03) would allow me to continue switching to newton 4.00.
The text was updated successfully, but these errors were encountered: