Hi, lists, I try to compile wine in mingw, is it possible? Can the compiled wine run in mingw? What I need? I installed the following package on my win2000: MinGW-2.0.0-3.exe MSYS-1.0.8.exe msysDTK-1.0.1.exe gdb-5.2.1.1-1.exe is it enough?
But when I try, i got the following error: configure: error: no suitable bison/yacc found. Please install the 'bison' package. Where can I get the package?
Any idea is very appreciated! Kai
_________________________________________________________ Do You Yahoo!? 下载免费即时聊天软件“雅虎通”感受动感聊天魅力,赶快用你的雅虎电邮帐号登陆吧~ http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com/
On April 26, 2003 01:05 am, Kai wrote:
I try to compile wine in mingw, is it possible?
No, it's not possible. You may be able to _almost_ build Wine under cygwin, but it will not run. See Bug 273:
http://bugs.winehq.com/show_bug.cgi?id=273
Kai wrote:
Hi, lists, I try to compile wine in mingw, is it possible? Can the compiled wine run in mingw? What I need? I installed the following package on my win2000: MinGW-2.0.0-3.exe MSYS-1.0.8.exe msysDTK-1.0.1.exe gdb-5.2.1.1-1.exe is it enough?
But when I try, i got the following error: configure: error: no suitable bison/yacc found. Please install the 'bison' package. Where can I get the package?
You need the mingw-dtk also. It should have bison/flex. If not I can send you mine. I build large parts of WINE under Mingw all the time for my work on ReactOS
Thanks Steven