Re: pcre-related problem to compile HipHop in FreeBSD9-RELEASE

2012-04-19 Thread Zenny
Thanks Shane for the pointer. I was just reading php bug report at https://bugs.php.net/patch-display.php?bug_id=60986&patch=pcre_info.patch&revision=latest. As you stated pcre_info is replaced by pcre_fullinfo. On 4/19/12, Shane Ambler wrote: > On 18/04/2012 17:29, Zenny wrote: >> Hi: >> >> I a

Re: pcre-related problem to compile HipHop in FreeBSD9-RELEASE

2012-04-19 Thread Shane Ambler
On 18/04/2012 17:29, Zenny wrote: Hi: I am having problem while trying to compile HipHop similar to what has been discussed here (https://github.com/facebook/hiphop-php/issues/480#pull_comment_form) /root/hhbuild/hiphop-php/src/runtime/base/preg.cpp:138: error: 'pcre_info' was not declared i

pcre-related problem to compile HipHop in FreeBSD9-RELEASE

2012-04-18 Thread Zenny
Hi: I am having problem while trying to compile HipHop similar to what has been discussed here (https://github.com/facebook/hiphop-php/issues/480#pull_comment_form) My environments are: setenv CC /usr/local/bin/gcc44 setenv CXX /usr/local/bin/g++44 setenv HPHP_HOME `pwd` setenv HPHP_LIB `pwd`/bi