From owner-freebsd-hackers Sat Mar 4 18:29:03 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA22796 for hackers-outgoing; Sat, 4 Mar 1995 18:29:03 -0800 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id SAA22780 for ; Sat, 4 Mar 1995 18:28:58 -0800 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA16293 (5.67a/IDA-1.5 for freebsd.org!hackers); Sat, 4 Mar 1995 20:02:09 -0600 Received: by bonkers.taronga.com (smail2.5p) id AA01130; 4 Mar 95 19:49:22 CST (Sat) Received: from localhost (localhost [127.0.0.1]) by bonkers.taronga.com (8.6.8/8.6.6) with SMTP id TAA01127 for ; Sat, 4 Mar 1995 19:49:21 -0600 Message-Id: <199503050149.TAA01127@bonkers.taronga.com> X-Authentication-Warning: bonkers.taronga.com: Host localhost didn't use HELO protocol To: hackers@FreeBSD.org Subject: Re: Wine In-Reply-To: Your message of "Sat, 04 Mar 95 17:44:19 CST." <199503042344.RAA25089@bonkers.taronga.com> X-Mailer: exmh version 1.4.1 7/21/94 Date: Sat, 04 Mar 1995 19:49:20 -0600 From: Peter da Silva Sender: hackers-owner@FreeBSD.org Precedence: bulk > What's the magic incantation to build Wine on 1.1.5.1 again? Never mind. The latest wine doesn't build on 1.1.5.1. There are two problems in making it build. First, the dll_*_tab.c files contain some VERY long macro expressions, and you have to rebuild gcpp with a larger macro stack to even build them. Even then, there's lots of warnings that imply to me that it's not building the tables properly. Second, the signal handling code is broken for 1.1.5.1. It uses a 4.4 signal structure that's not in 1.1.5.1. The old code drops back in pretty easily, but I'm not sure it's kosher. In any case, when trying to run any program with this wine you get: Unexpected Windows program segfault - opcode = 9a In win_fault 4f:0 In 0 bit mode. 0x00000000: invalid address length 0. Wine-dbg> The 950202 snapshot only did this with VBRUN*.DLL.