-
Notifications
You must be signed in to change notification settings - Fork 98
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
Unable to compile the library on arm64-windows #64
Comments
The warning says you are using a signed type for cppad_tape_addr_type The error says you are using a value less than 4 for cppad_max_num_threads What were the settings for these two types in your cmake command ? |
Friendly ping @GiulioRomualdi |
@GiulioRomualdi @traversaro I am closing this issue because there are been no response to my question above. Feel free to re-open it if it is still a problem. |
Hi @bradbell, thanks! If we have further problems with these commands we will report them with more details. |
I'm trying to port
CppAD
onvckg
. The compilation on arm64 - windows platform fails with the following errorHere the related comment written by @NancyLi1013: microsoft/vcpkg#12560 (comment)
The text was updated successfully, but these errors were encountered: