Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-29 Thread Paul Emsley
For all versions of coot. The test is in clipper.m4 and reads as if having TOP8000 is optional. It no longer is. In the build script : extras_place=http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies     # Bernie made this tarball     clipper_version=2.1.20180802    

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-29 Thread hari jayaram
Thanks Paul I’ll also try and find the appropriate lines from build script to build an upgraded clipper in the meantime. Guessing this is the 0.9.x series build script you are referring to? Thanks again Hari On Wed, Jun 29, 2022 at 5:37 PM Paul Emsley wrote: > > This is primarily my

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-29 Thread Paul Emsley
This is primarily my mistake.  I now think that coot's configure should check for the version of clipper that has top8000. If it doesn't find that clipper, then Coot's configure should fail. You should never get to the make stage. I will take a look at what I need to do to make that happen

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-26 Thread Paul Emsley
That clipper is old clipper. You need the clipper from the build script. Paul. On 27/06/2022 03:10, hari jayaram wrote: Dear Paul and the coot community It's been 6 years since I posted on any coot forum . I saw the exciting news around coot-1 and am itching to dive back in. I am trying

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-26 Thread hari jayaram
Dear Paul and the coot community It's been 6 years since I posted on any coot forum . I saw the exciting news around coot-1 and am itching to dive back in. I am trying to compile coot-1 on Ubuntu 20.04 After installing a series of dependencies, which I can gladly report back to you on...the

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-13 Thread Paul Emsley
On 13/06/2022 18:40, Giacomo Fiorin wrote: FYI while I'm still going through dependencies from Ubuntu 20.04 packages, I also tried CentOS 7 again by installing guile-devel to circumvent the script's auto-build of GUILE, and it builds Coot successfully. However, when I launch it I see a splash

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-13 Thread Giacomo Fiorin
FYI while I'm still going through dependencies from Ubuntu 20.04 packages, I also tried CentOS 7 again by installing guile-devel to circumvent the script's auto-build of GUILE, and it builds Coot successfully. However, when I launch it I see a splash screen and the following messages, after

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-13 Thread Giacomo Fiorin
Thanks! I should have mentioned that it comes from the log file 30-coot.txt, which I preferred not to attach since it contains in many places host names and environment variables that shouldn't get published. If you need it for debugging, I'm happy to email it off-list. For completeness, we

Re: [COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-13 Thread Paul Emsley
On 13/06/2022 15:57, Giacomo Fiorin wrote: Hello, I am trying to build Coot 1 from scratch for Linux (CentOS 7). I used the latest version of the build-it-3-3 script from: https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/build-install-coot-from-scratch.html whose last revision is:

[COOT] Which Linux distribution supports building Coot 1.0.x?

2022-06-13 Thread Giacomo Fiorin
Hello, I am trying to build Coot 1 from scratch for Linux (CentOS 7). I used the latest version of the build-it-3-3 script from: https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/build-install-coot-from-scratch.html whose last revision is: 6.02 20220417 add ffi into Python setup.py After