http://bugs.winehq.org/show_bug.cgi?id=5991
------- Additional Comments From jamescgillies@gmail.com 2006-21-09 20:39 ------- Hello Benjamin,
Thanks very much for looking into this, and please bear with me I am still very new to Wine but learn quickly.
It would appear that after applying your patch to a fresh source tree of wine 0.9.21 with:
patch -p1 > adds-stub-implementation-nddeapi.bin
inside the wine-0.9.21 dir this is patched fine.
I then figured out that I *think* I had to run make_dlls inside the /dlls dir.
When I did a ./configure inside the wine-0.9.21 dir but I did not see it "pick up"/create dlls for the new dll name even though I could see the line:
dlls/nddeapi/Makefile
inside the configure.ac file
The problem boils down to if I run a "make depend" the process fails saying:
Entering directory 'home/james/wine/wine-0.9.21/dlls/nddeapi' *** No rule to make target 'depend' Stop. *** [nddeapi/__depend__] Error 2
If I then try to run "make" on it's own the process falls over when it gets to that dll as well.
Can you offer any suggestion as to where I am going wrong?
Thank you very much in advance.
Kind regards
James Gillies