http://bugs.winehq.org/show_bug.cgi?id=35599
--- Comment #5 from Wylda wylda@volny.cz --- (In reply to comment #4)
You need to build a wow64 tree which will create the wine loader link. A 64-bit-only setup isn't considered valid, especially not for tests.
Thank you Alexandre.
1. Is wiki right, that for Win64 + Wow64 setup i need 2 separate out-of-tree builds? As this IMHO pretty complicates creating DEBIAN's packages for further regressions test (to quickly find nearest good/bad versions).
2. OT: Isn't AppDB hacked? See latest test results for 3DMark 2001 SE. This __isn't__ what i posted. Look into page's HTML source code for things like "...mytube-at-ashishmishra-dot-in/smartvideo_for_youtube/data/mytube.css... ", "...Please add this url to adblock whitelist...". Sorry for posting it here as I'm unable to post to wine-devel. After several days a get an email about delayed delivery (4.2.2 conversation with mail.winehq.org[209.46.25.134] timed out while sending MAIL FROM)
3. So wiki should rather state:
cd $HOME mkdir wine64 cd wine64 ../wine-git/configure --enable-win64 make > make.log 2>&1 cd .. mkdir wine32 cd wine32 ../wine-git/configure --with-wine64=../wine64 make > make.log 2>&1 cd ../wine64 make -k test > test.log 2>&1
And log compare to 32bit only build:
mkdir wine32only cd wine32only ../wine-git/configure make > make.log 2>&1 make -k test > test.log 2>&1