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

Fix some compilation errors, add FixedWing files to CMake #1

Merged
merged 3 commits into from
Aug 21, 2020

Conversation

rajat2004
Copy link

@rajat2004 rajat2004 commented Aug 21, 2020

This is just a small beginning, to fix the compilation error (utterly unhelpful and useless message)-

FixedWingPawn.h(21) : Error: Missing '*' in Expected a pointer type

Problem was that a UPROPERTY was specified (declared?) in L19, without any variable below it, commenting that out now gives normal compilation errors which can be slowly fixed.
Others are just some #include errors, and a currently-commented line to add the FixedWing files in CMake (used on Linux). Can be uncommented after fixing all the problems

Have tried to fix a few errors, still lots of them are left, might be best if you have a look and decide which APIs to keep etc.
Later on when things are working, an extensive review of the APIs will mostly be required to decide the final ones

@AOS55 AOS55 merged commit dfd1072 into AOS55:FixedWing Aug 21, 2020
@AOS55
Copy link
Owner

AOS55 commented Aug 21, 2020

Thanks a lot for this, really helpful, Ill start working through them.

@rajat2004
Copy link
Author

Glad to help!

@rajat2004 rajat2004 deleted the FixedWing-compile1 branch August 21, 2020 09:04
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

Successfully merging this pull request may close these issues.

2 participants