yuxunbin / yafphp

Automatically exported from code.google.com/p/yafphp
0 stars 0 forks source link

Trying to compile for PHP5.5 with VC11 but failed #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I am trying to compile YAF 2.2.9 for PHP5.5 using VC11 on windows 7. I followed 
the procedure for compling PHP5.5 on windows as follows

1.  buildconf 
2.  configure --with-mp=2 --enable-cli-win32 --disable-all --enable-yaf=shared
3.  nmake

I get this message :
NMAKE : fatal error U1073: don't know how to make 
'ext\php-yaf-master\configs/yaf_config_ini.c'

what are the possible solutions for this problem ?

Thank you for your cooperation.

Original issue reported on code.google.com by alhabsh...@gmail.com on 27 Jul 2013 at 5:25

GoogleCodeExporter commented 9 years ago
I have reloaded the Yaf source code from GitHub, where the first try was from 
PECL. The error type have changed from mentioned previously to the following:

yaf_config_ini.c
ext\php-yaf-master\configs/yaf_config_ini.c(28) : fatal error C1083: Cannot open
 include file: 'yaf_namespace.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 11.0\VC\BI
N\cl.exe"' : return code '0x2'

So again, what are the possible solutions for this problem ?

Original comment by alhabsh...@gmail.com on 27 Jul 2013 at 5:38