OpenCALTeam / opencal

OpenCAL, the Open Computing Abstraction Layer Domain Specific Language for Structured Grid Meshes
GNU Lesser General Public License v3.0
13 stars 1 forks source link

ForestInsect-calgl does not compile #1

Closed knotman90 closed 9 years ago

knotman90 commented 9 years ago

The example in GL version of OpenCal does not compile on UNIX system under gcc-5.1 and freeglut opengl implementation.

In file included from ./opencal/OpenCAL-GL/examples/ForestInsect-calgl/source/forestInsect.c:1:0:
./opencal/OpenCAL-GL/examples/ForestInsect-calgl/source/forestInsect.h:46:12: error: field ‘windType’ has incomplete type

  enum WIND windType;