Comment 1 for bug 1060791

Revision history for this message
Karma Dorje (taaroa) wrote :

it seems that the new version requires a small change in the build process

acpica-unix_20120913/generate/unix/Makefile.config
 #YACC= byacc
 #YFLAGS += -v -d
 #
-YACC= bison
+YACC= LC_ALL=C bison
 YFLAGS += -v -d -y

-LEX= flex
+LEX= LC_ALL=C flex
 LFLAGS += -i -s

and finally we do
make BITS=64

compiled without problems.