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
I tried building with the new Flint release and ran into an error:
/home/mahrud/Projects/M2/quickfix/M2/Macaulay2/e/aring-zz-flint.hpp:46:38: fatal error: use of undeclared identifier 'fmpz_get_ui'; did you mean '__gmpz_get_ui'?
returnstatic_cast<unsignedint>(fmpz_get_ui(&a));
^~~~~~~~~~~
__gmpz_get_ui
/home/linuxbrew/.linuxbrew/opt/gmp/include/gmp.h:1774:1: note: '__gmpz_get_ui' declared here
mpz_get_ui (mpz_srcptr __gmp_z) __GMP_NOTHROW
^
/home/linuxbrew/.linuxbrew/opt/gmp/include/gmp.h:835:20: note: expanded from macro 'mpz_get_ui'
#definempz_get_ui __gmpz_get_ui
^
1 error generated.
I didn't spend any time debugging, but this should be treated soon because once Homebrew/homebrew-core#151985 is merged M2 will stop working if you upgrade Flint via Homebrew, for instance.
The text was updated successfully, but these errors were encountered:
mahrud
added
the
build issue
platform specific issues involving compiling M2, generating examples, or running tests
label
Oct 21, 2023
I tried building with the new Flint release and ran into an error:
I didn't spend any time debugging, but this should be treated soon because once Homebrew/homebrew-core#151985 is merged M2 will stop working if you upgrade Flint via Homebrew, for instance.
The text was updated successfully, but these errors were encountered: