On Tue, Jan 23, 2024, Ming Tang via AMBER wrote:
>
>I am installing amber22 on my ubuntu22.04 system. I have successfully
>installed run_cmake in the package without any modifications. I have
>add cmake path to my bashrc file and can access camke in any command
>window. But I got the below errors while running make install:
What does "which cmake" return?
>Generating Boost.Build configuration in project-config.jam...
>
>Bootstrapping is done. To build, run:
>
> ./b2
>
>To adjust configuration, edit 'project-config.jam'.
>Further information:
>
> - Command line help:
> ./b2 --help
>
> - Getting started guide:
> http://www.boost.org/more/getting_started/unix-variants.html
>
> - Boost.Build documentation:
> http://www.boost.org/build/doc/html/index.html
>
>/bin/sh: 1: cmake: not found
Note that /bin/sh does not find cmake, and that this shell's variables may
be different that that of bash. Try starting a /bin/sh session, and see if
cmake is in your PATH.
>171 file comparisons passed
>6 file comparisons failed (1 of which can be ignored)
>0 tests experienced errors
>2934 file comparisons passed
>3 file comparisons failed (3 of which can be ignored)
>0 tests experienced errors
Above all looks very good. You an look at the errors in Amber to see if
any of them look serious. But you are probably good to go.
....good luck...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jan 24 2024 - 13:30:02 PST