Compilation error ('llvm/TableGen/Error.h' file not found)

Dimitry Andric dimitry at andric.com
Tue Oct 23 06:36:27 UTC 2012


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.



More information about the freebsd-current mailing list