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

Build error when ENABLE_FORCE_SCRIPT is set to OFF #481

Open
Ettotsu opened this issue Dec 19, 2024 · 0 comments
Open

Build error when ENABLE_FORCE_SCRIPT is set to OFF #481

Ettotsu opened this issue Dec 19, 2024 · 0 comments

Comments

@Ettotsu
Copy link

Ettotsu commented Dec 19, 2024

TFE is not building with default CMakeLists.txt configuration on Arch Linux. It will fail on some #include <angelscript.h>

Steps to reproduce:

git clone https://github.com/luciusDXL/TheForceEngine.git
cd TheForceEngine
mkdir tfe-build
cd tfe-build
cmake -S ../ -DCMAKE_BUILD_TYPE=Release
make

I was able to build by setting ENABLE_FORCE_SCRIPT to ON (add -DENABLE_FORCE_SCRIPT=ON in cmake args). I actually also set ENABLE_EDITOR to ON but I don't think it's necessary.

Setting this to ON by default might be a good idea

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