Open forum for end-user questions about
Wine . Before asking questions, check out the
Wiki as a first step.
Forum Rules
shw1395
Newbie
Posts: 1 Joined: Sat Dec 24, 2011 11:18 am
Post
by shw1395 » Sat Dec 24, 2011 11:40 am
from
http://source.winehq.org/git/wine.git , download the newest git on FreeBSD 8.2 AMD64,
Code: Select all
./configure --enable-win64 --prefix=/usr/local/lib32 --mandir=/usr/local/man CC=/usr/local/bin/gcc46 FLEX=/usr/local/bin/flex
then I make and completed. but make install show error:
make: don't know how to make wine.maninstall-man-pages. Stop
*** Error code 2
path wrong in FreeBSD OS or something?
jjmckenzie
Moderator
Posts: 1153 Joined: Wed Apr 27, 2011 11:01 pm
Post
by jjmckenzie » Sat Dec 24, 2011 8:21 pm
On Sat, Dec 24, 2011 at 9:40 AM, shw1395 <
[email protected] > wrote:
from
http://source.winehq.org/git/wine.git , download the newest git on FreeBSD 8.2 AMD64,
Code:
./configure --enable-win64 --prefix=/usr/local/lib32 --mandir=/usr/local/man CC=/usr/local/bin/gcc46 FLEX=/usr/local/bin/flex
Did you read through the Wineon64bit page? That prefix does not look
right (you are trying to install Wine into a 32 bit library directory
from what it appears to be with my little knowledge.)
James
vitamin
Moderator
Posts: 6605 Joined: Sat Feb 23, 2008 2:29 pm
Post
by vitamin » Sun Dec 25, 2011 1:18 pm
shw1395 wrote: make: don't know how to make wine.maninstall-man-pages. Stop
*** Error code 2
If you don't care for man pages just run 'make -k'.