Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2000 09:19:06 -0600
From:      Lorin Lund <lorin_lund@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   wine - reinstall
Message-ID:  <00092409373400.01783@Presario>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I originally tried to do wine on a pure FreeBSD notebook. (not dual boot)  But
there were some windows programs I couldn't get installed so I installed
Win98SE.  Now I have a dual boot system.  So I tried to change wine.conf to
have \windows directory in the new fat partition as the windows directory. 
That messed thing up so I have tried to re-install wine.
I got rid of everything in /usr/local/etc that seemed to have to do with wine.
I also removed /usr/local/bin/win* and everything else that had the same date.
I also removed /usr/local/lib/wine and /usr/ports/emulators/wine/work.

I ran 
make
and it quit after doing extractions and some patching. 
It said
1 out of 2 hunks failed--saving rejects to wine.ini.rej

When I run it again I get
2 out of 2 hunks failed--saving rejects to wine.ini.rej

I'm attaching wine.ini.rej.

Where can I go from here?
[-- Attachment #2 --]
***************
*** 53,57 ****
  Temp=e:\
  Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
! SymbolTableFile=./wine.sym
  
  # <wineconf>
--- 53,57 ----
  Temp=e:\
  Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
! SymbolTableFile=/usr/local/etc/wine.sym
  
  # <wineconf>
***************
*** 107,117 ****
  
  [serialports]
! Com1=/dev/ttyS0
! Com2=/dev/ttyS1
  Com3=/dev/modem,38400
  Com4=/dev/modem
  
  [parallelports]
! Lpt1=/dev/lp0
  
  [spooler]
--- 107,117 ----
  
  [serialports]
! Com1=/dev/ttyd0
! Com2=/dev/ttyd1
  Com3=/dev/modem,38400
  Com4=/dev/modem
  
  [parallelports]
! Lpt1=/dev/lpt0
  
  [spooler]

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