http://bugs.winehq.com/show_bug.cgi?id=950
------- Additional Comments From z_god@wanadoo.nl 2003-21-06 07:02 ------- Bug comments restored from Gmane.org:
i recently tried to upgrade from wine-20020710 to wine-20020804, however it failed to build with these error messsages http://taviso.decsystem.org/wine , i made some diffs of all the #include's and compared them and noticed that __ASM_FUNC was defined like this:
#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
this #define was generated by configure and put in include/config.h, so i redefined it like this :
#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
and wine builds correctly. some details of my system:
taviso@darkstar:~$ uname -a Linux darkstar 2.4.19 #1 Sat Aug 3 10:33:21 BST 2002 i686 unknown taviso@darkstar:~$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs gcc version 2.95.3 20010315 (release) taviso@darkstar:~$ cat /etc/slackware-version Slackware 8.1
heres the configure log: http://taviso.decsystem.org/config.log.failed
------- Additional Comments From julliard <at> winehq.com 2002-08-06 19:04 ------- Should be fixed now. Thanks for the good report.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07 23:39 ------- *** Bug 954 has been marked as a duplicate of this bug. ***
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 13:06 ------- I assume the bug is fixed. Reporter, reopen the bug if it still exists.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-09 21:02 ------- The patch that should have fixed this is here
http://www.winehq.com/hypermail/wine-cvs/2002/08/0028.html
If this patch does indeed fix this bug for you could you please mark it as Verified
------- Additional Comments From taviso <at> sdf.lonestar.org 2002-08-10 07:11 ------- thanks tony, applying this patch fixes configure, and wine builds correctly :)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-16 11:49 ------- Closing Verified bugs.