View Single Post
  #1   (View Single Post)  
Old 3rd August 2011
player1 player1 is offline
New User
 
Join Date: May 2011
Posts: 6
Default install WINE 1.2.1 on FreeBSD 8.2-RELEASE

I'm trying to install WINE on FreeBSD 8.2 and don't know how to do it, I can't find any guides, and am new to BSDs.
Are there any guides that work for the versions I have ? (I can't find any)

This is what happens when I try:

1) downloaded and extracted wine-1.2.1.tar.bz2 from the website (winehq.org), in the extracted wine-1.2.1 folder I open a terminal and type "./configure FLEX=/usr/local/bin/flex" (if I just type "./configure" it says that the FLEX version is too old)

2) run "make install" (this is where the problems occur), it says:

...
/usr/bin/ld: cannot find -lwinecrt0
winegcc: gcc failed
*** Error code 2

Stop in /usr/wine-1.2.1/dlls/acledit.
*** Error code 1

Stop in /usr/wine-1.2.1.


upon reviewing higher up in the console output it shows there are errors with "install.c", saying that many header files don't exist, eg: "install.c:24:20: error: windef.h: No such file or directory"

I don't have any idea what this means or what I should do, can somebody help ?

I can provide more information from the console output if needed
Reply With Quote