Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Alexandre Julliard
Ken Thomases writes: > OK, but that still works for me. I configured with --prefix=$HOME/test1, I > installed there, and tested. Then, I renamed ~/test1 to ~/test2 and retested > and things still worked. > > (I'll also point out that none of the Wine library references > incorporate absolute

Re: Problem with editing FAQ and other pages at wiki

2013-01-12 Thread André Hentschel
Am 11.01.2013 21:06, schrieb Dimi Paun: > OK, please try now, lemme know if there's any problems. > > Dimi. Now it works, thanks! -- Best Regards, André Hentschel

Re: Reload a DLL and _getptd returns zero

2013-01-12 Thread André Hentschel
Am 11.01.2013 20:24, schrieb Michael Ost: > Hi list, > > Does anyone know why _getptd() calls would return zero on a DLL that has been > reloaded? Does something happen to the TLS used by _getptd? > > At Muse Research we have been struggling with a deep bug for years where > there is a crash _s

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Ken Thomases
On Jan 12, 2013, at 4:12 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> On Jan 11, 2013, at 11:13 AM, Alexandre Julliard wrote: >>> It doesn't seem to work when installed: >>> >>> wine: failed to initialize: dlopen(/usr/local/lib/wine/ntdll.dll.so, 258): >>> image not found >> I as

Re: include: flesh out d3d11.idl (try 2)

2013-01-12 Thread Henri Verbeet
On 12 January 2013 03:47, Austin English wrote: > The forward declarations are necessary due to the convoluted nature of > the interfaces. My end goal is to add a stub for D3D11CreateDevice, > which fixes http://bugs.winehq.org/show_bug.cgi?id=32520 (so users > don't have to disable d3d11). Howeve

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Alexandre Julliard
Ken Thomases writes: > On Jan 11, 2013, at 11:13 AM, Alexandre Julliard wrote: >> It doesn't seem to work when installed: >> >> wine: failed to initialize: dlopen(/usr/local/lib/wine/ntdll.dll.so, 258): >> image not found > > It works for me on Mac OS X 10.6.8. On which version of the OS were