Advertisement
Guest User

Untitled

a guest
Sep 26th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.39 KB | None | 0 0
  1. Thomas-MacBook-Pro:flext thomas$ bash build.sh max gcc
  2. make -f ./buildsys/gnumake-sub.mak  PLATFORM=mac RTSYS=max COMPILER=gcc BUILDPATH=./buildsys/ PKGINFO=package.txt BUILDCLASS=flext USRCONFIG=config.txt USRMAKE=build/gnumake-mac-gcc.inc TARGETMODE=release TARGETTYPE=single _build_
  3. buildsys/mac/gnumake-gcc-targets.inc:22: warning: overriding commands for target `max-darwin/release-single'
  4. buildsys/mac/gnumake-gcc-targets.inc:18: warning: ignoring old commands for target `max-darwin/release-single'
  5. mkdir -p max-darwin/release-single/
  6. c++ -c -ffast-math -mmacosx-version-min=10.4 -Os   -DFLEXT_USE_SIMD -DNDEBUG -DFLEXT_EXPORTS -DFLEXT_SYS=1 -I/Applications/Max\ 6.1/MaxSDK/c74support/max-includes -I/Applications/Max\ 6.1/MaxSDK/c74support/jit-includes -I/Applications/Max\ 6.1/MaxSDK/c74support/msp-includes source/flext.h -o max-darwin/release-single/flext.h.gch
  7. clang: warning: treating 'c-header' input as 'c++-header' when in C++ mode, this behavior is deprecated
  8. In file included from source/flext.h:65:
  9. In file included from source/flclass.h:23:
  10. In file included from source/flbase.h:24:
  11. source/flsupport.h:45:17: error: expected parameter declarator
  12.     static void post(const char *fmt,...);
  13.                 ^
  14. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:68:31: note: expanded from macro 'post'
  15. #define post(...)       object_post(NULL, __VA_ARGS__)
  16.                                     ^
  17. /usr/bin/../lib/clang/4.2/include/stddef.h:47:18: note: expanded from macro 'NULL'
  18. #    define NULL __null
  19.                  ^
  20. In file included from source/flext.h:65:
  21. In file included from source/flclass.h:23:
  22. In file included from source/flbase.h:24:
  23. source/flsupport.h:45:17: error: expected ')'
  24.     static void post(const char *fmt,...);
  25.                 ^
  26. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:68:31: note: expanded from macro 'post'
  27. #define post(...)       object_post(NULL, __VA_ARGS__)
  28.                                     ^
  29. /usr/bin/../lib/clang/4.2/include/stddef.h:47:18: note: expanded from macro 'NULL'
  30. #    define NULL __null
  31.                  ^
  32. source/flsupport.h:45:17: note: to match this '('
  33.     static void post(const char *fmt,...);
  34.                 ^
  35. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:68:30: note: expanded from macro 'post'
  36. #define post(...)       object_post(NULL, __VA_ARGS__)
  37.                                    ^
  38. In file included from source/flext.h:65:
  39. In file included from source/flclass.h:23:
  40. In file included from source/flbase.h:24:
  41. source/flsupport.h:47:17: error: expected parameter declarator
  42.     static void error(const char *fmt,...);
  43.                 ^
  44. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:69:33: note: expanded from macro 'error'
  45. #define error(...)      object_error(NULL, __VA_ARGS__)
  46.                                      ^
  47. /usr/bin/../lib/clang/4.2/include/stddef.h:47:18: note: expanded from macro 'NULL'
  48. #    define NULL __null
  49.                  ^
  50. In file included from source/flext.h:65:
  51. In file included from source/flclass.h:23:
  52. In file included from source/flbase.h:24:
  53. source/flsupport.h:47:17: error: expected ')'
  54.     static void error(const char *fmt,...);
  55.                 ^
  56. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:69:33: note: expanded from macro 'error'
  57. #define error(...)      object_error(NULL, __VA_ARGS__)
  58.                                      ^
  59. /usr/bin/../lib/clang/4.2/include/stddef.h:47:18: note: expanded from macro 'NULL'
  60. #    define NULL __null
  61.                  ^
  62. source/flsupport.h:47:17: note: to match this '('
  63.     static void error(const char *fmt,...);
  64.                 ^
  65. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext.h:69:32: note: expanded from macro 'error'
  66. #define error(...)      object_error(NULL, __VA_ARGS__)
  67.                                     ^
  68. In file included from source/flext.h:65:
  69. In file included from source/flclass.h:23:
  70. In file included from source/flbase.h:24:
  71. source/flsupport.h:269:40: warning: 't_buffer' is deprecated [-Wdeprecated-declarations]
  72.             const t_buffer *p = (const t_buffer *)sym->s_thing;
  73.                                        ^
  74. /Applications/Max 6.1/MaxSDK/c74support/msp-includes/buffer.h:96:40: note: 't_buffer' declared here
  75. C74_DEPRECATED( typedef struct _buffer t_buffer );
  76.                                        ^
  77. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext_common.h:18:30: note: expanded from macro 'C74_DEPRECATED'
  78. #define C74_DEPRECATED(func) func __attribute__ ((deprecated))
  79.                              ^
  80. In file included from source/flext.h:65:
  81. In file included from source/flclass.h:23:
  82. In file included from source/flbase.h:24:
  83. source/flsupport.h:269:19: warning: 't_buffer' is deprecated [-Wdeprecated-declarations]
  84.             const t_buffer *p = (const t_buffer *)sym->s_thing;
  85.                   ^
  86. /Applications/Max 6.1/MaxSDK/c74support/msp-includes/buffer.h:96:40: note: 't_buffer' declared here
  87. C74_DEPRECATED( typedef struct _buffer t_buffer );
  88.                                        ^
  89. /Applications/Max 6.1/MaxSDK/c74support/max-includes/ext_common.h:18:30: note: expanded from macro 'C74_DEPRECATED'
  90. #define C74_DEPRECATED(func) func __attribute__ ((deprecated))
  91.                              ^
  92. 2 warnings and 4 errors generated.
  93. make[1]: *** [max-darwin/release-single/flext.h.gch] Error 1
  94. make: *** [build-release-single] Error 2
  95. Thomas-MacBook-Pro:flext thomas$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement