On Wed, Jan 20, 2021 at 07:24:54PM +0100, Jean-Marc Lasgouttes wrote:
> Le 20/01/2021 à 18:01, Scott Kostyshak a écrit :
> > It took me a while to figure out this was going on, but Kornel helped
> > fix things for the bundled Hunspell (even for the bundled Hunspell we
> > were trying to link against the system Hunspell in CMake). I'm planning
> > to search for materials to understand the std::string API. I'm confused
> > as to why this only shows up when linking against libhunspell.
> 
> Because it is the only external C++ library we use that uses std::string in
> its interface. The implementations differ too much between the two libraries
> to be compatible in memory, so it is nice that kinking fails.

Thanks, that helps. I've learned a bit more from the following:

  
https://stackoverflow.com/questions/12542971/using-libstdc-compiled-libraries-with-clang-stdlib-libc

Scott

Attachment: signature.asc
Description: PGP signature

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to