Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on MacOS 12.1 Compilation Error with UE 5.1 #439

Open
finger563 opened this issue Feb 13, 2022 · 2 comments
Open

Building on MacOS 12.1 Compilation Error with UE 5.1 #439

finger563 opened this issue Feb 13, 2022 · 2 comments

Comments

@finger563
Copy link

finger563 commented Feb 13, 2022

I'm trying to build VoxelFree (for UE5) on MacOS (12.1) using a locally built version of UE5 off the ue5-main branch, which currently builds a target for UE 5.1. When doing so, I get these errors in xcode simply trying to build a test example C++ project with the VoxelFree plugin:

example errors:
image
image
image

Complete Build fail log:
Build unreal_cpp_2022-02-13T16-14-10.txt

Note: there's actually another error that crops up in VoxelMathUtilities.h regarding template parameter deduction, but I already fixed that.

@finger563 finger563 changed the title Building on MacOS Compilation Error with UE 5.1 Building on MacOS 12.1 Compilation Error with UE 5.1 Feb 13, 2022
@gwalton23
Copy link

It is expected. If you wade through the error list you will see that many of the 200+ errors are because they care calling depreciated function call methods or depreciated arguments. It says in these errors, please update your code before the next release or it won't compile. And as the ue5 main branch is really far along in its dev cycle than 5.0 EA2, then we are already on the next version hence it isn't compiling. The errors do provide a significant clue as to how to update the code so its a case of tackling them one by one and correcting the code.

@teddybee
Copy link

I can't compile on the official 5.0 preview2 as well on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants