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

Same bug in building export template as reported in #31 #34

Open
mrezai opened this issue Apr 14, 2020 · 0 comments
Open

Same bug in building export template as reported in #31 #34

mrezai opened this issue Apr 14, 2020 · 0 comments
Labels
bug Something isn't working topic: build

Comments

@mrezai
Copy link
Contributor

mrezai commented Apr 14, 2020

All patch applied and:

scons platform=x11 target=release tools=no use_font_wrapper=yes -j4

Error:

In file included from ./scene/gui/line_edit.h:34:0,
                 from ./editor/editor_inspector.h:35,
                 from ./editor/editor_plugin.h:36,
                 from modules/csg/csg_gizmos.h:35,
                 from modules/csg/csg_gizmos.cpp:31:
./modules/godot_tl/src/controls/tl_line_edit.hpp:34:10: fatal error: resources/tl_font_family.hpp: No such file or directory
 #include "resources/tl_font_family.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I think the problem is "tools=no" and these two lines in editor/SCsub:

env.Append(CXXFLAGS=['-DGODOT_MODULE'])
env.Append(CPPPATH=['#modules/godot_tl/src/resources', '#modules/godot_tl/src', '#modules/godot_tl/subprojects/graphite2/include', '#modules/godot_tl/subprojects/harfbuzz/src', '#modules/godot_tl/subprojects/icu4c/source/common'])

only applied when "tools=yes"

@bruvzg bruvzg added bug Something isn't working topic: build labels Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working topic: build
Projects
None yet
Development

No branches or pull requests

2 participants