Geromatic / Midi-Unreal

Midi for Unreal Engine
130 stars 31 forks source link

Mac/IOS unavailable due to UE4 (4.21) engine compiler bug #17

Closed Geromatic closed 4 years ago

Geromatic commented 5 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

Geromatic commented 4 years ago

Fixed in 4.25