basil00 / reqrypt

A censorship circumvention tool
http://reqrypt.org
475 stars 83 forks source link

Reqcrypt don't building if spaces in path exists #29

Closed megapro17 closed 6 years ago

megapro17 commented 6 years ago
gcc -DCLIENT -DLINUX -maes -Wall -O2 -I /some/path with spaces/ -D_FORTIFY_SOURCE=2  -c -o base64.o base64.c
gcc -DCLIENT -DLINUX -maes -Wall -O2 -I /some/path with spaces/ -D_FORTIFY_SOURCE=2  -c -o client.o client.c
gcc -DCLIENT -DLINUX -maes -Wall -O2 -I /some/path with spaces/ -D_FORTIFY_SOURCE=2  -c -o checksum.o checksum.c
gcc: error: No such file or directory.
gcc: error: No such file or directory.
gcc: error: No such file or directory.