chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] silex dies, probably __int64 problem


From: Brandon J. Van Every
Subject: [Chicken-users] silex dies, probably __int64 problem
Date: Wed, 31 May 2006 03:00:16 -0700
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

silex dies on both MinGW and VC++ builds with CMake. I think it is a bug in easyffi.l. It is looking for int64_t. But that's not what's used on MinGW and VC++ as per chicken.h, they're using __int64. So my layman's guess is easyffi.l is supposed to have __int64 somewhere, and its absence causes silex to crash and burn.


Cheers,
Brandon Van Every





reply via email to

[Prev in Thread] Current Thread [Next in Thread]