> Le 20 janv. 2015 à 15:44, Thomas Jahns <ja...@dkrz.de> a écrit : > > On 01/19/15 18:34, Akim Demaille wrote: >> …is probably because #include <string> is missing (well, it's done after). > > these are indeed fixed by the below patch.
Great, thanks! >> Well, I am no Java programmer, but it appears that StringBuilder is part >> of java.lang, and the test starts with import java.io.*. So I guess >> we need another import. >> >> Could you please try this patch? It should address these failures. >> Hopefully. > > this turned out to be another issue: on AIX 6.1 javac defaults to a 1.4 > installation in /usr/java14, but there is also a 1.6 installation in > /usr/java6. When I use the latter the problem goes away. Your patch doesn't > help because apparently the class is not part of the older API. Ah, ok. I installed the following patch then: