Compiling Wine is just a pain.
Libraries and dependencies will keep popping whenever you hit ./configure
but there is a trick to install all dependencies in a single knock-out combo!
The trick is simple, you add the package to your apt-source repositories (whatever package manager you are using).
Then install the dependencies, download the repository and configure wine with --enable-win64. Finally compile it.