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
Hmm. This means SIZEOF_VOIDP is 0. That is set from check_type_size("void *" SIZEOF_VOIDP). CMake says this is 0 if the type is unknown (should not be the case) or the value is architecture dependent. Could that be our problem? We do need these sizes at compile time.
While building the package (9.3.7) the build breaks on the
s390x
architecture:Complete build log with all details of reproducing the issue.
The text was updated successfully, but these errors were encountered: