[geos-devel] Portability

Paul Ramsey pramsey at refractions.net
Fri Aug 30 15:10:22 EDT 2002


So, working through the compilation bit by bit, some problems seem to be:

- occasionally stdio.h is not declared where it is needed (maybe VC++ 
papers over this automatically)
- the compiler cannot find declarations for __min() and __max(), 
although it *can* find declarations for min() and max(). What is the 
difference between them? In GeometryCollection.cpp line 55, __max() is 
used while an almost identical function just above it uses max().

P.

-- 
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey at refractions.net
      | Phone: (250) 885-0632
      \_





More information about the geos-devel mailing list