Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wine plugins are searched in the wrong path #1

Open
ensonic opened this issue Oct 29, 2014 · 1 comment
Open

wine plugins are searched in the wrong path #1

ensonic opened this issue Oct 29, 2014 · 1 comment
Labels

Comments

@ensonic
Copy link
Member

ensonic commented Oct 29, 2014

Perhaps it was different before. But modern wine versions install the .dll files in /usr/lib/wine/fakedlls/.

Index: dllwrapper/wine/Makefile.am
===================================================================
--- dllwrapper/wine/Makefile.am.orig
+++ dllwrapper/wine/Makefile.am
@@ -34,7 +34,7 @@ libloader_la_CCASFLAGS = $(ARCH_CCASFLAG
# -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK.
AM_CPPFLAGS = \
-D__WINE__ \
- -DWIN32_PATH=\"/usr/lib/win32\" \
+ -DWIN32_PATH=\"/usr/lib/wine/fakedlls\" \
-DWIN32_LIB_PATH=\"$(libdir)/win32\" \
-fno-omit-frame-pointer \
-mno-omit-leaf-frame-pointer
@ensonic ensonic added the bug label Oct 29, 2014
@ensonic
Copy link
Member Author

ensonic commented Oct 29, 2014

Also on multi-arch system they are under e.g.
/usr/lib/i386-linux-gnu/wine and /usr/lib/x86_64-linux-gnu/wine/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant