Hans Leidekker hans@it.vu.nl writes:
What's happening is that this test references symbols that reside in wine_uuid, which is added to the library search path for the regular Wine build, but left out in the crosscompile build. For good reasons, because wine_uuid is built as a Unix archive, not as an import library, which is what MingW needs.
IMO the right approach is to use Mingw's libuuid. You shouldn't need to cross compile the Wine one at all.