MSVC build

Mladen Turk mturk@redhat.com
Sat Mar 6 11:10:00 GMT 2010


On 03/05/2010 01:21 PM, Mladen Turk wrote:
>
> TODO is a test suite
>

I added a simple batch file for running the tests.
Had to add posix types not present in MSVC
(uint8_t, uint32_t, etc...) and cast the
ffi_closure_alloc to (ffi_closure *) in test files.
This is needed cause tests must be forcibly
compiled as C++ code because unlike GCC, MSVC
C compiler doesn't allow mixing code and variables declaration.

Anyhow libffi.call compiles mostly except
closure_stdcall.c (inline GAS), err_bad_abi and pyobjc-tc

However 46 tests fails (WIN32)
(list provided)

Regards
-- 
^TM
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: failed.txt
URL: <http://sourceware.org/pipermail/libffi-discuss/attachments/20100306/0cd7a976/attachment.txt>


More information about the Libffi-discuss mailing list