Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 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/GWD/bioinfo/apps/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=36 -fpic -g -O2 -c LL_funcs.c -o LL_funcs.o
  3. In file included from LL_funcs.c:1:
  4. common.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  5. LL_funcs.c: In function ‘getClusterPtr’:
  6. LL_funcs.c:24: warning: implicit declaration of function ‘agfindsubg’
  7. LL_funcs.c:24: warning: initialization makes pointer from integer without a cast
  8. LL_funcs.c: In function ‘getDefAttrs’:
  9. LL_funcs.c:31: error: ‘Agdict_t’ undeclared (first use in this function)
  10. LL_funcs.c:31: error: (Each undeclared identifier is reported only once
  11. LL_funcs.c:31: error: for each function it appears in.)
  12. LL_funcs.c:31: error: ‘dict’ undeclared (first use in this function)
  13. LL_funcs.c:31: warning: implicit declaration of function ‘agdictof’
  14. LL_funcs.c: In function ‘Rgraphviz_setDefAttrsGraph’:
  15. LL_funcs.c:93: warning: implicit declaration of function ‘agraphattr’
  16. LL_funcs.c:93: warning: initialization makes pointer from integer without a cast
  17. LL_funcs.c: In function ‘Rgraphviz_getDefAttrsNode’:
  18. LL_funcs.c:194: error: ‘Agraph_t’ has no member named ‘proto’
  19. LL_funcs.c: In function ‘Rgraphviz_setDefAttrsNode’:
  20. LL_funcs.c:224: warning: implicit declaration of function ‘agnodeattr’
  21. LL_funcs.c:224: warning: initialization makes pointer from integer without a cast
  22. LL_funcs.c: In function ‘Rgraphviz_getDefAttrsEdge’:
  23. LL_funcs.c:291: error: ‘Agraph_t’ has no member named ‘proto’
  24. LL_funcs.c: In function ‘Rgraphviz_setDefAttrsEdge’:
  25. LL_funcs.c:321: warning: implicit declaration of function ‘agedgeattr’
  26. LL_funcs.c:321: warning: initialization makes pointer from integer without a cast
  27. LL_funcs.c: In function ‘Rgraphviz_agopenSimple’:
  28. LL_funcs.c:456: error: too few arguments to function ‘aginit’
  29. LL_funcs.c:458: error: incompatible type for argument 2 of ‘agopen’
  30. LL_funcs.c:458: error: too few arguments to function ‘agopen’
  31. LL_funcs.c:476: error: too few arguments to function ‘agsubg’
  32. LL_funcs.c:501: error: too few arguments to function ‘agnode’
  33. LL_funcs.c:531: error: too few arguments to function ‘agedge’
  34. make: *** [LL_funcs.o] Error 1
  35. ERROR: compilation failed for package ‘Rgraphviz’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement