1. ...................
  2. ...................
  3. ...................
  4. $ mingw32-make everything COMPILER=g++ AAFPLATFORM=Win
  5. cd ref-impl && c:/mingw64/bin/mingw32-make
  6. mingw32-make[1]: Entering directory 'c:/workspace/aaf/ref-impl'
  7. cd aaflib && c:/mingw64/bin/mingw32-make
  8. mingw32-make[2]: Entering directory 'c:/workspace/aaf/ref-impl/aaflib'
  9. Generating dependencies for aaflibsgi.cpp
  10. In file included from ../include/AAFCOMPlatformTypes.h:43:0,
  11. from ../include/AAFCOMPlatform.h:42,
  12. from ../include/ref-api/AAF.h:44,
  13. from aaflib.h:38,
  14. from aaflibsgi.cpp:36:
  15. ../include/AAFPlatform.h:267:2: error: #error Unknown platform
  16. #error Unknown platform
  17. ^
  18. ../include/AAFPlatform.h:302:3: error: #error "Unknown platform - add platform string";
  19. # error "Unknown platform - add platform string";
  20. ^
  21. In file included from ../include/AAFCOMPlatform.h:42:0,
  22. from ../include/ref-api/AAF.h:44,
  23. from aaflib.h:38,
  24. from aaflibsgi.cpp:36:
  25. ../include/AAFCOMPlatformTypes.h:208:2: error: #error Unknown operating system
  26. #error Unknown operating system
  27. ^
  28. In file included from ../include/ref-api/AAF.h:44:0,
  29. from aaflib.h:38,
  30. from aaflibsgi.cpp:36:
  31. ../include/AAFCOMPlatform.h:91:2: error: #error Unknown operating system
  32. #error Unknown operating system
  33. ^
  34. Generating dependencies for aaflib.cpp
  35. In file included from ../include/AAFCOMPlatformTypes.h:43:0,
  36. from ../include/AAFCOMPlatform.h:42,
  37. from ../include/ref-api/AAF.h:44,
  38. from aaflib.h:38,
  39. from aaflib.cpp:35:
  40. ../include/AAFPlatform.h:267:2: error: #error Unknown platform
  41. #error Unknown platform
  42. ^
  43. ../include/AAFPlatform.h:302:3: error: #error "Unknown platform - add platform string";
  44. # error "Unknown platform - add platform string";
  45. ^
  46. In file included from ../include/AAFCOMPlatform.h:42:0,
  47. from ../include/ref-api/AAF.h:44,
  48. from aaflib.h:38,
  49. from aaflib.cpp:35:
  50. ../include/AAFCOMPlatformTypes.h:208:2: error: #error Unknown operating system
  51. #error Unknown operating system
  52. ^
  53. In file included from ../include/ref-api/AAF.h:44:0,
  54. from aaflib.h:38,
  55. from aaflib.cpp:35:
  56. ../include/AAFCOMPlatform.h:91:2: error: #error Unknown operating system
  57. #error Unknown operating system
  58. ^
  59. aaflib.cpp:55:2: error: #error Unknown operating system
  60. #error Unknown operating system
  61. ^
  62. Generating dependencies for aaflibwin32.cpp
  63. ...............
  64. ...............
  65. ...............
  66. ../include/ref-api/AAFTypes.h:695:5: error: 'aafUInt8' does not name a type
  67. aafUInt8 instanceHigh;
  68. ../include/ref-api/AAFTypes.h:705:2: error: 'aafCharacter' does not name a type
  69. aafCharacter * companyName;
  70. ../include/ref-api/AAFTypes.h:719:3: error: 'aafInt16' does not name a type
  71. aafInt16 year; /* range -32,767 to +32767 */
  72. ................
  73. ................
  74. ................
  75. aaflib.h:499:3: error: 'LPAAFRESULTTOTEXTBUFLEN' does not name a type
  76. LPAAFRESULTTOTEXTBUFLEN _pfnResultToTextBufLen;
  77. ^
  78. aaflib.h:500:3: error: 'LPAAFRESULTTOTEXT' does not name a type
  79. LPAAFRESULTTOTEXT _pfnResultToText;
  80. ^
  81. ../../build/rules.mk:55: recipe for target '../../AAFWinSDK/g++/aaflib/debug/aaflibwin32.o' failed
  82. mingw32-make[2]: *** [../../AAFWinSDK/g++/aaflib/debug/aaflibwin32.o] Error 1
  83. mingw32-make[2]: Leaving directory 'c:/workspace/aaf/ref-impl/aaflib'
  84. GNUmakefile:36: recipe for target 'all' failed
  85. mingw32-make[1]: *** [all] Error 2
  86. mingw32-make[1]: Leaving directory 'c:/workspace/aaf/ref-impl'
  87. GNUmakefile:59: recipe for target 'ref-impl' failed
  88. mingw32-make: *** [ref-impl] Error 2