DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 3rd August 2011
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

Stop right there. You're trying to redo what the FreeBSD port maintainer for WINE has already done, i.e. adapting the installation to FreeBSD.
Please use FreeBSD's standard methods of installing applications: packages (binary) or ports (compiling from source). When everything is properly configured it's as easy as
# pkg_add wine
or
# cd /usr/ports/emulators/wine
# make install clean
respectively.
__________________
May the source be with you!
Reply With Quote
  #3   (View Single Post)  
Old 4th August 2011
player1 player1 is offline
New User
 
Join Date: May 2011
Posts: 6
Default

working now, thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install FreeBSD-8.2-RELEASE mapcorp FreeBSD Installation and Upgrading 1 20th June 2011 11:03 AM
how i can install wine on openbsd 4.8 craze OpenBSD Packages and Ports 8 6th March 2011 03:11 AM
Manual install of FreeBSD 8.0 RELEASE after gpart embeddedbob FreeBSD Installation and Upgrading 1 27th March 2010 04:56 PM
Freebsd's Wine & sched_ule mousesack FreeBSD General 3 12th October 2008 06:16 AM
Wine on FreeBSD 7.0 amd64 BlueJayofEvil FreeBSD Ports and Packages 13 29th July 2008 12:22 AM


All times are GMT. The time now is 04:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick