Michael Cardenas wrote:
It seems that with the new dll separation changes, winebuild is broken. I've been trying to build an app with winebuild, and it tries to open kernel32.dll.so instead of libkernel32.dll.so when trying to resolve the "import kernel32.dll" line of the spec file. This works for compiling wine, but not for compiling external apps that use the installed lib directory.
Nevermind, Jeremy solved the problem by just passing the wine src dir to configure as an include dir.