You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The apache-flex-sdk package in AUR only has the version 32.0 playerglobal.swc included, but the flex-config.xml defaults to 27.0 (see comment on AUR). In order to compile this you'll either need to update your flex-config.xml to have a target-player of 32.0, or find and download the version 27.0 playerglobal.swc and place it in /opt/apache-flex-sdk/player/27.0/ and possibly also /opt/apache-flex-sdk/frameworks/lib/player/27.0 depending on your setup.
Note that this will not fix ant test or its related commands, but the debug and release targets should both compile after this.
doll-sh
added a commit
to doll-sh/Corruption-of-Champions-Mod
that referenced
this issue
Sep 23, 2024
Overview
Whenever trying to build the latest version of the source it fails on
test-build-debug:
Game version
commit 1843a31
Expected behaviour
Game should not error while building
Actual behaviour
How often can this be reproduced?
Every time
Steps to reproduce the issue
export FLEX_HOME=/opt/apache-flex-sdk/
ant
commandThe text was updated successfully, but these errors were encountered: