Gentoo Archives: gentoo-science

From: Johan Hattne <johan.hattne@××××××××××××××.edu>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] sci-libs/ccp4-apps-6.1.3
Date: Thu, 21 Jan 2010 19:34:04
Message-Id: 4B58ABE3.6070902@utsouthwestern.edu
In Reply to: Re: [gentoo-science] sci-libs/ccp4-apps-6.1.3 by Justin
1 On 01/21/10 13:15, Justin wrote:
2 > On 21/01/10 19:44, Johan Hattne wrote:
3 >> Dear all;
4 >>
5 >> I don't know enough C++ to figure this one out--to me it seems the
6 >> compiler gets confused somewhere in the instantiation of some of the
7 >> templates in clipper_progs, at least on amd64 with gcc-4.3.4. The
8 >> mystery error messages are:
9 >>
10 >> intensity_target.h:114: error: expected constructor, destructor, or
11 >> type conversion before ‘<’ token
12 >> intensity_target.h:120: error: expected initializer before ‘<’ token
13 >>
14 >> The attached patch works around whatever the problem may be by putting
15 >> the definition of the functions inside the class.
16 >>
17 >> Also, it seems like the CCP4 people have modified the
18 >> ccp4-6.1.3-core-src tarball. As a result, the manifests of
19 >> sci-chemistry/ccp4-apps, sci-chemistry/ccp4i, and sci-libs/ccp4-libs
20 >> need updating.
21 >>
22 >> // Cheers; Johan
23 >
24 > Thanks for that one. I will take a look into it a soon as possible.
25 > You can always file bugs at bugs.gentoo.org and CC me. I will take care
26 > of it then.
27 >
28
29 Right! See #301762.
30
31 // Cheers; Johan