We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = aarch64 UNAME_RELEASE = 5.15.0-1021-oracle UNAME_SYSTEM = Linux UNAME_VERSION = #27-Ubuntu SMP Fri Oct 14 20:04:20 UTC 2022 configure: error: cannot guess build type you must specify one configure: error: /bin/bash './configure' failed for Data/Sample Call Stack (most recent call first): CMakeLists.txt:590 (OPENMS_CONTRIB_BUILD_COINOR)
Solution:
find . -name "config.guess" -exec cp /usr/share/automake-1.16/config.guess {} \; or whatever, newer current automaker version you have installed.
find . -name "config.guess" -exec cp /usr/share/automake-1.16/config.guess {} \;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Solution:
find . -name "config.guess" -exec cp /usr/share/automake-1.16/config.guess {} \;
or whatever, newer current automaker version you have installed.The text was updated successfully, but these errors were encountered: