fcmartins wrote: > > Alternatively, how can I use git to specify that I want a specific wine version (not in the FAQ, neither in the two main git wiki pages). so, checkout seems to be the command to extract a tagged revision. Doing git checkout wine-1.1.43 is fine, but git checkout wine-1.1.42 (or 41) results in the same error Code: configure: creating ./config.status config.status: creating Make.rules config.status: error: invalid argument: `Make.tmp' make: *** [Makefile] Error 1 Is there a problem in doing successive checkouts or does it need some sort of resetting in between?