Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 4.33 KB | None | 0 0
  1. cd Library_MMDAgent && make -f Makefile all
  2. make[1]: Entering directory `/home/necromonger/BASE/DEVELOPMENT/MMDAgent/mmdagentfans/mmdagentfans/mmdagent/MMDAgent/Library_MMDAgent'
  3. g++ -O2 -pipe -Wall -fPIC -I../Library_MMDFiles/include -I../Linux_compat/include -I include -I /usr/include -I/usr/local/include/bullet    -c src/BoneController.cpp -o src/BoneController.o
  4. g++ -O2 -pipe -Wall -fPIC -I../Library_MMDFiles/include -I../Linux_compat/include -I include -I /usr/include -I/usr/local/include/bullet    -c src/LogText.cpp -o src/LogText.o
  5. In file included from include/MMDAgent.h:51,
  6.                 from src/LogText.cpp:45:
  7. include/TextRenderer.h:54: ошибка: ‘HDC’ does not name a type
  8. include/TextRenderer.h:55: ошибка: ‘HFONT’ does not name a type
  9. include/TextRenderer.h:80: ошибка: ‘HDC’ has not been declared
  10. In file included from include/MMDAgent.h:57,
  11.                 from src/LogText.cpp:45:
  12. include/Screen.h:44: ошибка: ‘HDC’ does not name a type
  13. include/Screen.h:45: ошибка: ‘HGLRC’ does not name a type
  14. include/Screen.h:65: ошибка: ‘RECT’ does not name a type
  15. include/Screen.h:82: ошибка: ‘HWND’ has not been declared
  16. include/Screen.h:102: ошибка: ‘HWND’ does not name a type
  17. In file included from include/MMDAgent.h:57,
  18.                 from src/LogText.cpp:45:
  19. include/Screen.h:111: ошибка: ‘HWND’ has not been declared
  20. include/Screen.h:114: ошибка: ‘HWND’ has not been declared
  21. include/Screen.h:126: ошибка: ‘HDC’ does not name a type
  22. In file included from include/MMDAgent.h:60,
  23.                 from src/LogText.cpp:45:
  24. include/Timer.h:47: ошибка: ‘UINT’ does not name a type
  25. include/Timer.h:49: ошибка: ‘DWORD’ does not name a type
  26. include/Timer.h:51: ошибка: ‘DWORD’ does not name a type
  27. include/Timer.h:54: ошибка: ‘DWORD’ does not name a type
  28. include/Timer.h:62: ошибка: ‘DWORD’ does not name a type
  29. include/Timer.h:79: ошибка: ‘UINT’ has not been declared
  30. In file included from include/MMDAgent.h:61,
  31.                 from src/LogText.cpp:45:
  32. include/Plugin.h:48: ошибка: ‘HINSTANCE’ does not name a type
  33. include/Plugin.h:51: ошибка: expected ‘)’ before ‘*’ token
  34. include/Plugin.h:52: ошибка: expected ‘)’ before ‘*’ token
  35. include/Plugin.h:53: ошибка: expected ‘)’ before ‘*’ token
  36. include/Plugin.h:54: ошибка: expected ‘)’ before ‘*’ token
  37. include/Plugin.h:55: ошибка: expected ‘)’ before ‘*’ token
  38. include/Plugin.h:56: ошибка: expected ‘)’ before ‘*’ token
  39. include/Plugin.h:103: ошибка: ‘HWND’ has not been declared
  40. include/Plugin.h:106: ошибка: ‘HWND’ has not been declared
  41. include/Plugin.h:106: ошибка: ‘UINT’ has not been declared
  42. include/Plugin.h:106: ошибка: ‘WPARAM’ has not been declared
  43. include/Plugin.h:106: ошибка: ‘LPARAM’ has not been declared
  44. In file included from src/LogText.cpp:45:
  45. include/MMDAgent.h:87: ошибка: ‘HWND’ does not name a type
  46. include/MMDAgent.h:88: ошибка: ‘HINSTANCE’ does not name a type
  47. include/MMDAgent.h:108: ошибка: ‘POINT’ does not name a type
  48. In file included from src/LogText.cpp:45:
  49. include/MMDAgent.h:207: ошибка: ‘HWND’ has not been declared
  50. include/MMDAgent.h:216: ошибка: ‘HWND’ does not name a type
  51. include/MMDAgent.h:234: ошибка: ‘HWND’ does not name a type
  52. include/MMDAgent.h:237: ошибка: ‘HINSTANCE’ does not name a type
  53. include/MMDAgent.h:252: ошибка: ‘HWND’ has not been declared
  54. include/MMDAgent.h:336: ошибка: ‘HWND’ has not been declared
  55. include/MMDAgent.h:336: ошибка: ‘UINT’ has not been declared
  56. include/MMDAgent.h:336: ошибка: ‘WPARAM’ has not been declared
  57. include/MMDAgent.h:336: ошибка: ‘LPARAM’ has not been declared
  58. include/MMDAgent.h:339: ошибка: ‘HWND’ has not been declared
  59. include/MMDAgent.h:339: ошибка: ‘WPARAM’ has not been declared
  60. include/MMDAgent.h:339: ошибка: ‘LPARAM’ has not been declared
  61. make[1]: *** [src/LogText.o] Ошибка 1
  62. make[1]: Leaving directory `/home/necromonger/BASE/DEVELOPMENT/MMDAgent/mmdagentfans/mmdagentfans/mmdagent/MMDAgent/Library_MMDAgent'
  63. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement