Closed GoogleCodeExporter closed 9 years ago
And here's a patch that brings it back.
Original comment by t.ark...@gmail.com
on 20 Dec 2012 at 7:03
Attachments:
Scratch... V8_SRCDIR was merely an experiment that didn't seem to work well.
If you say you put libv8.so in your V8_OUTDIR, how do you load that library in
your server? If the server can load it, you should have LD_LIBRARY_PATH set or
something, so should plv8 find it. The problem I've seen in my development
was, it sometimes confuses the build system and you pick one version of header
file and the server will load another version of library.
Original comment by umi.tan...@gmail.com
on 21 Dec 2012 at 8:53
Applied to the master. It might make sense to have such options as you claim.
Thanks for the patch!
Original comment by umi.tan...@gmail.com
on 20 Feb 2013 at 8:15
Original issue reported on code.google.com by
t.ark...@gmail.com
on 20 Dec 2012 at 5:40