> I hate to repost this perennial newbie question, but even > after browsing the > archives and trying various remedies, I'm still stuck. > > The problem: I've compiled Wine from Wine-20011226 on > Mandrake 8.0, and when > I try to run an application, I get the following: > > $ wine mspaint > Loading required GL library /usr/X11R6/lib/libGL.so.1.0 > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the > binary, please > install the Xpm and Xpm-devel packages and recompile wine > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the > binary, please > install > <snip...> > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the > binary, please > install the Xpm and Xpm-devel packages and recompile wine > err:ntdll:RtlpWaitForCriticalSection section 0x7fdae840 "?" > wait timed out, > retrying (60 sec) fs=008f > > As far as I can tell, the XPM files are there. Bringing up > Package Manager > and searching for "xpm" in the Installed packages, I get matches on: > > libxpm4-devel > libxpm4 > > I had previously installed CodeWeavers and WineHQ Wine, but > both are now > removed from my system. The only installed Wine package is > wineinstalltk. > > To compile Wine, I enter su, and then go into the > wine-20011226 directory. I > then type: > > rm config.cache > make distclean > ./compile --enable-opengl > > and get: > > *** Warning: you explicitly linked in a thread-safe OpenGL > version. If you > *** experience unusual crashes on DirectDraw games, try > first to disable > OpenGL > *** support before reporting bugs. > > *** 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. > > No warnings about the xpm file being missing. I then type: > > make depend > make > > and it grinds away forever until it completes successfully: > > Wine build complete. > > But if I try to run anything: > > $ wine pbrush > Loading required GL library /usr/X11R6/lib/libGL.so.1.0 > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the > binary, please > install the Xpm and Xpm-devel packages and recompile wine > fixme:x11drv:OBM_CreateBitmaps Xpm support not in the > binary, please > install the Xpm and Xpm-devel packages and recompile wine > <snip> > > and it just hangs. > > Any suggestions? > > Thanks! > > -- David Cuny Before you re-configure and build, \rm config.cache - then try it Snodge