On 1/19/07, James Hawkins <truiken(a)gmail.com> wrote:
> It sounds like your build environment isn't set up correctly. The
> easiest way to work on and compile the tests is to run
> wine/tools/winapi/msvcmaker under cygwin in Windows. This will create
> several project files, one for each dll etc, and a winetest project
> that can be opened with Visual C++ (and converted to a solution).
Nah, I prefer bare metal commandline. I like knowing what's going on
under the hood.
> No matter which method you use to compile the tests, you should have the
> latest Windows SDK installed (not the Platform SDK, which the Windows
> SDK is replacing).
OK, I'll try that...
> If you run 'make test', you shouldn't see the errors
> (because they're wrapped by todo_wine).
Whoops, forgot about that! When running without 'make test',
you have to set the environment variable WINETEST_PLATFORM=wine
on wine for the todo_wine to work. Thanks!
- Dan