Date: Thu, 17 Oct 2013 22:58:44 +0300 From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: freebsd-ports@freebsd.org Subject: Re: lyx 2.0.6 Message-ID: <867gdbmzyj.fsf@orwell.Elisa> References: <20131017063915.1be87e36@lumiwa.farms.net> <201310171411.r9HEBa1E017194@fire.js.berklix.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Julian H. Stacey" <jhs@berklix.com> writes: > Hi, Reference: >> From: Ajtim <lumiwa@gmail.com> >> Date: Thu, 17 Oct 2013 06:39:15 -0400 > > Ajtim wrote: >> My system: FreeBSD 10.0-BETA1 >> When I built print/lyx I got: >> fatal error: too many errors emitted, stopping now [-ferror-limit=] > > Mine on 10.0-BETA1: > 6 errors generated. > As ports/print/lyx/Makefile has > MAINTAINER= rakuco@FreeBSD.org > I added. > cc: rakuco@FreeBSD.org Yeah, LyX is at a very bad shape if used with libc++ instead of libstdc++: its code is not C++11-compliant and uses tr1 stuff that is not present in libc++. To be honest, I'm still not sure how to solve it: using USE_GCC in the Makefile did not work last time I tested, as the other ports it relied on had been built with libc++ and there were linking problems due to two different STL implementations being used at the same time.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867gdbmzyj.fsf>