make: don't know how to make wine.maninstall-man-pages. Stop

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
shw1395
Newbie
Newbie
Posts: 1
Joined: Sat Dec 24, 2011 11:18 am

make: don't know how to make wine.maninstall-man-pages. Stop

Post by shw1395 »

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
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

make: don't know how to make wine.maninstall-man-pages. Stop

Post by jjmckenzie »

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
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: make: don't know how to make wine.maninstall-man-pages.

Post by vitamin »

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'.
Locked