Discussion:
[Wine]could not locate source tree
Angela Burrell
2005-08-30 22:41:09 UTC
Permalink
Hi Wine users.

I have what I hope is a simple problem. I have just installed wine-20041201,
and it runs OK when I am in the un-tarred directory ~/wine-20041201/. The
Wine installation did not copy any binarys to /usr/local/bin (or any other
bin directory) so that I got an error when ever I tried to run it.

So I made a link to the executable file in the wine-20041201 directory like
this "ln -s ~/wine20041201/tools/winewrapper /usr/local/bin"

Now when I try to run wine from a directory other than its own directory I
get this error:
/usr/local/bin/wine: could not locate Wine source tree.

Also, a related problem is that whenever I do get Wine to run, the command
line displays this warning:
Warning: could not find DOS drive for current working directory
/home/user/wine-20041201', starting in the Windows directory.

Otherwise wine seems to run fine.

Thanks for any advice. Oh, I have Linux Mandrake 9.1 (kernel 2.4.22).
Ivan Leo Puoti
2005-08-30 22:41:09 UTC
Permalink
You must run
make install
as root user to install the wine binaries. If you want to run out of the source tree,
a simple solution is to have a script that does something like
/home/angela/wine-20041201/wine $*
call it wine and put it in /usr/bin or /usr/local/bin
Naturally you'll have to use the correct path to the wine binary (That isn't a binary but this
isn't important)

Ivan.
Walt Ogburn
2005-08-30 22:41:09 UTC
Permalink
Post by Ivan Leo Puoti
If you want to run out of the source tree,
a simple solution is to have a script that does something like
/home/angela/wine-20041201/wine $*
call it wine and put it in /usr/bin or /usr/local/bin
Will that really work? I didn't think it would find all of the .dll.so
libraries that way.

- Walter
Ivan Leo Puoti
2005-08-30 22:41:09 UTC
Permalink
Post by Walt Ogburn
Will that really work?
Yes, it will.

Ivan.

Continue reading on narkive:
Loading...