Advertisement
Guest User

errors from compiling

a guest
Jul 9th, 2016
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. /home/____/Downloads/spice/spice3f5sfix/src/lib/hlp//x11disp.c:10:23: fatal error: AsciiText.h: No such file or directory
  2. #include <AsciiText.h>
  3. ^
  4. /home/____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:276:1: error: static declaration of ‘sortlist’ follows non-static declaration
  5. sortlist(tlp)
  6. ^
  7. /home/_____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:44:13: note: previous declaration of ‘sortlist’ was here
  8. extern void sortlist(), tlfree();
  9. ^
  10. /home/____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:299:1: error: static declaration of ‘sortcm’ follows non-static declaration
  11. sortcmp(tlp1, tlp2)
  12. ^
  13. /home/_____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:45:12: note: previous declaration of ‘sortcmp’ was here
  14. extern int sortcmp();
  15. ^
  16. /home/_____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:324:1: error: static declaration of ‘tlfree’ follows non-static declaration
  17. tlfree(tl)
  18. ^
  19. /home/____/Downloads/spice/spice3f5sfix/src/lib/hlp//readhelp.c:44:25: note: previous declaration of ‘tlfre’ was here
  20. extern void sortlist(), tlfree();
  21. ^
  22. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//x11.c:25:26: fatal error: IntrinsicP.h: No such file or directory
  23. # include <IntrinsicP.h>
  24.  
  25. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//grid.c:478:1: error: static declaration of ‘drawlingri’ follows non-static declaration
  26. drawlingrid(graph, units, spacing, nsp, dst, lmt, hmt, onedec, mult, mag,
  27. ^
  28. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//grid.c:160:10: note: previous implicit declaration of drawlingrid’ was here
  29. drawlingrid(graph,
  30. ^
  31. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//grid.c:666:1: error: static declaration of ‘drawloggri’ follows non-static declaration
  32. drawloggrid(graph, units, hmt, lmt, decsp, subs, pp, axis)
  33. ^
  34. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//grid.c:151:10: note: previous implicit declaration of drawloggrid’ was here
  35. drawloggrid(graph,
  36. ^
  37.  
  38. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//graf.c:431:1: error: static declaration of ‘drawlegend’ follows non-static declaration
  39. drawlegend(graph, plotno, dv)
  40. ^
  41. /home/____/Downloads/spice/spice3f5sfix/src/lib/fte//graf.c:394:5: note: previous implicit declaration of ‘drawlegend’ was here
  42. drawlegend(currentgraph, plotno, dv);
  43. ^
  44. /home/___/Downloads/spice/spice3f5sfix/src/lib/fte//graf.c:554:8: error: static declaration of ‘gr_resize_internal’ follows non-static declaration
  45. static gr_resize_internal(graph)
  46. ^
  47. /home/___/Downloads/spice/spice3f5sfix/src/lib/fte//graf.c:204:5: note: previous implicit declaration of ‘gr_resize_internal’ was here
  48. gr_resize_internal(graph);
  49. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement