Guest User

Untitled

a guest
Jul 19th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  2. Making all in src
  3. Making all in cpu
  4. Making all in core_full
  5. make[4]: Nothing to be done for `all'.
  6. Making all in core_normal
  7. make[4]: Nothing to be done for `all'.
  8. depbase=`echo callback.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  9. /Users/masaki.hitonishi/Desktop/emsdk/emscripten/1.38.8/em++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -Wno-extended-offsetof -Wno-int-to-void-pointer-cast -Wno-address-of-packed-member -Wno-format-zero-length -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-implicit-fallthrough -Wconversion-null -pedantic -Wextra -Wall -I/usr/local/include -I/Users/masaki.hitonishi/Desktop/dosbox-x/vs2015/sdl/linux-host/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -g -std=gnu++0x -O2 -msse -Wall -Wextra -pedantic -Wconversion-null -Wno-implicit-fallthrough -Wno-strict-aliasing -Wno-missing-field-initializers -Wno-format-zero-length -Wno-address-of-packed-member -Wno-int-to-void-pointer-cast -Wno-extended-offsetof -mmmx -msse -msse2 -MT callback.o -MD -MP -MF $depbase.Tpo -c -o callback.o callback.cpp &&\
  10. mv -f $depbase.Tpo $depbase.Po
  11. clang++: warning: argument unused during compilation: '-mmmx' [-Wunused-command-line-argument]
  12. warning: unknown warning option '-Wno-extended-offsetof'; did you mean '-Wno-invalid-offsetof'? [-Wunknown-warning-option]
  13. warning: unknown warning option '-Wno-extended-offsetof'; did you mean '-Wno-invalid-offsetof'? [-Wunknown-warning-option]
  14. In file included from callback.cpp:24:
  15. In file included from ../../include/callback.h:24:
  16. ../../include/mem.h:108:12: error: use of undeclared identifier 'le16toh'
  17. return le16toh((*(const Bit16u *)off)); // BSD endian.h
  18. ^
  19. ../../include/mem.h:111:12: error: use of undeclared identifier 'le32toh'
  20. return le32toh((*(const Bit32u *)off)); // BSD endian.h
  21. ^
  22. ../../include/mem.h:114:12: error: use of undeclared identifier 'le64toh'
  23. return le64toh((*(const Bit64u *)off)); // BSD endian.h
  24. ^
  25. ../../include/mem.h:121:24: error: use of undeclared identifier 'htole16'
  26. *(Bit16u *)(off) = htole16(val);
  27. ^
  28. ../../include/mem.h:124:24: error: use of undeclared identifier 'htole32'
  29. *(Bit32u *)(off) = htole32(val);
  30. ^
  31. ../../include/mem.h:127:24: error: use of undeclared identifier 'htole64'
  32. *(Bit64u *)(off) = htole64(val);
  33. ^
  34. 2 warnings and 6 errors generated.
  35. ERROR:root:compiler frontend failed to generate LLVM bitcode, halting
  36. make[4]: *** [callback.o] Error 1
  37. make[3]: *** [all-recursive] Error 1
  38. make[2]: *** [all-recursive] Error 1
  39. make[1]: *** [all-recursive] Error 1
  40. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment