|
From: jay <j.l...@am...> - 2009-03-27 07:03:20
|
> I'm trying wholeheartedly to compile a Ming PHP 0.4.2 Windows Binary > since I can't for the life of me locate a precompiled version anywhere > on line. > > If anyone knows where I might download one that's compatible with PHP > 5.2.9... > > In any event, I'm running afoul of a number of errors, ones like the > following: > > -- > 1>.\ming.c(436) : error C2065: 'le_swffontcollectionp' : undeclared > identifier > 1>.\ming.c(437) : error C2065: 'fontcollection_class_entry_ptr' : > undeclared identifier > 1>.\ming.c(491) : error C2065: 'le_swfbrowserfontp' : undeclared > identifier > -- > > Build environment is Visual C++ 2008 Express Edition, building against > PHP 5.2.9. > Thanks for any illumination. > A little follow-up: After some further tweaking (like declaring HAVE_NEW_MING as a preprocessor directive and compiling as C as opposed to c++ [I don't know if that's dangerous or not, but it seems to work]) and searching, I've managed to reduce the compiler errors down to the four following ones: -- 1>.\ming.c(3838) : error C2440: 'type cast' : cannot convert from 'SWFBlock' to 'SWFMovieBlockType' 1>.\ming.c(5345) : error C2143: syntax error : missing ';' before 'type' 1>.\ming.c(5347) : error C2065: 'ret' : undeclared identifier 1>.\ming.c(5348) : error C2065: 'ret' : undeclared identifier -- Again, any help/illumination appreciated. PHP I know well. But C/C++ just gives me a headache. -- *:: AMU Mobile ::* Jay Lonnquist / ロンクイスト ジェイ Flash/Web プロジェクト・コード・デザイン - email:j.l...@am... <mailto:j.l...@am...> web:www.amumobile.com <http://www.amumobile.com/> msn: j.l...@am... |