You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably caused by javah generating MSVC-specific header as i64 suffix is a non-standard MS extension.
I observed this recently as well when I was sharing the same development tree between Linux and Windows. Using javah on windows produces such header files, making the agent impossible to compile on linux. ant clean fixed the problem.
Using the default Windows configuration for GitHub Actions ends with the following bug:
Probably caused by
javah
generating MSVC-specific header asi64
suffix is a non-standard MS extension.The text was updated successfully, but these errors were encountered: