wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Posix platform doesn't compile #116

Closed nielsreijers closed 10 years ago

nielsreijers commented 10 years ago

The posix version worked before. There is an issue with native code in the common directories, for which I opened #115, but there seems to be another problem as well:

   [cc] /Users/niels/git/darjeeling/src/lib/vm/c/common/array_instructions.h:79:13: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-compare]
   [cc]                 if ((index>=0) && (index<((dj_array*)arr)->length))

Not sure why this was never an issue before.