neikeq / GodotSharp

Moved to the Godot repo: https://github.com/godotengine/godot/tree/master/modules/mono
MIT License
60 stars 8 forks source link

Missing godotsharp_builds.h causing compiling error #28

Closed BrainBlasted closed 7 years ago

BrainBlasted commented 7 years ago
[ 14%] Compiling ==> modules/mono/csharp_script.cpp
In file included from modules/mono/csharp_script.cpp:40:
modules/mono/editor/godotsharp_editor.h:30:10: fatal error: 
      'godotsharp_builds.h' file not found
#include "godotsharp_builds.h"
         ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [modules/mono/csharp_script.x11.tools.64.llvm.o] Error 1
scons: building terminated because of errors.

Is this a file you forgot to commit?