http://bugs.winehq.org/show_bug.cgi?id=4281
------- Additional Comments From wine@eternaldusk.com 2007-07-06 08:28 ------- The particular error the original parent referred to no longer exists (loader builds with --enable-win64).
'Make depend' and 'make' also work (as long as you don't have libicu36-dev installed). I see that the 'make install' will choke (not having Dmitry's hacks), now that I test it:
make[2]: Entering directory `/home/evil/src/wine/dlls/oleaut32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wall -g -O2 -fPIC -o oaidl_p.o oaidl_p.c oaidl_p.c:11403:2: error: #error Invalid build platform for this stub. make[2]: *** [oaidl_p.o] Error 1 make[2]: Leaving directory `/home/evil/src/wine/dlls/oleaut32' make[1]: *** [oleaut32/__install-lib__] Error 2 make[1]: Leaving directory `/home/evil/src/wine/dlls' make: *** [dlls/__install-lib__] Error 2
I haven't tried hacking around that check/#error.
So, I guess the original poster's bug title is still actually true... even if the reasons have completely changed.