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

mingw32-make: *** Makefile:46: goodbyedpi-rc.o Error 2 #372

Closed
systemhorse opened this issue Jul 20, 2024 · 1 comment
Closed

mingw32-make: *** Makefile:46: goodbyedpi-rc.o Error 2 #372

systemhorse opened this issue Jul 20, 2024 · 1 comment

Comments

@systemhorse
Copy link

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:

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

Additional information / Дополнительная информация

Using MSYS2 on Windows

@ValdikSS
Copy link
Owner

It is apparently named just windres in msys2, you need to remove the prefix in Makefile.

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

No branches or pull requests

2 participants