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

Missing source files in UE4Editor.cmake and other includes #40

Closed
tanis2000 opened this issue Jan 19, 2017 · 0 comments
Closed

Missing source files in UE4Editor.cmake and other includes #40

tanis2000 opened this issue Jan 19, 2017 · 0 comments

Comments

@tanis2000
Copy link
Contributor

It looks like something isn't working on macOS when generating the .cmake files of the engine.

CLion complains with the following error:

CMake Error: Error in cmake code at
/Users/tanis/Documents/Unreal Projects/Test2DPlatformer/Intermediate/ProjectFiles/UE4Editor.cmake:13:
Parse error.  Function missing ending ")".  Instead found unterminated string with text "/Users/Shared/UnrealEngine/4.14/Engine/Source)
".

If I check UE4Editor.cmake, it's clear that the list of files is truncated for some reason.
The content of that file is the following:

set(UE4Editor_FILES 
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/UE4Editor.Target.cs"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/UE4Game.Target.cs"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/AITestSuite.Build.cs"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/MockAI.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/MockAI_BT.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/MockGameplayTasks.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_CallFunction.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/Actions/TestPawnAction_Log.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_CantExecute.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_DelayedAbort.h"
	"/Users/Shared/UnrealEngine/4.14/Engine/Source)
reapazor added a commit that referenced this issue Jan 19, 2017
I <3 fixes :)

Fixes #40 on …
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

1 participant