Closed GoogleCodeExporter closed 9 years ago
Ok, my bad sorry :)
Original comment by pers...@gmail.com
on 23 Oct 2011 at 1:27
I also had to disable PPC arch target by doing this before running "python
setup.py":
export ARCHFLAGS="-arch x86_64"
Original comment by luc...@mikemccandless.com
on 23 Oct 2011 at 7:22
Did you get this working?
Original comment by m...@mikemccandless.com
on 26 Oct 2011 at 11:02
This works for me.
Original comment by luc...@mikemccandless.com
on 15 Nov 2011 at 11:28
I'm on CentOS 5 and I'm getting the same issue as the OP.
As far as Google is concerned, utf8statetable.h doesn't seem to exist anywhere
in the universe other than this project. I've also checked the Chromium code
base and it doesn't seem to be part of that either.
Original comment by theshock...@gmail.com
on 16 Nov 2011 at 12:07
Right I've never found utf8statetable.h either -- that compilation error means
somehow CLD_WINDOWS is failing to be defined.
Curiously, I this means that the CLD code was pulled out of something
(toolbar?) and "hardwired" to the windows build for some reason.
Are you using the simple build.sh (it should be passing -DCLD_WINDOWS), or
something else...?
Original comment by luc...@mikemccandless.com
on 16 Nov 2011 at 12:14
Original issue reported on code.google.com by
pers...@gmail.com
on 23 Oct 2011 at 1:25