http://bugs.winehq.org/show_bug.cgi?id=44769
Janne janne.kekkonen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen@gmail.com
--- Comment #6 from Janne janne.kekkonen@gmail.com --- Hello,
tried to apply patch to Wine 10.17. I got following errors.
cat VERSION
Wine version 10.17
git apply portabledeviceapi.patch
portabledeviceapi.patch:374: new blank line at EOF. + error: patch failed: include/Makefile.in:528 error: include/Makefile.in: patch does not apply
After this I manually modified/added files according to patch file. When compiling i got this error message:
make
tools/winegcc/winegcc -o dlls/portabledeviceapi/x86_64-windows/portabledeviceapi.dll --wine-objdir . -b x86_64-w64-mingw32 -Wl,--wine-builtin -shared \ ../wine10.17/dlls/portabledeviceapi/portabledeviceapi.spec -mno-cygwin \ libs/uuid/x86_64-windows/libuuid.a dlls/winecrt0/x86_64-windows/libwinecrt0.a \ dlls/ucrtbase/x86_64-windows/libucrtbase.a dlls/kernel32/x86_64-windows/libkernel32.a \ dlls/ntdll/x86_64-windows/libntdll.a /usr/bin/x86_64-w64-mingw32-ld: tmp6903e15f/portabledeviceapi-00000000.spec.o:fake:(.edata+0x2c): undefined reference to `DllGetClassObject' collect2: error: ld returned 1 exit status winegcc: /usr/bin/x86_64-w64-mingw32-gcc failed make: *** [Makefile:171649: dlls/portabledeviceapi/x86_64-windows/portabledeviceapi.dll] Error 2