Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 08:36:24 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        Alie Tan <alie@affle.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Compilation error ('llvm/TableGen/Error.h' file not found)
Message-ID:  <50863AE8.7020208@andric.com>
In-Reply-To: <CANuCnH-Ptb11VM6_LL02m0RQO2Xa_JKQO2ZDxvBn7MidkjORYg@mail.gmail.com>
References:  <CANuCnH-Ptb11VM6_LL02m0RQO2Xa_JKQO2ZDxvBn7MidkjORYg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-10-23 06:37, Alie Tan wrote:
> I got this compilation error today morning.
> 'llvm/TableGen/Error.h' file not found
>
> http://snakeorladder.com/text.txt
>
> With this src.conf http://snakeorladder.com/src.conf

In your src.conf, replace:

   CFLAGS=-O2 -pipe -fno-strict-aliasing

by:

   CFLAGS+=-O2 -pipe -fno-strict-aliasing

Similar for COPTFLAGS.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50863AE8.7020208>