I've had a very difficult time building Chromedriver for x86 Linux. I'm using a machine running Trusty i386. Currently when I try to build it fails almost immediately, reporting the file (any one of several) failed to compile due to "Syntax Error: Unterminated quoted string." I tried the Chrome target and see the same thing. I have set the target_arch to ia32 and afaik followed the instructions to the letter. Any suggestions on what I might try?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
AFAIK building Chromium on 32-bit hosts is generally unsupported
OBSOLETE: Building 32-bit Chromium on 64-bit Linux is no longer officially supported. The "32-bit compatibility libs" instructions probably won't work. The chroot instructions are your best bet, but it is not actively tested or maintained.What exactly is the recommend build environment? Is it using Chroot on x64?
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
I tried again on a Vagrant Precise32 instance. Here are the steps I followed, more or less: https://gist.github.com/0x1mason/5c9dd03c22fd765fec5e
AFAIK building Chromium on 32-bit hosts is generally unsupported
I'm very confused by this. According to the Chromium documentation:OBSOLETE: Building 32-bit Chromium on 64-bit Linux is no longer officially supported. The "32-bit compatibility libs" instructions probably won't work. The chroot instructions are your best bet, but it is not actively tested or maintained.
What exactly is the recommend build environment? Is it using Chroot on x64?