Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. <built-in>:0: warning: Mac OS X version 10.5 or later is needed for use of the new objc abi
  2. In file included from ../../../JavaScriptCore/wtf/ThreadSafeShared.h:66,
  3. from ../../../JavaScriptCore/wtf/Threading.h:70,
  4. from ../../../JavaScriptCore/wtf/CrossThreadRefCounted.h:37,
  5. from ../../../JavaScriptCore/wtf/text/StringImpl.h:28,
  6. from ../../../WebCore/platform/text/mac/StringImplMac.mm:22:
  7. ../../../JavaScriptCore/wtf/ThreadingPrimitives.h:51:21: error: qglobal.h: No such file or directory
  8. In file included from ../../../JavaScriptCore/wtf/unicode/Unicode.h:29,
  9. from ../../../JavaScriptCore/wtf/StringHasher.h:24,
  10. from ../../../JavaScriptCore/wtf/text/StringImpl.h:32,
  11. from ../../../WebCore/platform/text/mac/StringImplMac.mm:22:
  12. ../../../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:28:17: error: QChar: No such file or directory
  13. ../../../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:29:19: error: QString: No such file or directory
  14. In file included from ../../../JavaScriptCore/wtf/text/StringImpl.h:33,
  15. from ../../../WebCore/platform/text/mac/StringImplMac.mm:22:
  16. ../../../JavaScriptCore/wtf/Vector.h:34:23: error: QDataStream: No such file or directory
  17. In file included from ../../../JavaScriptCore/wtf/ThreadSafeShared.h:66,
  18. from ../../../JavaScriptCore/wtf/Threading.h:70,
  19. from ../../../JavaScriptCore/wtf/CrossThreadRefCounted.h:37,
  20. from ../../../JavaScriptCore/wtf/text/StringImpl.h:28,
  21. from ../../../WebCore/platform/text/mac/StringImplMac.mm:22:
  22. ../../../JavaScriptCore/wtf/ThreadingPrimitives.h:53: error: expected constructor, destructor, or type conversion before ‘class’
  23. ../../../JavaScriptCore/wtf/ThreadingPrimitives.h:58: error: expected constructor, destructor, or type conversion before ‘namespace’
  24. In file included from /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++io.h:43,
  25. from /usr/include/c++/4.2.1/iosfwd:46,
  26. from /usr/include/c++/4.2.1/bits/stl_algobase.h:70,
  27. from /usr/include/c++/4.2.1/algorithm:65,
  28. from ../../../JavaScriptCore/wtf/OwnPtr.h:29,
  29. from ../../../JavaScriptCore/wtf/VectorTraits.h:24,
  30. from ../../../JavaScriptCore/wtf/Vector.h:29,
  31. from ../../../JavaScriptCore/wtf/text/StringImpl.h:33,
  32. from ../../../WebCore/platform/text/mac/StringImplMac.mm:22:
  33. /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/gthr.h:33: error: expected declaration before end of line
  34. make[1]: *** [obj/debug/StringImplMac.o] Error 1
  35. make: *** [sub-WebCore-make_default-ordered] Error 2
  36. Use of uninitialized value $_[0] in join or string at /System/Library/Perl/5.10.0/File/Spec/Unix.pm line 81.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement