Updates continue

Still getting by on the old PowerBook, sigh.

Just in time for FOSS4G! (sorry, I can’t make it) New MapServer 4.10 beta 3. Weekly GRASS 6.3 update from CVS, plus a small fix for a GUI issue.

I did some fine-tuning on the frameworks. This affects Xcode developers only. I have gone thru the frameworks to check that they work as proper frameworks with their headers – that is, frameworks don’t need -I includes flags to the compiler, and their headers can be included with <frameworkname/header.h>, such as #include <PROJ/proj_api.h> and CPP will find the header in /Library/Frameworks/PROJ.framework/Headers.

Many didn’t need any changes. A few needed some simple adjustments for this to work – FreeType, GEOS, Xerces and UnixImageIO. GDAL is the only one that needs more work, and does not have proper headers yet. The readmes of all frameworks have been updated to reflect this information, but only the 4 listed above had any changes made to the framework itself.