[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff 1.21] make failed on Solaris 10 on SPARC(sun4v)
From: |
Werner LEMBERG |
Subject: |
Re: [Groff 1.21] make failed on Solaris 10 on SPARC(sun4v) |
Date: |
Mon, 20 Feb 2012 07:56:16 +0100 (CET) |
> preconv.cpp:
> In function 'void conversion_iconv(FILE*, const string&, char*)':
> preconv.cpp:678:29: error:
> invalid conversion from 'const char**' to 'char**' [-fpermissive]
Interesting. There is a special test in m4/iconv.m4 which checks
whether a `const' should be added. Obviously, this test fails on your
machine.
Please send your config.log file (compressed). I suspect that the
gnulib files used for iconv integration are outdated.
Thanks for the report.
Werner