http://bugs.winehq.org/show_bug.cgi?id=17354
--- Comment #6 from David Baumgold singingwolfboy@gmail.com 2009-03-05 19:16:16 --- (In reply to comment #4)
(In reply to comment #3)
WINEDEBUG=+loaddll,+process,+tid,+winspool wine notepad 2>&1 | tee log.txt
Attached.
0009:trace:winspool:CUPS_LoadPrinters dlopen(libcups.2.dylib, 258): image not found
Wine is unable to load the required library. When CUPS failed to load, Wine will try to open and parse "/etc/printcap" (BSD printing system) to use the Printers from there.
<pre> $ locate libcups.2.dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libcups.2.dylib /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libcups.2.dylib /usr/lib/libcups.2.dylib /usr/lib/zsh/libcups.2.dylib </pre> Where does Wine expect libcups.2.dylib to be located?
You must make sure, that CUPS or LPR is properly installed and configured.
As I said, Darwine did it.
Again, a different Computer with a different configuration. You can't compare both.
I don't understand what you're saying. It's exactly the same computer, with exactly the same configuration. When I try to print via wine installed via Macports, printing fails. When I try to print via Darwine-packaged wine, printing works. I'm running this on exactly the same computer, and I don't change any configuration at all: the only difference is whether I'm using Macports wine or Darwine. However, hopefully figuring out where wine expects libcups.2.dylib to be will solve the problem.