RaistlinM531
2010-Sep-12 17:28 UTC
[Wine] Problem installing from source, 1.3.2 "..prelink not found"
Hi all! Trying to get magic workstation (www.magicworkstation.com) to run correctly. My distro (BT4R1) comes with an older version of wine, so I uninstalled it then installed Wine Stable 1.2. Compiled it manually, got it everything it needed save one thing from the ./configure and it seemed to install fine, but it did not fix my problem. There are still some game breaking graphical isssues with it. Ok, so I decided I would try the latest version, since the latest stable didn't work. Uninstalled previous version. Downloaded 1.3.2. When I run 'make ./configure' I get two errors at the end: configure: libmpg123 development files not found (or too old), mp3 codec won't be supported. configure: WARNING: prelink not found, base address of core dlls won't be set correctly. I am worried about the second one, obviously. The first one was the one thing with the 1.2 install I could never get to work, but it installed fine w/o it. This second one seems to be a bigger deal. I went ahead and ran 'make depend.' Seemed to work, but when I run just 'make' this is what it gives me: root at bt:/bin/wine-1.3.2# make make[1]: Entering directory `/bin/wine-1.3.2/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/bin/wine-1.3.2/tools' make[1]: Entering directory `/bin/wine-1.3.2/libs/port' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/bin/wine-1.3.2/libs/port' make[1]: Entering directory `/bin/wine-1.3.2/libs/wine' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wno-unused-result -g -O2 -o debug.o debug.c debug.c: In function 'debug_usage': debug.c:180: warning: ignoring return value of 'write', declared with attribute warn_unused_result At top level: cc1: error: unrecognized command line option "-Wno-unused-result" make[1]: *** [debug.o] Error 1 make[1]: Leaving directory `/bin/wine-1.3.2/libs/wine' make: *** [libs/wine] Error 2 Not sure if 'this' problem is related to the problem I saw in ./configure, but I wouldn't bet against it, especially since a previous version seemed to install fine. Any help would be appreciated, thanks!
James McKenzie
2010-Sep-12 18:39 UTC
[Wine] Problem installing from source, 1.3.2 "..prelink not found"
On 9/12/10 10:28 AM, RaistlinM531 wrote:> Hi all! > > Trying to get magic workstation (www.magicworkstation.com) to run correctly. My distro (BT4R1) comes with an older version of wine, so I uninstalled it then installed Wine Stable 1.2. Compiled it manually, got it everything it needed save one thing from the ./configure and it seemed to install fine, but it did not fix my problem. There are still some game breaking graphical isssues with it. Ok, so I decided I would try the latest version, since the latest stable didn't work. Uninstalled previous version. Downloaded 1.3.2. When I run 'make ./configure' I get two errors at the end: > > configure: libmpg123 development files not found (or too old), mp3 codec won't be supported. >You will have to find mpg123 development files for your distribution. They cannot be included with Wine due to legal issues.> configure: WARNING: prelink not found, base address of core dlls won't be set correctly. >Cannot help you with this one. James McKenzie
DanKegel
2010-Sep-13 03:49 UTC
[Wine] Re: Problem installing from source, 1.3.2 "..prelink not f
On Ubuntu, one could just do sudo apt-get install prelink but I don't think it's urgent you have prelink installed, unless you plan to run apps that mess with other apps by injecting things into their memory space. I think you're getting ahead of yourself. Have you checked the appdb page for that app, http://appdb.winehq.org/objectManager.php?sClass=version&iId=5661 ? It has a couple hints that might help.
RaistlinM531
2010-Sep-13 17:04 UTC
[Wine] Re: Problem installing from source, 1.3.2 "..prelink not f
Ok, thats something to try. I've now tried all of the 1.3.x variations, and they all stall out on me at some point during 'make', although, interestingly enough, not at the same spot. Anyways, I reinstalled 1.2 just to make sure I 'could' and that it wasn't some weird uninstall issue. 1.2 installed fine again, but it takes this system two hours to compile this thing. That being said, here's a more newb question I bet someone reading this can answer - Atm I do have a working 1.2 install. Can I do what the above poster said to a 1.3.x release and 'make' it without f'ing up my current install? I would imagine having two Wine's installed side by side is a recipe for disaster. Thanks!
RaistlinM531
2010-Sep-14 12:44 UTC
[Wine] Re: Problem installing from source, 1.3.2 "..prelink not f
So how do I run it from the build directory then? And I certainly 'don't' want to run multiple copies of WINE on my rig. I would just like to know how far in the build process I can go before my currently stable version goes to toast. And to be above poster, thanks for the info about ccache. That will hopefully save me a bundle of time in the future. Thus far I've blown four hours on two installs of 1.2. Thanks to all! raist