Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.37 KB | None | 0 0
  1. ExternalBuildToolExecution OSClEditor\ -\ Mac
  2. cd /Users/Shared/UnrealEngine/4.5
  3. export ACTION=
  4. /Users/Shared/UnrealEngine/4.5/Engine/Build/BatchFiles/Mac/RocketBuild.sh OSClEditor macosx DebugGame /Users/atk/Documents/Unreal\ Projects/OSCl/OSCl.uproject
  5.  
  6. Setting up Mono
  7. Building OSClEditor...
  8. Compiling with Mac SDK 10.9
  9. Parsing headers for OSClEditor
  10. Reflection code generated for OSClEditor
  11. Performing 17 actions (8 in parallel)
  12. [1/17] Compile OscPrivatePCH.h
  13. [2/17] Compile OSCl.h
  14. [3/17] Compile OscModule.cpp
  15. [4/17] Compile OSC.generated.cpp
  16. [5/17] Compile OscDispatcher.cpp
  17. [6/17] Compile OscReceiverComponent.cpp
  18. [7/17] Compile OscReceiverActor.cpp
  19. [8/17] Compile OscFunctionLibrary.cpp
  20. [9/17] Compile OscReceiverInputKey.cpp
  21. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Receive/OscReceiverInputKey.cpp:5:10: fatal error: 'SlateBasics.h' file not found
  22. #include "SlateBasics.h"
  23. ^
  24. 1 error generated.
  25. [10/17] Compile OscSettings.cpp
  26. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  27. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  28. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  29. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  30. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  31. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:26:
  32. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:171:17: error: incomplete type 'OscReceiverInputKey' used in type trait expression
  33. enum { Value = IS_POD(T) || IS_ENUM(T) || TIsArithmeticType<T>::Value || TIsPointerType<T>::Value };
  34. ^
  35. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:18:19: note: expanded from macro 'IS_POD'
  36. #define IS_POD(T) __is_pod(T)
  37. ^
  38. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:311:83: note: in instantiation of template class 'TIsPODType<OscReceiverInputKey>' requested here
  39. enum { PassByValue = TIsArithmeticType<T>::Value || TIsPointerType<T>::Value || (TIsPODType<T>::Value && sizeof(T) <= sizeof(void*)) };
  40. ^
  41. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:324:29: note: in instantiation of template class 'TCallTraitsBase<OscReceiverInputKey>' requested here
  42. struct TCallTraits : public TCallTraitsBase<T> {};
  43. ^
  44. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:377:19: note: in instantiation of template class 'TCallTraits<OscReceiverInputKey>' requested here
  45. typedef typename TCallTraits<T>::ParamType ConstInitType;
  46. ^
  47. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:402:50: note: in instantiation of template class 'TTypeTraitsBase<OscReceiverInputKey>' requested here
  48. template<typename T> struct TTypeTraits : public TTypeTraitsBase<T> {};
  49. ^
  50. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h:61:33: note: in instantiation of template class 'TTypeTraits<OscReceiverInputKey>' requested here
  51. FORCEINLINE typename TEnableIf<!TTypeTraits<ElementType>::NeedsDestructor>::Type DestructItems(ElementType* Elements, int32 Count)
  52. ^
  53. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Containers/Array.h:462:3: note: while substituting deduced template arguments into function template 'DestructItems' [with ElementType = OscReceiverInputKey]
  54. DestructItems(GetTypedData(), ArrayNum);
  55. ^
  56. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:11:7: note: in instantiation of member function 'TArray<OscReceiverInputKey, FDefaultAllocator>::~TArray' requested here
  57. class UOscSettings : public UObject
  58. ^
  59. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h:2216:63: note: in instantiation of function template specialization 'InternalConstructor<UOscSettings>' requested here
  60. (void(*)(const class FPostConstructInitializeProperties&))InternalConstructor<TClass>,
  61. ^
  62. /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:74:2: note: in instantiation of function template specialization 'GetPrivateStaticClassBody<UOscSettings>' requested here
  63. IMPLEMENT_CLASS(UOscSettings, 2823526445);
  64. ^
  65. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h:1197:4: note: expanded from macro 'IMPLEMENT_CLASS'
  66. GetPrivateStaticClassBody<TClass>( \
  67. ^
  68. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:6:7: note: forward declaration of 'OscReceiverInputKey'
  69. class OscReceiverInputKey;
  70. ^
  71. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  72. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  73. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  74. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  75. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  76. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:26:
  77. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:378:35: error: no type named 'ConstPointerType' in 'TCallTraits<OscReceiverInputKey>'
  78. typedef typename TCallTraits<T>::ConstPointerType ConstPointerType;
  79. ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  80. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:402:50: note: in instantiation of template class 'TTypeTraitsBase<OscReceiverInputKey>' requested here
  81. template<typename T> struct TTypeTraits : public TTypeTraitsBase<T> {};
  82. ^
  83. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h:61:33: note: in instantiation of template class 'TTypeTraits<OscReceiverInputKey>' requested here
  84. FORCEINLINE typename TEnableIf<!TTypeTraits<ElementType>::NeedsDestructor>::Type DestructItems(ElementType* Elements, int32 Count)
  85. ^
  86. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Containers/Array.h:462:3: note: while substituting deduced template arguments into function template 'DestructItems' [with ElementType = OscReceiverInputKey]
  87. DestructItems(GetTypedData(), ArrayNum);
  88. ^
  89. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:11:7: note: in instantiation of member function 'TArray<OscReceiverInputKey, FDefaultAllocator>::~TArray' requested here
  90. class UOscSettings : public UObject
  91. ^
  92. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h:2216:63: note: in instantiation of function template specialization 'InternalConstructor<UOscSettings>' requested here
  93. (void(*)(const class FPostConstructInitializeProperties&))InternalConstructor<TClass>,
  94. ^
  95. /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:74:2: note: in instantiation of function template specialization 'GetPrivateStaticClassBody<UOscSettings>' requested here
  96. IMPLEMENT_CLASS(UOscSettings, 2823526445);
  97. ^
  98. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h:1197:4: note: expanded from macro 'IMPLEMENT_CLASS'
  99. GetPrivateStaticClassBody<TClass>( \
  100. ^
  101. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  102. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  103. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  104. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  105. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  106. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:26:
  107. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:383:33: error: incomplete type 'OscReceiverInputKey' used in type trait expression
  108. enum { NeedsCopyConstructor = !HAS_TRIVIAL_COPY(T) && !TIsPODType<T>::Value };
  109. ^
  110. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:17:29: note: expanded from macro 'HAS_TRIVIAL_COPY'
  111. #define HAS_TRIVIAL_COPY(T) __has_trivial_copy(T)
  112. ^
  113. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:6:7: note: forward declaration of 'OscReceiverInputKey'
  114. class OscReceiverInputKey;
  115. ^
  116. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  117. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  118. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  119. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  120. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  121. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:26:
  122. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:384:32: error: incomplete type 'OscReceiverInputKey' used in type trait expression
  123. enum { NeedsCopyAssignment = !HAS_TRIVIAL_ASSIGN(T) && !TIsPODType<T>::Value };
  124. ^
  125. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:16:31: note: expanded from macro 'HAS_TRIVIAL_ASSIGN'
  126. #define HAS_TRIVIAL_ASSIGN(T) __has_trivial_assign(T)
  127. ^
  128. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:6:7: note: forward declaration of 'OscReceiverInputKey'
  129. class OscReceiverInputKey;
  130. ^
  131. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  132. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  133. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  134. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  135. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  136. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:26:
  137. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:393:28: error: incomplete type 'OscReceiverInputKey' used in type trait expression
  138. enum { NeedsDestructor = !HAS_TRIVIAL_DESTRUCTOR(T) && !TIsPODType<T>::Value };
  139. ^
  140. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h:15:35: note: expanded from macro 'HAS_TRIVIAL_DESTRUCTOR'
  141. #define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T)
  142. ^
  143. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:6:7: note: forward declaration of 'OscReceiverInputKey'
  144. class OscReceiverInputKey;
  145. ^
  146. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:1:
  147. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/OSClEditor/DebugGame/Plugins/Dynamic/OSC/OscPrivatePCH.h:4:
  148. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscPrivatePCH.h:3:
  149. In file included from /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/Osc.h:15:
  150. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Networking/Public/Networking.h:9:
  151. In file included from /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Core.h:419:
  152. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Containers/Array.h:462:3: error: no matching function for call to 'DestructItems'
  153. DestructItems(GetTypedData(), ArrayNum);
  154. ^~~~~~~~~~~~~
  155. /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Source/OSC/Private/OscSettings.h:11:7: note: in instantiation of member function 'TArray<OscReceiverInputKey, FDefaultAllocator>::~TArray' requested here
  156. class UOscSettings : public UObject
  157. ^
  158. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h:2216:63: note: in instantiation of function template specialization 'InternalConstructor<UOscSettings>' requested here
  159. (void(*)(const class FPostConstructInitializeProperties&))InternalConstructor<TClass>,
  160. ^
  161. /Users/atk/Documents/Unreal Projects/OSCl/Intermediate/Build/Mac/Inc/Plugins/OSC/OSC.generated.cpp:74:2: note: in instantiation of function template specialization 'GetPrivateStaticClassBody<UOscSettings>' requested here
  162. IMPLEMENT_CLASS(UOscSettings, 2823526445);
  163. ^
  164. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectBase.h:1197:4: note: expanded from macro 'IMPLEMENT_CLASS'
  165. GetPrivateStaticClassBody<TClass>( \
  166. ^
  167. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h:47:81: note: candidate template ignored: substitution failure [with ElementType = OscReceiverInputKey]: no member named 'NeedsDestructor' in 'TTypeTraits<OscReceiverInputKey>'
  168. FORCEINLINE typename TEnableIf<TTypeTraits<ElementType>::NeedsDestructor>::Type DestructItems(ElementType* Element, int32 Count)
  169. ~~~~~~~~~~~~~~~ ^
  170. /Users/Shared/UnrealEngine/4.5/Engine/Source/Runtime/Core/Public/Templates/MemoryOps.h:61:82: note: candidate template ignored: substitution failure [with ElementType = OscReceiverInputKey]
  171. FORCEINLINE typename TEnableIf<!TTypeTraits<ElementType>::NeedsDestructor>::Type DestructItems(ElementType* Elements, int32 Count)
  172. ^
  173. [11/17] Compile OscReceivedElements.cpp
  174. 6 errors generated.
  175. [13/17] Compile OscTypes.cpp
  176. [12/17] Compile OscOutboundPacketStream.cpp
  177. [14/17] Compile MyClass.cpp
  178. [15/17] Compile OSCl.cpp
  179. [16/17] Link UE4Editor-OSCl-Mac-DebugGame.dylib
  180. -------- End Detailed Actions Stats -----------------------------------------------------------
  181. ERROR: UBT ERROR: Failed to produce item: /Users/atk/Documents/Unreal Projects/OSCl/Plugins/OSC/Binaries/Mac/UE4Editor-OSC-Mac-DebugGame.dylib
  182. Cumulative action seconds (8 processors): 0.00 building projects, 37.64 compiling, 0.00 creating app bundles, 0.00 generating debug info, 0.32 linking, 0.00 other
  183. UBT execution time: 26.85 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement