Hello, I am running mandrake 8.0 and it is running Wine release 20010305 what steps do I need to take in order to update Wine to the latest release? Thank you!
On Fri, 26 Oct 2001 11:21:16 -0400, phiLLip maDDux II <phillip@fiu.edu> wrote:>Hello, I am running mandrake 8.0 and it is running Wine release 20010305 > >what steps do I need to take in order to update Wine to the latest release?download the tar.gz from winehq uninstall the Mandrake Wine with the mandrake tool unpack the tar.gz then use wineinstall as said in the README to compile and install wine. Gerard
Thanks for getting me started.. Well I tried it and to test it I tried to run solitaire (sol.exe), and I get the following error messages fixme:x11drv:OBM_CreateBitmaps Xpm support not in the binary, please install the Xpm and Xpm-devel packages and recompile err:ntdll:RtlpWaitForCriticalSection section 0x40a1a604 "?" wait timed out, retrying (60 sec) fs=008f Will installing Xpm and Xpm-devel packages fix this? If so where can I get it? Thanks you! gerard patel wrote:> On Fri, 26 Oct 2001 11:21:16 -0400, phiLLip maDDux II > <phillip@fiu.edu> wrote: > > >>Hello, I am running mandrake 8.0 and it is running Wine release 20010305 >> >>what steps do I need to take in order to update Wine to the latest release? >> > > download the tar.gz from winehq > uninstall the Mandrake Wine with the mandrake tool > unpack the tar.gz > then use wineinstall as said in the README > to compile and install wine. > > Gerard > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users > >
On Fri, 26 Oct 2001, phiLLip maDDux II wrote:> Thanks for getting me started.. > > Well I tried it and to test it I tried to run solitaire (sol.exe), and I > get the following error messages > > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the binary, please > install the Xpm and Xpm-devel packages and recompile > err:ntdll:RtlpWaitForCriticalSection section 0x40a1a604 "?" wait timed > out, retrying (60 sec) fs=008f > > Will installing Xpm and Xpm-devel packages fix this? If so where can I > get it? Thanks you! >On mandrake 7.2 the packages were: xpm-3.4k-10mdk xpm-devel-3.4k-6mdk xpm-devel is on the extensions CD. You need both. I think I saw on this ML Mandrake 8.0 renamed them libxpm and libxpm-devel. | | Under Mandrake 8 I have 2 lines | | libxpm4-devel-3.4k-16mdk | libxpm4-3.4k-16mdk | | Gerard After you install them, cd <wine> make distclean ./configure If you like, substitute tools/wineinstall for ./configure, I guess. I always do it by hand. Lawson ---oof--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
In article <3BD9B68F.1090605@fiu.edu>, phiLLip maDDux II <wine-users@winehq.com> wrote:>Thanks for getting me started.. > >Well I tried it and to test it I tried to run solitaire (sol.exe), and I >get the following error messages > >fixme:x11drv:OBM_CreateBitmaps Xpm support not in the binary, please >install the Xpm and Xpm-devel packages and recompile >err:ntdll:RtlpWaitForCriticalSection section 0x40a1a604 "?" wait timed >out, retrying (60 sec) fs=008f > >Will installing Xpm and Xpm-devel packages fix this? If so where can I >get it? Thanks you!Your wine compilation failed. You should have got following error: checking for X11/xpm.h... no Install the following packages: Red Hat < 7.1 : xpm xpm-devel Red Hat >= 7.1 : XFree86-devel Caldera OpenLinux : xpm xpm-devel xpm-devel-static SuSE : xpm Debian/Corel Linux: xpm4g xpm4g-dev Or get the sources from ftp.x.org and all its mirror sites from the directory /contrib/libraries. Make sure your WINE version is up to date. Also install the XPM packages as suggested in the other posts... Ciao, Marcus