We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 10 22H2
I run it as a regular program / Запускаю программу обычным образом
mingw32-make.exe CPREFIX=x86_64-w64-mingw32- BIT64=1 WINDIVERTHEADERS=C:\Users\systemhorse\Downloads\WinDivert-2.2.2-A\include WINDIVERTLIBS=C:\Users\systemhorse\Downloads\WinDivert-2.2.2-A\x64
ends with an error:
x86_64-w64-mingw32-windres goodbyedpi-rc.rc goodbyedpi-rc.o process_begin: CreateProcess(NULL, x86_64-w64-mingw32-windres goodbyedpi-rc.rc goodbyedpi-rc.o, ...) failed. make (e=2): The system cannot find the file specified. mingw32-make: *** [Makefile:46: goodbyedpi-rc.o] Error 2
Using MSYS2 on Windows
The text was updated successfully, but these errors were encountered:
It is apparently named just windres in msys2, you need to remove the prefix in Makefile.
windres
Sorry, something went wrong.
Use non-prefixed windres for msys2. #372
7f092de
3837635
No branches or pull requests
Operating system / операционная система
Windows 10 22H2
Running as service / Запуск программы как сервис
I run it as a regular program / Запускаю программу обычным образом
Describe the bug / Опишите ошибку программы
mingw32-make.exe CPREFIX=x86_64-w64-mingw32- BIT64=1 WINDIVERTHEADERS=C:\Users\systemhorse\Downloads\WinDivert-2.2.2-A\include WINDIVERTLIBS=C:\Users\systemhorse\Downloads\WinDivert-2.2.2-A\x64
ends with an error:
Additional information / Дополнительная информация
Using MSYS2 on Windows
The text was updated successfully, but these errors were encountered: