Closed Geromatic closed 4 years ago
After UE4 updated their SDK to 10.14(UE4.21) for Mac. attempting to build the plugin causes a error with struct FVector.
[00:02:45.469] /Users/build/RocketSync/4.21.0-4541578+++UE4+Release-4.21/Working/Engine/Source/Runtime/Core/Public/Math/Vector.h:29:8: error: redefinition of 'FVector' [00:02:45.469] struct FVector [00:02:45.469] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/NumberFormatting.h:97:8: note: previous definition is here [00:02:45.469] struct FVector
Link to Logfile
Fixed in 4.25
After UE4 updated their SDK to 10.14(UE4.21) for Mac. attempting to build the plugin causes a error with struct FVector.
[00:02:45.469] /Users/build/RocketSync/4.21.0-4541578+++UE4+Release-4.21/Working/Engine/Source/Runtime/Core/Public/Math/Vector.h:29:8: error: redefinition of 'FVector' [00:02:45.469] struct FVector [00:02:45.469] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/NumberFormatting.h:97:8: note: previous definition is here [00:02:45.469] struct FVector
Link to Logfile