The original post: /r/tor by /u/verbal_666 on 2024-12-18 06:06:54.

Hello!

I build tor without problems on Linux machine.

I got errors inside W11/Cygwin64, with alla packages at the right place.

CC src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o

src/lib/crypt_ops/crypto_util.c: In function ‘memwipe’:

src/lib/crypt_ops/crypto_util.c:74:3: error: implicit declaration of function ‘RtlSecureZeroMemory’ [-Wimplicit-function-declaration]

74 | RtlSecureZeroMemory(mem,sz);

| ^~~~~~~~~~~~~~~~~~~

src/lib/crypt_ops/crypto_util.c:74:3: warning: nested extern declaration of ‘RtlSecureZeroMemory’ [-Wnested-externs]

make[1]: *** [Makefile:17486: src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o] Error 1

make[1]: Leaving directory '/home/Utente/tor'

make: *** [Makefile:7750: all] Error 2

Is there a fast solution?

Thanks 👍