> So at the very end, it said this: > > make[1]: update-desktop-database: No such file or directory > make[1]: [install] Error 1 (ignored) > /usr/bin/install -c ./winemaker /Users/AndyBob/wine/wine-1.1.36/bin/winemaker > /usr/bin/install -c -m 644 winemaker.man /Users/AndyBob/wine/wine-1.1.36/share/man/man1/winemaker.1 > succesfully ran 'make install' in /Users/AndyBob/wine/build/wine-1.1.36' > Juliet:osxwinebuilder-read-only AndyBob$ > > I see it has an error, but it also says that it successfully ran the 'make install'. Did this completely do it's thing? And thank you so much for the help. Indeed, it's done - the 'update-desktop-databse' error pops up since OS X doesn't ship with the package that provides the program: http://www.freedesktop.org/software/desktop-file-utils You should now be able to set some environment variables and startup Wine: export PATH="${HOME}/wine/wine-1.1.36/bin:${PATH}" export DYLD_FALLBACK_LIBRARY_PATH="${HOME}/wine/wine-1.1.36/lib:/usr/X11/lib:/usr/lib" which wine # should return /Users/AndyBob/wine/wine-1.1.36/bin/wine wine winecfg # should bring up the wine config app Good luck, let me know how it goes and if you have any trouble, let me know: http://code.google.com/p/osxwinebuilder/issues/list Don't think anyone (besides me) is actually using this, so I'd love to have some feedback! -ryan