<div dir="ltr">I'm trying to compile GDAL 1.9.2 from source by myself using the DEBUG=1 build.<div><br></div><div>There is a flag on nmake.opt for VLD support:</div><div>MSVC_VLD_DIR="C:\Program Files\Visual Leak Detector"<br>
</div><div><br></div><div>although, if I try to use it, it give me strange error while building gdal.</div><div><br></div><div>Anyways, I'm building gdal like this:</div><div>nmake -f <a href="http://makefile.vc">makefile.vc</a> MSVC_VER=1500 DEBUG=1<br>
</div><div><br></div><div>which seems to run nicely. Then I do:</div><div>nmake -f <a href="http://makefile.vc">makefile.vc</a> MSVC_VER=1500 DEBUG=1 install<br></div><div><br></div><div>Ok, everything seems good. I get the "gdal19.dll", "gdal_i.lib" and "gdal19.pdb"...</div>
<div>but, where do I get the include files to use in my project?</div><div>My build directory (GDAL_HOME = "C:\Users\Hugo\Downloads\gdal-1.9.2\build-debug")</div><div>gives me only a "bin", "data" and "html" folders...</div>
<div>Did the build really succeed? How can I get the include directory to build my project?</div><div><br></div><div>Thanks in advance,</div><div>Hugo Benício.</div></div>