http://bugs.winehq.org/show_bug.cgi?id=58728
Bug ID: 58728 Summary: winegcc fails to locate the windows header files on debian Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winelib Assignee: wine-bugs@winehq.org Reporter: xakis94866@camjoint.com Distribution: ---
When compiling source code using winemaker, winegcc fails to find the header files on debian. The reason why this happens is that the header files are actually installed in the /usr/include/wine/wine/windows directory where winegcc looks for them in the /usr/include/wine/windows directory. To solve this problem you simply have to make a symlink to the /usr/include/wine/wine/windows at the /usr/include/wine/ directory.
http://bugs.winehq.org/show_bug.cgi?id=58728
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- That's a bug with the upstream Debian package, it should be reported to Debian.