V8 build problem -- Unterminated quoted string ?

87 views
Skip to first unread message

Isaac Gouy

unread,
Mar 29, 2015, 1:56:33 PM3/29/15
to v8-u...@googlegroups.com
Linux x86 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:18 UTC 2015 i686 i686 i686 GNU/Linux

gclient.py 0.7



~$ cd /usr/local/src/v8
$ make native
make[1]: Entering directory `/usr/local/src/v8/out'
  CXX(target) /usr/local/src/v8/out/native/obj.target/v8_base/src/accessors.o
/usr/local/src/v8/third_party/llvm-build/Release+Asserts/bin/clang++: 2: /usr/local/src/v8/third_party/llvm-build/Release+Asserts/bin/clang++: Syntax error: Unterminated quoted string
make[1]: *** [/usr/local/src/v8/out/native/obj.target/v8_base/src/accessors.o] Error 2
make[1]: Leaving directory `/usr/local/src/v8/out'
make: *** [native] Error 2


Jakob Kummerow

unread,
Mar 30, 2015, 9:44:39 AM3/30/15
to v8-u...@googlegroups.com
The bundled clang is a 64-bit binary. On a 32-bit system, try:

$ make native GYPFLAGS="-Dclang=0"

--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Isaac Gouy

unread,
Mar 30, 2015, 1:41:51 PM3/30/15
to v8-u...@googlegroups.com
Thank you! That fixed the problem.
Reply all
Reply to author
Forward
0 new messages