(Well, you filed the issue against the support tracker and moved to the ML. Let's continue here then...)
Dagobert Michelsen <d...@opencsw.org> writes: > Regarding the failures in the test suite: We can’t get the gij java > compiler to compile. Maybe it would be good to test this during > configure so the tests can be skipped? Can't you use JDK from Oracle? I don't think gettext depends on gij/gcj. > There are only three other issues left: > > FAIL: lang-c++ > ============== [...] > from /opt/csw/include/c++/4.9.2/cwchar:44, This line means your C++ compiler is g++, while you are using SolarisStudio C compiler. What happens if you change CXX to /opt/solarisstudio12.3/bin/CC ? > FAIL: lang-bash > =============== > > 1c1 > < «Votre commande, s'il vous plait», dit le garçon. > --- >> �Votre commande, s'il vous plait�, dit le gar�on. > FAIL lang-bash (exit status: 1) Is your bash compiled with iconv support (see the comment in lang-bash)? In any case, it would be helpful if you could provide your locale setup, by pasting tests/init-env? > FAIL: lang-vala > =============== > > 1,2c1,2 > < �Votre commande, s'il vous plait�, dit le gar�on. > < EUR remplace FF. > --- >> 'Your command, please?', asked the waiter. >> FF is replaced by EUR. > FAIL lang-vala (exit status: 1) Oh, you have Vala installed? Which version? Regards, -- Daiki Ueno