In grass-svn:

6s.cpp does not compile because it does not find def for memcpy() and memset()

similarly:
AerosolModel.cpp:861: error: ‘exit’ was not declared in this scope

Adding this to common.h fixes the errors:
#include "stdio.h"
#include "stdlib.h"
#include "string.h"

yann
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to