[gdal-dev] Re: Ogr tutorial code in cpp not compiling due to errors

2011-05-05 Thread Pradeepkp
Hello Chaitanya, ogr_core.h is present in the same directory where .cpp is present. Gdal files, you mean the header files which are required right, I have included all of them and are present in the same directory. Thanks and Regards, Pradeepkp On Fri, May 6, 2011 at 10:22 AM, Chaitanya kumar C

Re: [gdal-dev] Re: Ogr tutorial code in cpp not compiling due to errors

2011-05-05 Thread Chaitanya kumar CH
Pradeep, I have seen your screenshots. No wonder you got the multiple declaration errors, with all the 'unterminated #ifndef' and '#endif without #if" errors. You should try to identify the source of those errors. I never compiled GDAL/OGR files separately from the source tree. Check if you get