ERROR: Compile wine tests on WINDOWS with MS C/C++
Regarding: 5.5.4. Standalone, using the Microsoft C++ Toolkit of http://www.winehq.org/docs/winedev-guide/testing-windows : I tried to compile dlls/rasapi32/test/rasapi.c on Windows and got these error messages: Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. rasapi.c .\wine/test.h(66) : error C2143: syntax error : missing '{' before 'const' .\wine/test.h(70) : error C2054: expected '(' to follow 'inline' .\wine/test.h(71) : error C2085: 'winetest_strcmpW' : not in formal parameter li st .\wine/test.h(71) : error C2143: syntax error : missing ';' before '{' -- Gerold
On Sat, Apr 23, 2011 at 11:03, Gerold Jens Wucherpfennig <gjwucherpfennig(a)gmx.net> wrote:
Regarding:
5.5.4. Standalone, using the Microsoft C++ Toolkit
of
http://www.winehq.org/docs/winedev-guide/testing-windows :
I tried to compile dlls/rasapi32/test/rasapi.c on Windows
and got these error messages:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved.
rasapi.c .\wine/test.h(66) : error C2143: syntax error : missing '{' before 'const' .\wine/test.h(70) : error C2054: expected '(' to follow 'inline' .\wine/test.h(71) : error C2085: 'winetest_strcmpW' : not in formal parameter li st .\wine/test.h(71) : error C2143: syntax error : missing ';' before '{'
Bug reports should go to http://bugs.winehq.org. -- -Austin
participants (2)
-
Austin English -
Gerold Jens Wucherpfennig