Closed andyli closed 10 years ago
I fixed some compilation errors for gems 1, such that it can be compiled on Mac/Linux using:
My changes:
#include <malloc.h>
#include <stdlib.h>
PS.Since I don't know how to install the Utah Raster Toolkit on Mac/Linux, I haven't tested the AALines example.
Thanks! These look straightforward. I'll take a careful look over the holiday break and then pull.
I fixed some compilation errors for gems 1, such that it can be compiled on Mac/Linux using:
My changes:
#include <malloc.h>
=>#include <stdlib.h>
PS.Since I don't know how to install the Utah Raster Toolkit on Mac/Linux, I haven't tested the AALines example.