Jump to content

Build Error: Spidermonkey build failed


Recommended Posts

@Yekaterina you have a too new version of Python and it fails with SpiderMonkey 78.0 You cannot bypass that library as it's the engine that makes JavaScript (AI, RMGen, Simulation, GUI) work.

That library relies heavily on Python. You could try to backport some of the patches that were added after that.

Maybe Arch provides previous versions of 0 A.D.

Link to comment
Share on other sites

1 hour ago, Yekaterina said:

But I also do need 3.11 on my system for work. Can I have both installed at the same time?

Yes, you can have python version 3.10 and 3.11 installed at the same time. I had that setup for a while. You can control which version of python is used by changing the symlink /usr/bin/python3 to point to /usr/bin/python3.10. Maybe there is an app that configures the default version of python3, but I'm not aware of it currently. Just remember to configure the symlink back to python3.11 again after you're done building 0ad.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...