首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Ubuntu上构建J2V8时遇到麻烦

在Ubuntu上构建J2V8时遇到麻烦
EN

Stack Overflow用户
提问于 2016-06-25 05:31:26
回答 1查看 238关注 0票数 0

我试图在Ubuntu16.04上构建J2V8,但是我一直收到错误。我正在运行Github上提供的安装脚本,但我一直收到以下错误:(为简洁起见进行了编辑)

代码语言:javascript
复制
 make[1]: Leaving directory '/home/andrew/REUIOT/J2V8/node/out'
ln -fs out/Release/node node
cp: cannot stat '/data/jenkins/node': No such file or directory
com_eclipsesource_v8_V8Impl.cpp:11:17: fatal error: jni.h: No such file or directory
compilation terminated.
[INFO] Scanning for projects...
[INFO] BUILD FAILURE-----------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/andrew/REUIOT/J2V8/jni). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

我不知道/data/jenkins/node应该指的是什么,因为我不知道有/data目录的Linux系统。我曾尝试重新安装OpenJDK来解决fatal error: jni.h问题,但当我尝试这样做时,apt似乎抛出了一个错误。

EN

回答 1

Stack Overflow用户

发布于 2016-07-28 06:05:24

其中包含的脚本是我(作者使用)在CI服务器上构建J2V8的脚本。/data/jenkins/node是我在jenkins服务器上构建节点的位置。构建的Linux指令在README中。如果你想构建J2V8,你应该参考这些说明。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/38022398

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档