Getting a ft2build.h not found when trying to compile 5.6 alpha3

[email protected] (Jorge Hernandez) Sat, 29 Mar 2014 13:02:47 -0400
Newsgroups php.internals.win
Message-ID <[email protected]>
Hey guys,

I'm trying to compile alpha3 on 64-bit and I'm getting this:

ext\gd\gd.c(80) : fatal error C1083: Cannot open include file:
'ft2build.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 11.0\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

I'm using these to compile it:

deps-5.6-vc11-x64.7z
php-sdk-binary-tools-20110915.zip

I checked the deps folder and I noticed that ft2build.h is at
includes\freetype but gd2.c was calling it from includes, but even when
adding freetype to the include line I get an error.

Any ideas?

Thanks