toxcrawler icon indicating copy to clipboard operation
toxcrawler copied to clipboard

error , file not found

Open bialystok opened this issue 1 year ago • 1 comments

CC main.o ./src/main.c:38:10: fatal error: tox/tox_private.h: Nie ma takiego pliku ani katalogu 38 | #include <tox/tox_private.h>

bialystok avatar Mar 09 '24 19:03 bialystok

You need to compile toxcore with the -D EXPERIMENTAL_API=ON flag.

JFreegman avatar Mar 09 '24 19:03 JFreegman