Elavazhagan, What version of GEOS are you trying to build now?
Elavazhagan.M wrote: > I downloaded the MSVS 2005 solution files from the website you mentioned and > used the files 'version.h' and 'platform.h' from the same website. These two files are old. I've just put new versions on my website, please, re-download it. > I renamed > 'capi\geos_c.h.in' to 'capi\geos_c.h' and then I copied some of the missing > files (for e.g. 'acconfig.h', 'config.h' and some '.cpp' files) from other > versions of 'geos' and compiled. But I am still stuck with those errors I > mentioned earlier. Please find the MSVS 'build report' with this mail for > details. > > Are there any specific settings I need to make before building 'geos'? > Or do I need to refer any 'lib' files in the project? Hmm, what config.h file you mean? There is no such file GEOS that's required for Visual C++ compiler. Also, please, don't copy any files across GEOS versions. OK, I checked my project file and updated it. Please, download it again from the same location, direct link is: http://mateusz.loskot.net/download/projects/geos/geos-msvc-2005-project.zip There are 3 projects: - DLL with GEOS C API - Static library with both: C and C++ APIs - Unit Test runner Run Rebuild and you should get both libraries compiled and next unit tests should compile and link and run all tests automatically as post-build event, so after all you should see tests results in the output window. NOTE: I build sources checkouted from GEOS SVN: svn checkout http://svn.refractions.net/geos/trunk geos Give me a note if it works for you. Cheers -- Mateusz Loskot http://mateusz.loskot.net _______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel