Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. $ sudo make
  2. gcc -c -I. -I/usr/local/include -I/home/fau/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -D_TT_PREFIX="\"/usr/local\"" -D_TT_INCLUDEDIR="\"/usr/local/include\"" -D_TT_LIBDIR="\"/usr/local/lib\"" -D_TT_BINDIR="\"/usr/local/bin\"" -D_TT_LIBEXECDIR="\"/usr/local/libexec\"" -D_TT_APPINC="\"-I/usr/local/include\"" -D_TT_APPLIBS="\"-L/usr/local/lib -ltokyotyrant -ltokyocabinet -lbz2 -lz -lresolv -lnsl -ldl -lrt -lpthread -lm -lc \"" -g -O2 -std=c99 -Wall -fPIC -fsigned-char -O2 ttutil.c
  3. ttutil.c: In function ‘tthttpfetch’:
  4. ttutil.c:679: warning: implicit declaration of function ‘tcatoih’
  5. ttutil.c: In function ‘ttservstart’:
  6. ttutil.c:1076: warning: implicit declaration of function ‘tcsleep’
  7. gcc -c -I. -I/usr/local/include -I/home/fau/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -D_TT_PREFIX="\"/usr/local\"" -D_TT_INCLUDEDIR="\"/usr/local/include\"" -D_TT_LIBDIR="\"/usr/local/lib\"" -D_TT_BINDIR="\"/usr/local/bin\"" -D_TT_LIBEXECDIR="\"/usr/local/libexec\"" -D_TT_APPINC="\"-I/usr/local/include\"" -D_TT_APPLIBS="\"-L/usr/local/lib -ltokyotyrant -ltokyocabinet -lbz2 -lz -lresolv -lnsl -ldl -lrt -lpthread -lm -lc \"" -g -O2 -std=c99 -Wall -fPIC -fsigned-char -O2 tculog.c
  8. tculog.c: In function ‘tculogadboptimize’:
  9. tculog.c:742: warning: implicit declaration of function ‘tcadboptimize’
  10. gcc -c -I. -I/usr/local/include -I/home/fau/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__ -D_TT_PREFIX="\"/usr/local\"" -D_TT_INCLUDEDIR="\"/usr/local/include\"" -D_TT_LIBDIR="\"/usr/local/lib\"" -D_TT_BINDIR="\"/usr/local/bin\"" -D_TT_LIBEXECDIR="\"/usr/local/libexec\"" -D_TT_APPINC="\"-I/usr/local/include\"" -D_TT_APPLIBS="\"-L/usr/local/lib -ltokyotyrant -ltokyocabinet -lbz2 -lz -lresolv -lnsl -ldl -lrt -lpthread -lm -lc \"" -g -O2 -std=c99 -Wall -fPIC -fsigned-char -O2 tcrdb.c
  11. In file included from tcrdb.c:20:
  12. tcrdb.h:543: error: ‘TDBITTOKEN’ undeclared here (not in a function)
  13. tcrdb.h:544: error: ‘TDBITQGRAM’ undeclared here (not in a function)
  14. tcrdb.h:572: error: ‘TDBQCFTSPH’ undeclared here (not in a function)
  15. tcrdb.h:573: error: ‘TDBQCFTSAND’ undeclared here (not in a function)
  16. tcrdb.h:574: error: ‘TDBQCFTSOR’ undeclared here (not in a function)
  17. tcrdb.h:575: error: ‘TDBQCFTSEX’ undeclared here (not in a function)
  18. tcrdb.h:588: error: ‘TDBMSUNION’ undeclared here (not in a function)
  19. tcrdb.h:589: error: ‘TDBMSISECT’ undeclared here (not in a function)
  20. tcrdb.h:590: error: ‘TDBMSDIFF’ undeclared here (not in a function)
  21. tcrdb.c: In function ‘tcrdbsend’:
  22. tcrdb.c:1140: warning: implicit declaration of function ‘tcsleep’
  23. make: *** [tcrdb.o] Error 1
Add Comment
Please, Sign In to add comment