SOLVED: Compile error

Kornel Benko kornel at lyx.org
Fri Oct 23 17:42:28 UTC 2020


Am Fri, 23 Oct 2020 13:23:34 +0200
schrieb Kornel Benko <kornel at lyx.org>:

> Am Fri, 23 Oct 2020 11:51:01 +0200
> schrieb Kornel Benko <kornel at lyx.org>:
> 
> > Compiled with --std=c++17
> > 
> > /usr2/src/lyx/lyx-git/src/support/docstream.cpp:280:32: error: invalid conversion from
> > ‘char**’ to ‘const char**’ [-fpermissive] size_t converted = iconv(cd, const_cast<char
> > ICONV_CONST **>(from), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > In file included from /usr2/src/lyx/lyx-git/src/support/docstream.cpp:21:
> > /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local-gcc8.4.0/libiconv/include/iconv.h:82:48:
> > note:   initializing argument 2 of ‘size_t libiconv(libiconv_t, const char**, size_t*,
> > char**, size_t*)’ extern size_t iconv (iconv_t cd, const char* * inbuf, size_t
> > *inbytesleft, char* * outbuf, size_t *outbytesleft); ~~~~~~~~~~~~~~^~~~~
> > 
> > 
> > 	Kornel  
> 
> Definition of iconv() in the system-header is
> 
> extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
>                      size_t *__restrict __inbytesleft,
>                      char **__restrict __outbuf,
>                      size_t *__restrict __outbytesleft);
> 
> 
> Compilation with included (3rdparty) iconv works.
> 
> 	Kornel

Forget it. The reason was wrong include file (left over from previous compilation with
included iconv)

	Kornel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20201023/ae02607c/attachment.asc>


More information about the lyx-devel mailing list