Hello all, I do not know if this is the right place for this but it can't hurt to try! I am currently trying to build V8 Libraries following this tutorial, Building V8 Libraries Tutorial <https://github.com/linux-on-ibm-z/docs/wiki/Building-V8-libraries>. I am trying to build these on a s390x Ubuntu Docker Container on a SLES 12 instance on the LinuxONE Community Cloud. I have been following along with it but when it comes time to do "make dependencies" I get an error that sasy teh SVN can not connect to the gyp.googlecode.com/svn/trunks repository. I looked around on Google and it seems that repository has been taken offline. There are two other repositories down the line, googletest and googlemock repositories, that also seem to have been taken down and merged into one single repository.
So I was wondering if any of you know of a different tutorial that would help me here. I have found github mirrors of gyp.googlecode.com/svn/trunk and it seems to work but when I run the next command of "make s390x -j4 library=shared" i get an error after replacing the googletest and googlemock repositories with the new combined repository managed by Google. The error is a "No rule to make target for gtest_main.o. The main thing I am looking for is if there are any up to date tutorials on building the V8 Libraries on a LinuxONE Community Cloud Instance. If you need anymore information please feel free to ask. Thanks, Allen -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
