-
Notifications
You must be signed in to change notification settings - Fork 10
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
unknown configuration variable 'compiler.float' #3447
Comments
Can you check your environment variables please, the mxmlc file uses a 51.1.1.3 works for me with -compiler.float, and also I checked the 51.1 branch in our source repo to ensure we'd got the updated version in there! thanks |
I am on Mac and I have a different folder for |
No the compiler.jar already in 51.1.1.3 should be the right one.. Try (Or view the manifest file in the compiler.jar file and check "Implementation-Version") |
i got i didn't understand the rest |
Could you please try:
And just checking that you never see any output saying "Using AIR SDK: ..." in the command output? thanks |
Version 3.0.0 build 0 |
Version 3.0.0 is what I get with 51.0.1.2... Are you able to double-check the SDK, or re-download it?
(for any 51.1 SDK on any platform) |
seems like there is some issue with the version I downloaded using |
Oh interesting -> yes I've just done a quick check on the version I've got from that and also see it different. Let me check our packages for those... |
Okay there's the problem.... the "compiler.jar" file which is this updated AS3 compiler, is held in the "AIRTools" component package. And the '3.0.0' component package version is what was used in 51.0.0.1 all the way through to 51.1.1.3.... That's an error in our release process, we should have detected the change there. Picked this up just in time for our 51.1.1.4 release.... thanks for pointing this out! |
I just updated the AIR sdk to
51.1.1.3
from51.0.1.4
and now I am getting errorunknown configuration variable 'compiler.float'
while trying to compile the build. Previously with51.0.1.4
i did face issues with the newly introducedfloat4
which was addressed here #3349 .Let me know if any changes were made in
51.1.1.3
to disable thefloat
support at compile timeThe text was updated successfully, but these errors were encountered: