http://bugs.winehq.org/show_bug.cgi?id=17354
--- Comment #9 from David Baumgold singingwolfboy@gmail.com 2009-03-07 08:49:36 --- (In reply to comment #7)
Have you tried running comparing Wine and Darwine's source to see how they fix it?
Unfortunately, I wouldn't know where to start. So no, I haven't. Can you give me some pointers on where to look and what to look for?
(In reply to comment #8)
I have no Idea about a MAC, but Wine use dlopen, so /usr/lib/libcups.2.dylib should be fine.
Wine need a 32bit lib: $ file /usr/lib/libcups.2.dylib But when Wine can't get the Printers from CUPS, "/etc/printcap" is parsed and Wine should still find your Printers.
I have no Idea, why both methods fail. Please attach /etc/printcap
$ file /usr/lib/libcups.2.dylib /usr/lib/libcups.2.dylib: Mach-O universal binary with 4 architectures /usr/lib/libcups.2.dylib (for architecture ppc7400): Mach-O dynamically linked shared library ppc /usr/lib/libcups.2.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library ppc64 /usr/lib/libcups.2.dylib (for architecture i386): Mach-O dynamically linked shared library i386 /usr/lib/libcups.2.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 $ ls /etc/printcap ls: /etc/printcap: No such file or directory