-
Notifications
You must be signed in to change notification settings - Fork 3
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
A possible solution to fix building on Linux #5
Comments
I am compiling UE 5.3.2 on Arch Linux. This linux distribution does not keep subdirs like However UE made great efforts to isolate host compile/runtime environments by providing prebuilt binaries and self maintained implementations including libcxx. It seems including Removing Here is the original error output with /usr/include added to include path.
|
Here is a quick fix to solve issues compiling HIDUE on linux.
Source/HIDUE/HIDUE.Build.cs
Consider adding this to Linux.md or HIDUE.Build.cs :)
The text was updated successfully, but these errors were encountered: