-
Notifications
You must be signed in to change notification settings - Fork 13
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
patched wine fails to compile loadorder.c #216
Comments
This is what wine-gaming-nine's PKGBUILD in aur looks like, maybe use 'prefix' to replace 'DESTDIR'? :) EDIT: also this aur package is using a patched 1.99 version instead of generated patches, this can be a workaround |
Using prefix instead doesn't make it work. |
Please run make first, then run make install. |
Your right it fails during make with d3d9 patches. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -O2 -fPIC |
I checked my logs and it seems as the generated d3d9 patches doesn't apply on top of staging. |
Adding d3d9-patches breaks "make DESTDIR=/tmp/knasbubbla install"
Without d3d9-patches it works and i do use staging but after i patched with d3d9-patches it breaks.
If i don't use d3d9-patches everything works as expected.
wine_d3d9_install.txt
The patches are from https://github.com/NP-Hardass/wine-d3d9-patches.git and generated with "./generate-d3d9-patch.sh 1.9.9".
The text was updated successfully, but these errors were encountered: