(You can CC the public list on such issues.)

On Mon, Dec 10, 2012 at 12:46 AM, Jon Schipp <[email protected]> wrote:
> I'm encountering a new error while compiling, i'm specifying the
> variables too which worked
> the last time I was successful
>
> # make NACL_LIB_DIR=/root/nacl/nacl-20110221/build/ubuntu/lib/amd64/
> NACL_INC_DIR=/root/nacl/nacl-20110221/build/ubuntu/include/amd64/
> ...
> ...
> Building curvetun:
> -e   CC curve.c
> In file included from curve.c:22:0:
> curve.h:17:51: fatal error: crypto_box_curve25519xsalsa20poly1305.h:
> No such file or directory
> compilation terminated.
> make: *** [curvetun/curve.o] Error 1

It seems to the that it didn't read the environment variables. Is
there something exported from your .bashrc after the build?

Could it be that you built the first time NaCl under root and then
compiled the toolkit as a user?

Is you default shell bash?

> Also, I still get this when make tries to download NaCL:
>
> Building nacl:
> Building NaCl for arch amd64 on host ubuntu (grab a coffee, this takes
> a while) ...
> NaCl lib path /root/nacl/nacl-20110221/build/ubuntu/lib/amd64
> NaCl include path /root/nacl/nacl-20110221/build/ubuntu/include/amd64
> ./nacl_path.sh: 20: ./nacl_path.sh: source: not found
> Done!
> /bin/sh: 1: source: not found
> make: *** [nacl] Error 127
>
> Same here with "make nacl"
> # make nacl
> NACL_LIB_DIR/NACL_INC_DIR is undefined, building libnacl with curvetun!
> Building nacl:
> Building NaCl for arch amd64 on host ubuntu (grab a coffee, this takes
> a while) ...
> NaCl lib path /root/nacl/nacl-20110221/build/ubuntu/lib/amd64
> NaCl include path /root/nacl/nacl-20110221/build/ubuntu/include/amd64
> ./nacl_path.sh: 20: ./nacl_path.sh: source: not found
> Done!
> /bin/sh: 1: source: not found
> make: *** [nacl] Error 127

-- 


Reply via email to