On Mon, Dec 7, 2009 at 7:44 PM, Austin English austinenglish@gmail.com wrote:
checking for the directory containing the Wine tools... configure: error: could not find Wine tools in ~/wine64/
~/wine-git/configure --with-wine64=~/wine64/tools/ ... checking for the directory containing the Wine tools... configure: error: could not find Wine tools in ~/wine64/tools/
What am I missing? Perhaps it needs to be installed somewhere first?
This looks similar to the cross-compile build for mingw where you need a checkout with the normal tools built for your host and then another checkout for your target. You then run and point the target configure at the host wine path to get the host tools.