root@thurel-Compaq-Presario-A900-Notebook-PC:/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2# make
for i in doc/manpages doc/technical csrc schema javasrc apps `cat local.subdirs 2>/dev/null || :`; do \
(cd "$i" && pwd && make default) || exit 1; \
done
/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages
make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages'
: To build the documentation: make documentation
make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/manpages'
/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical
make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical'
: To build the documentation: make documentation
make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/doc/technical'
/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc
make[1]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc'
test -d include/ccn || (test -d ../include/ccn && mkdir -p include && ln -s ../../include/ccn include/ccn)
for i in lib ccnd libexec cmd util tests; do \
(cd "$i" && pwd && make -f ../conf.mk -f dir.mk -f ../subr.mk "COPT=-g" CFLAGS='$(REAL_CFLAGS)' SRCDIR=..//$i default) || exit 1; \
done
/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib
make[2]: Entering directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib'
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_client.o ccn_client.c
ccn_client.c: In function ‘ccn_is_final_block’:
ccn_client.c:2392:12: warning: variable ‘ccnb_size’ set but not used [-Wunused-but-set-variable]
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_charbuf.o ccn_charbuf.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_indexbuf.o ccn_indexbuf.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_coding.o ccn_coding.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_dtag_table.o ccn_dtag_table.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_schedule.o ccn_schedule.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_matrix.o ccn_matrix.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c ccn_extend_dict.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_buf_decoder.o ccn_buf_decoder.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_uri.o ccn_uri.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_buf_encoder.o ccn_buf_encoder.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_bloom.o ccn_bloom.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_name_util.o ccn_name_util.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_face_mgmt.o ccn_face_mgmt.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c -o ccn_reg_mgmt.o ccn_reg_mgmt.c
cc -g -Wall -Wpointer-arith -Wreturn-type -Wstrict-prototypes -I../include -D_REENTRANT -fPIC -c ccn_digest.c
ccn_digest.c:21:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make[2]: *** [ccn_digest.o] Error 1
make[2]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc/lib'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2/csrc'
make: *** [default] Error 1
root@thurel-Compaq-Presario-A900-Notebook-PC:/home/thurel/Projet_Industriel/dipit2/ccnx-0.4.2#
Partager