无法在Mac中构建phantomJS二进制文件

时间:2018-02-12 07:53:37

标签: python xcode macos build phantomjs

所以我按照以下说明进行操作:

http://phantomjs.org/build.html

运行build.py时出现以下错误:

qcocoahelpers.mm:676:39: error: use of undeclared identifier 'InvalidContext'
    require_action(inContext != NULL, InvalidContext, err = paramErr);
                                      ^
qcocoahelpers.mm:677:38: error: use of undeclared identifier 'InvalidBounds'
    require_action(inBounds != NULL, InvalidBounds, err = paramErr);
                                     ^
qcocoahelpers.mm:678:37: error: use of undeclared identifier 'InvalidImage'
    require_action(inImage != NULL, InvalidImage, err = paramErr);
                                    ^
3 errors generated.
make[4]: *** [.obj/qcocoahelpers.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [sub-cocoa-make_first] Error 2
make[2]: *** [sub-platforms-make_first] Error 2
make[2]: *** Waiting for unfinished jobs....
2 warnings generated.
rm -f libqsqlite.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cq libqsqlite.a .obj/smain.o .obj/qsql_sqlite.o .obj/sqlite3.o .obj/moc_qsql_sqlite_p.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -s libqsqlite.a
rm -f ../../../../plugins/sqldrivers/libqsqlite.a
mv -f libqsqlite.a ../../../../plugins/sqldrivers/
make[1]: *** [sub-plugins-make_first] Error 2
make: *** [sub-src-make_first] Error 2

ERROR: Failed to build PhantomJS! Building Qt Base failed.

1 个答案:

答案 0 :(得分:2)

我只是发现自己处于同样的情况。我以为这只是未声明的var,所以我打开qcocoahelpers.mm却不知道如何以任何语言声明var,我只说了三行,瞧:它编译了!