转换工程中sql_query.php这个文件时总提示出错,单独编译该文件正确,以下为提示信息:
***@u910-server:~/testsrc/webroot$ $HPHP_HOME/src/hphp/hphp --input-list=files.list -k 1 --log=3 --force=1
running hphp...
creating temporary directory /tmp/hphp_6utqwo ...
parsing inputs...
Unable to stat file ./fastphp/vendors/nusoap/lib/Mail/mimeDecode.php
Unable to stat file ./fastphp/vendors/nusoap/lib/Mail/mimePart.php
Unable to stat file ./fastphp/fastphp/views/user_login/login.php
parsing inputs took 0'03" (3631 ms) wall time
pre-optimizing...
pre-optimizing took 0'01" (1954 ms) wall time
inferring types...
inferring types took 0'04" (4840 ms) wall time
post-optimizing...
post-optimizing took 0'01" (1295 ms) wall time
creating CPP files...
creating CPP files took 0'04" (4302 ms) wall time
saving code errors...
compiling and linking CPP files...
/tmp/hphp_6utqwo/php/fastphp/libs/sql_query.cpp: In member function \xE2\x80\x98void HPHP::c_getsqlquery::t_getpdobybrandid(HPHP::Va
riant)\xE2\x80\x99:\n/tmp/hphp_6utqwo/php/fastphp/libs/sql_query.cpp:895: error: \xE2\x80\x98class HPHP::ObjectOffset\xE2\x80\x99 ha
s no member named \xE2\x80\x98set\xE2\x80\x99\nmake[2]: *** [CMakeFiles/program.dir/php/fastphp/libs/sql_query.cpp.o] Error 1\nmake[
1]: *** [CMakeFiles/program.dir/all] Error 2\nmake: *** [all] Error 2\n
compiling and linking CPP files took 33'04" (1984279 ms) wall time
hphp failed
running hphp took 33'20" (2000818 ms) wall time请高手帮忙看看。