Advertisement
NonstickAtom

Error with <gmp.h>

Jan 28th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.27 KB | None | 0 0
  1. nonstickatom@WHS-2-17-LT:~/spasm-ng$ ls gmp.h
  2. gmp.h
  3. nonstickatom@WHS-2-17-LT:~/spasm-ng$ i686-w64-mingw32-g++-win32 main.cpp opcodes.cpp pass_one.cpp pass_two.cpp utils.cpp export.cpp preop.cpp directive.cpp console.cpp expand_buf.cpp hash.cpp list.cpp parser.cpp storage.cpp errors.cpp bitmap.cpp modp_ascii.cpp opcodes_ez80.cpp -o spasm.exe
  4. In file included from main.cpp:1:0:
  5. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  6.  #include <gmp.h>
  7.           ^~~~~~~
  8. compilation terminated.
  9. In file included from opcodes.cpp:1:0:
  10. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  11.  #include <gmp.h>
  12.           ^~~~~~~
  13. compilation terminated.
  14. In file included from pass_one.cpp:1:0:
  15. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  16.  #include <gmp.h>
  17.           ^~~~~~~
  18. compilation terminated.
  19. In file included from pass_two.cpp:1:0:
  20. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  21.  #include <gmp.h>
  22.           ^~~~~~~
  23. compilation terminated.
  24. In file included from utils.cpp:1:0:
  25. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  26.  #include <gmp.h>
  27.           ^~~~~~~
  28. compilation terminated.
  29. In file included from export.cpp:6:0:
  30. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  31.  #include <gmp.h>
  32.           ^~~~~~~
  33. compilation terminated.
  34. In file included from preop.cpp:1:0:
  35. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  36.  #include <gmp.h>
  37.           ^~~~~~~
  38. compilation terminated.
  39. In file included from directive.cpp:1:0:
  40. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  41.  #include <gmp.h>
  42.           ^~~~~~~
  43. compilation terminated.
  44. In file included from console.cpp:1:0:
  45. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  46.  #include <gmp.h>
  47.           ^~~~~~~
  48. compilation terminated.
  49. In file included from expand_buf.cpp:1:0:
  50. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  51.  #include <gmp.h>
  52.           ^~~~~~~
  53. compilation terminated.
  54. In file included from hash.cpp:1:0:
  55. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  56.  #include <gmp.h>
  57.           ^~~~~~~
  58. compilation terminated.
  59. In file included from list.cpp:1:0:
  60. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  61.  #include <gmp.h>
  62.           ^~~~~~~
  63. compilation terminated.
  64. In file included from parser.cpp:1:0:
  65. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  66.  #include <gmp.h>
  67.           ^~~~~~~
  68. compilation terminated.
  69. In file included from storage.cpp:1:0:
  70. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  71.  #include <gmp.h>
  72.           ^~~~~~~
  73. compilation terminated.
  74. In file included from errors.cpp:1:0:
  75. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  76.  #include <gmp.h>
  77.           ^~~~~~~
  78. compilation terminated.
  79. In file included from bitmap.cpp:1:0:
  80. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  81.  #include <gmp.h>
  82.           ^~~~~~~
  83. compilation terminated.
  84. In file included from modp_ascii.cpp:44:0:
  85. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  86.  #include <gmp.h>
  87.           ^~~~~~~
  88. compilation terminated.
  89. In file included from opcodes_ez80.cpp:1:0:
  90. stdafx.h:128:10: fatal error: gmp.h: No such file or directory
  91.  #include <gmp.h>
  92.           ^~~~~~~
  93. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement