Skip to content

wine plugins are searched in the wrong path #1

@ensonic

Description

@ensonic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions