Skip to content

Instantly share code, notes, and snippets.

@anoduck
Created November 30, 2014 21:26
Show Gist options
  • Save anoduck/9b0663d83d5f89048c81 to your computer and use it in GitHub Desktop.
Save anoduck/9b0663d83d5f89048c81 to your computer and use it in GitHub Desktop.
Recieving errors from attempting to compile tahoefs. I am having difficulties tracing the answer, very frustrating...
json_stub.c: In function ‘json_stub_extract_child’:
json_stub.c:289:3: warning: ‘json_object_object_get’ is deprecated (declared at /usr/include/json-c/json_object.h:271) [-Wdeprecated-declarations]
jchildrenp = json_object_object_get(jfileinfop, "children");
^
Successfully remade target file `json_stub.o'.
File `filecache.o' does not exist.
Must remake target `filecache.o'.
cc -Wall -g -D_FILE_OFFSET_BITS=64 -I/usr/local/include/fuse -I/usr/include/json-c -c -o filecache.o filecache.c
Successfully remade target file `filecache.o'.
Must remake target `tahoefs'.
cc -pthread -L/usr/local/lib -lfuse -L/usr/lib/x86_64-linux-gnu -lcurl -ljson-c tahoefs.o http_stub.o json_stub.o filecache.o -o tahoefs
tahoefs.o: In function `tahoefs_opt_proc':
/home/vassilios/Sandbox/tahoefs/tahoefs/tahoefs.c:460: undefined reference to `fuse_opt_add_arg'
tahoefs.o: In function `main':
/home/vassilios/Sandbox/tahoefs/tahoefs/tahoefs.c:518: undefined reference to `fuse_opt_parse'
/home/vassilios/Sandbox/tahoefs/tahoefs/tahoefs.c:529: undefined reference to `fuse_main_real'
http_stub.o: In function `http_stub_initialize':
/home/vassilios/Sandbox/tahoefs/tahoefs/http_stub.c:69: undefined reference to `curl_global_init'
http_stub.o: In function `http_stub_terminate':
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment