Click to See Complete Forum and Search --> : wine install problem


animex2
12-03-2002, 07:42 PM
Hi, im trying to install Winex from http://frankscorner.org/wine

well im trying to install get this error -

[louisg@localhost tools]$ cd
[louisg@localhost louisg]$ cd wine
[louisg@localhost wine]$ ./tools/wineinstall
WINE Installer v0.71

Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for X... no
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for yacc... no
checking for bison... no
checking for yacc... no
configure: error: no suitable bison/yacc found. Please install the 'bison' package.

Configure failed, aborting install.
[louisg@localhost wine]$

Does anyone know where i can get bison/yacc or whatever? here are the directions on the site -
Installation

Before installing make sure you have the Mesa development package and the XFree86 development package installed.

After downloading you will see that a directory called wine is created. Enter this directory and type:
./tools/wineinstall
WineX will now try to compile

After compilation is ready run ldconfig as root.

and it also says i need Mesa

so does anyone know where i can get Mesa, bison or yacc?

Hayl
12-03-2002, 07:55 PM
http://www.gnu.org/software/bison/bison.html

one of the first links on a google search. try it - you'll like it. www.google.com/linux :)

Homer119
12-03-2002, 08:35 PM
yea no problem here you go
(this will fully install WINE)

start by typing this

mkdir /root/.wine
mkdir /root/.wine/c_drive
mkdir /root/.wine/c_drive/windows
mkdir /root/.wine/c_drive/windows/system
mkdir /root/.wine/c_drive/windows.system32
mkdir /root/.wine/c_drive/programs
mkdir /root/.wine/c_drive/windows/temp
mkdir /root/.wine/c_drive/windows/profiles/admin
mkdir /root/.wine/e_drive
mkdir /root/.wine/e_drive/windows
mkdir /root/.wine/e_drive/windows/system
mkdir /root/.wine/e_drive/windows.system32
mkdir /root/.wine/e_drive/programs
mkdir /root/.wine/e_drive/windows/temp
mkdir /root/.wine/e_drive/windows/profiles/admin

now type this-

cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex login

(Hit enter)-Now Type(make sure this is one line of code when u see a dropdown treat that as a space)

cvs -z3 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co wine

Now type -(Five different codes)
Make sure you type yes for everything at the end of install)

cd /root/.wine
./tools/wineinstall
make depend
make install
make

Now type this

cp /root/.wine/config /root/

you will see these lines of code



[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\windows\\temp"
"Path" = "c:\\windows;c:\\windows\\system;e:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"

delete them and put this in their place (just hightlight copy and paste on op of the other code)

[wine]
"Windows" = "/root/.wine/c_drive/windows"
"System" = "/root/.wine/c_drive/windows/system"
"Temp" = "/root/.wine/c_drive/windows/temp"
"Path" = "c:\\windows;c:\\windows\\system;e:\\"
"Profile" = "/root/.wine/c_drive/windows/profiles/admin"

now look around the config file and when you see

[Drive C] (it will be near the top of the code)

make sure the code under it reads

"Path" = "/root/.wine/c_drive"
#"Path" = "${HOME}/.wine/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

when you see

[Drive E]

make sure the code under it reads

"Path" = "/root/.wine/e_drive"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

Now find

[Drive D]

and make sure the code under it reads

["Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"

Now type

cp /root/config /root/.wine

and then type yes then hit enter to over write the file!

AND THE YOUR DONE!!!!

to run a windows file:

type wine then the file dir and name

EXAMPLE- if you have a windows file named Game.exe in your root folder type this

wine /root/Game.exe

and it will open!!!! have a good day


Your Welcome.

animex2
12-03-2002, 10:53 PM
that didnt work

when i got to this part-

cd /root/.wine
./tools/wineinstall
make depend
make install
make

there was no ./tools/wineinstall

Homer119
12-03-2002, 11:10 PM
ops sry about that it was late the proper code for that part is this

cd /root/wine
./tools/wineinstall
make depend
make install
make


funny how one period throws linux into a frenzy!


Your Welcome.

animex2
12-04-2002, 05:07 PM
there is no /root/wine, lol is that where the wine is supposed to download to tho when you do the cvs or somethin? beacuse you told me to make /root/.wine in all the mkdir things. Homer when you get here get on AIM and message
B14ckH0leSun
B(one)(four)ckH(zero)leSun

animex2
12-04-2002, 07:51 PM
*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.

*** Note: You have cups runtime libraries, but no development
*** libraries. Install the cups-devel package or whichever package
*** contains cups.h to enable CUPS support in Wine.

Configure finished. Do 'make depend && make' to compile Wine.

Install the X development headers and try again.
[louisg@localhost wine]$

what are the X development headers?