-
Notifications
You must be signed in to change notification settings - Fork 114
Description
Hi -
I have attempted to install cloudfuse on RHEL7.2 and Ubuntu 15.10 and have encountered the following error during the compile (make) stage:
./configure
.
..
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
:~/cloudfuse$ make
gcc -g -O2 -I/usr/include/libxml2 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse @JSONC_CFLAGS@ -o cloudfuse cloudfsapi.c cloudfuse.c -lxml2 -lcurl -lfuse -pthread -lssl -lcrypto @JSONC_LIBS@
gcc: error: @JSONC_CFLAGS@: No such file or directory
gcc: error: @JSONC_LIBS@: No such file or directory
Makefile:29: recipe for target 'cloudfuse' failed
make: *** [cloudfuse] Error 1
Please can you provide assistance?
Regards,
Evan