Hello, I can't get the crosstest to be recognized by the configure script. I installed mingw-w64, and then ran configure in the wine64 (and wine32) build directories assuming it would create a "crosstest" target in the Makefiles.
As it says here:
https://wiki.winehq.org/Wine_Developer%27s_Guide/Writing_Conformance_Tests "When you have a MinGW-w64 environment installed all you need to do is rerun configure and it should detect the MinGW-w64 compiler and tools. Then run make crosstest to start building the tests."
I've already created a little test for the comobox, but can't get the cross-compiler to work. I hope that I'm not asking too many questions! :-) Thanks for any feedback. Regards,...John Alway
On Sat, Nov 9, 2019 at 9:10 AM Thales thaleslv@yahoo.com wrote:
Hello,
I can't get the crosstest to be recognized by the configure script. I installed mingw-w64, and then ran configure in the wine64 (and wine32) build directories assuming it would create a "crosstest" target in the Makefiles.
As it says here:
https://wiki.winehq.org/Wine_Developer%27s_Guide/Writing_Conformance_Tests
"When you have a MinGW-w64 environment installed all you need to do is rerun configure and it should detect the MinGW-w64 compiler and tools. Then run make crosstest to start building the tests."
This guide is already outdated. With current wine, when crosscompiler was detected in configure time, you only need to do 'make' in tests dir, there is no separate crosstest target. This will create <module_name>_test.exe which will be PE.
I've already created a little test for the comobox, but can't get the cross-compiler to work.
I hope that I'm not asking too many questions! :-) Thanks for any feedback.
Regards, ...John Alway