Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. ** libs
  2. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpSIkWg
  3. Y/R.INSTALL4eed58ae660d/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL
  4. _H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c LL_funcs.c -o LL_funcs.o
  5. In file included from LL_funcs.c:1:
  6. common.h:16:17: error: gvc.h: No such file or directory
  7. common.h:17:22: error: gvplugin.h: No such file or directory
  8. common.h:18:20: error: gvcext.h: No such file or directory
  9. common.h:19:20: error: gvcjob.h: No such file or directory
  10. In file included from LL_funcs.c:1:
  11. common.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  12. common.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  13. In file included from LL_funcs.c:2:
  14. util.h:18: error: expected ‘)’ before ‘*’ token
  15. LL_funcs.c:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  16. LL_funcs.c:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  17. LL_funcs.c: In function ‘getDefAttrs’:
  18. LL_funcs.c:31: error: ‘Agdict_t’ undeclared (first use in this function)
  19. LL_funcs.c:31: error: (Each undeclared identifier is reported only once
  20. LL_funcs.c:31: error: for each function it appears in.)
  21. LL_funcs.c:31: error: ‘dict’ undeclared (first use in this function)
  22. LL_funcs.c:31: warning: implicit declaration of function ‘agdictof’
  23. LL_funcs.c:34: warning: implicit declaration of function ‘dtsize’
  24. LL_funcs.c: In function ‘Rgraphviz_getDefAttrsGraph’:
  25. LL_funcs.c:61: error: ‘Agraph_t’ undeclared (first use in this function)
  26. LL_funcs.c:61: error: ‘g’ undeclared (first use in this function)
  27. LL_funcs.c:61: warning: implicit declaration of function ‘getAgraphPtr’
  28. LL_funcs.c: In function ‘Rgraphviz_setDefAttrsGraph’:
  29. LL_funcs.c:88: error: ‘Agraph_t’ undeclared (first use in this function)
  30. LL_funcs.c:88: error: ‘g’ undeclared (first use in this function)
  31. LL_funcs.c:93: error: ‘Agsym_t’ undeclared (first use in this function)
  32. LL_funcs.c:93: error: ‘r’ undeclared (first use in this function)
  33. LL_funcs.c:93: warning: implicit declaration of function ‘agraphattr’
  34. LL_funcs.c: In function ‘Rgraphviz_getAttrsGraph’:
  35. LL_funcs.c:105: error: ‘Agraph_t’ undeclared (first use in this function)
  36. LL_funcs.c:105: error: ‘g’ undeclared (first use in this function)
  37. LL_funcs.c:109: warning: implicit declaration of function ‘agget’
  38. LL_funcs.c:109: warning: initialization makes pointer from integer without a cast
  39. LL_funcs.c: In function ‘Rgraphviz_setAttrsGraph’:
  40. LL_funcs.c:129: error: ‘Agraph_t’ undeclared (first use in this function)
  41. LL_funcs.c:129: error: ‘g’ undeclared (first use in this function)
  42. LL_funcs.c:136: warning: implicit declaration of function ‘agsafeset’
  43. LL_funcs.c: In function ‘Rgraphviz_getAttrsCluster’:
  44. LL_funcs.c:148: error: ‘Agraph_t’ undeclared (first use in this function)
  45. LL_funcs.c:148: error: ‘sg’ undeclared (first use in this function)
  46. LL_funcs.c:148: warning: implicit declaration of function ‘getClusterPtr’
  47. LL_funcs.c:152: warning: initialization makes pointer from integer without a cast
  48. LL_funcs.c: In function ‘Rgraphviz_setAttrsCluster’:
  49. LL_funcs.c:172: error: ‘Agraph_t’ undeclared (first use in this function)
  50. LL_funcs.c:172: error: ‘sg’ undeclared (first use in this function)
  51. LL_funcs.c: In function ‘Rgraphviz_getDefAttrsNode’:
  52. LL_funcs.c:191: error: ‘Agraph_t’ undeclared (first use in this function)
  53. LL_funcs.c:191: error: ‘g’ undeclared (first use in this function)
  54. LL_funcs.c:194: error: ‘Agnode_t’ undeclared (first use in this function)
  55. LL_funcs.c:194: error: ‘n’ undeclared (first use in this function)
  56. LL_funcs.c: In function ‘Rgraphviz_setDefAttrsNode’:
  57. LL_funcs.c:219: error: ‘Agraph_t’ undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement