Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Mar 1995 19:49:20 -0600
From:      Peter da Silva <peter@bonkers.taronga.com>
To:        hackers@FreeBSD.org
Subject:   Re: Wine 
Message-ID:  <199503050149.TAA01127@bonkers.taronga.com>
In-Reply-To: Your message of "Sat, 04 Mar 95 17:44:19 CST." <199503042344.RAA25089@bonkers.taronga.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503050149.TAA01127>