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

Makefile error #951

Closed
k4p1cz opened this issue May 18, 2024 · 1 comment
Closed

Makefile error #951

k4p1cz opened this issue May 18, 2024 · 1 comment

Comments

@k4p1cz
Copy link

k4p1cz commented May 18, 2024

Hello, after running ./configure I'm getting this error. I am using Git bash and make-4.4.1-without-guile-w32-bin. Thank you for any help.

./configure

Starting hydra auto configuration ...

Checking for zlib (libz/zlib.h) ...
                                ... zlib not found, gzip support disabled
Checking for openssl (libssl/libcrypto/ssl.h/sha.h) ...
                                                    ... NOT found, SSL support disabled
Get it from http://www.openssl.org
Checking for gcrypt (libgcrypt/gpg-error.h) ...
                                            ... gcrypt not found, radmin2 module disabled
Checking for idn (libidn) ...
                          ... NOT found, unicode logins and passwords will not be supported
Checking for curses (libcurses/term.h) ...
                                       ... NOT found, color output disabled
Checking for pcre2 (libpcre/pcre.h) ...
                                    ... NOT found, server response checks will be less reliable
Checking for Postgres (libpq/libpq-fe.h) ...
                                         ... NOT found, module postgres disabled
Checking for SVN (libsvn_client-1/libapr-1/libaprutil-1) ...
                                                         ... NOT found, module svn disabled
Checking for firebird (libfbclient) ...
                                    ... NOT found, module firebird disabled
Checking for MYSQL client (libmysqlclient/math.h) ...
                                       ... math.h not found, module Mysql disabled
Checking for AFP (libafpclient) ...
                                ... NOT found, module Apple Filing Protocol disabled - Apple sucks anyway
Checking for NCP (libncp/nwcalls.h) ...
                                    ... NOT found, module NCP disabled
Checking for SAP/R3 (librfc/saprfc.h) ...
                                      ... NOT found, module sapr3 disabled
Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp
Checking for libssh (libssh/libssh.h) ...
                                      ... NOT found, module ssh disabled
Get it from http://www.libssh.org
Checking for Oracle (libocci/libclntsh/oci.h/libaio/liboci) ...
                                                            ... NOT found, module Oracle disabled
Get basic and sdk package from https://www.oracle.com/database/technologies/instant-client/downloads.html
Checking for Memcached (libmemcached/memcached.h) ...
                                                  ... NOT found, module memcached disabled
Checking for Freerdp3 (libfreerdp3/freerdp.h/libwinpr3/winpr.h) ...
                                                                ... NOT found, checking for freerdp2 module next...
Checking for Freerdp2 (libfreerdp2/freerdp.h/libwinpr2/winpr.h) ...
                                                                ... NOT found, module rdp disabled
Checking for Mongodb (libmongoc-1.0/mongoc.h/libbson-1.0/bson.h) ...
                                                                 ... NOT found, module mongodb disabled
Checking for smbclient (libsmbclient/libsmbclient.h) ...
                                                     ... NOT found, module smb2 disabled
Checking for GUI req's (pkg-config/gtk+-2.0) ...
                                             ... NOT found, optional anyway
Checking for Android specialities ...
                                  ... strrchr() not found
Checking for secure compile option support in gcc ...
                                                  Compiling... no
                                                  Linking... no
Checking for --allow-multiple-definition linker option ... no

Hydra will be installed into .../bin of: /usr/local
  (change this by running ./configure --prefix=path)

Writing Makefile.in ...

Cygwin/MSYS2 detected, if compilation fails just update your installation.

which: no windres in (/c/Users/Teodor Kapitanov/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/Teodor Kapitanov/bin:/c/Python312/Scripts:/c/Python312:/c/Program Files (x86)/Intel/iCLS Client:/c/Program Files/Intel/iCLS Client:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/cmd:/c/Program Files/nodejs:/c/ProgramData/chocolatey/bin:/c/Users/Teodor Kapitanov/AppData/Local/Microsoft/WindowsApps:/c/Users/Teodor Kapitanov/AppData/Local/GitHubDesktop/bin:/c/Users/Teodor Kapitanov/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/Teodor Kapitanov/AppData/Roaming/npm:/c/Program Files (x86)/Nmap:/usr/bin/vendor_perl:/usr/bin/core_perl)
Windres NOT found, you will not have pretty icon files in the hydra cygwin executables


now type "make"

make

\cc -I. -O3 -g -fcommon -Wno-deprecated-declarations  -g -D_GNU_SOURCE  -o pw-inspector  pw-inspector.c
process_begin: CreateProcess(NULL, cc -I. -O3 -g -fcommon -Wno-deprecated-declarations -g -D_GNU_SOURCE -o pw-inspector pw-inspector.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: [Makefile:78: pw-inspector] Error 2 (ignored)
cc -I. -O3 -g -fcommon -Wno-deprecated-declarations  -g -D_GNU_SOURCE -c hydra-vnc.c -DNO_STRRCHR
process_begin: CreateProcess(NULL, cc -I. -O3 -g -fcommon -Wno-deprecated-declarations -g -D_GNU_SOURCE -c hydra-vnc.c -DNO_STRRCHR, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:81: hydra-vnc.o] Error 2
@k4p1cz k4p1cz closed this as completed May 18, 2024
@k4p1cz k4p1cz reopened this May 18, 2024
@k4p1cz
Copy link
Author

k4p1cz commented May 18, 2024

I was not able to resolve the issue on my own. Help me please.

@k4p1cz k4p1cz closed this as completed May 19, 2024
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

1 participant