On Wednesday December 19 2007 04:52, Dan Sawyer wrote: > All that does is produce the same list. How can the missing packages be > identified? It should print warning(s) at the end if you have missing package(s). For example if you run this command in the root of the WINE source directory: ./configure --verbose And have at the end this output (this is just an example): ... config.status: executing dlls/user32/resources commands config.status: executing dlls/wineps.drv/data commands config.status: executing include/wine commands configure: libhal development files not found. Wine will be built without dynamic device support. (explorer.exe) configure: libsane development files not found. Wine will be built without scanner support. (sane.ds/twain_32.dll) configure: libgphoto2 development files not found. Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll) configure: libldap (OpenLDAP) development files not found. Wine will be built without LDAP support. (wldap32.dll) configure: libcapi20 development files not found. Wine will be built without ISDN support. (capi2032.dll) configure: libcups development files not found. Wine will be built without CUPS support. configure: libpng development files not found. Wine will be built without PNG support. (oleaut32.dll) Configure finished. Do 'make depend && make' to compile Wine. Then that means you have no HAL, SANE, CUPS, PNG and some other 32-bit libraries and corresponding functionality will be unavailable in your WINE build. Of course you may (and should) install these packages to get rid of these warnings. If you have no warning(s) like in example above then you have all *necessary* 32-bit packages to build WINE properly (at least theoretically). If your problem still isn't solved then explain what exactly doesn't work for you: what you are trying to do, what errors you get as a result? _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users