Murano/scala-native-access

return [Int] for cLib.time() causes exception.

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Run the 'Simple' on Ubuntu
2. You get exception
3. SBT crashes

What is the expected output? What do you see instead?
Hangs..and crashes sbt.

What version of the product are you using? On what operating system?
Ubuntu 14.x

Please provide any additional information below.
Fix:
Changed the return function time()[Int] to time()[Long] like this:
 val timer = cLib.time()[Long]


Original issue reported on code.google.com by raja...@gmail.com on 28 Nov 2014 at 3:48