Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Compiler error running mxmlc task under Mac OS Mavericks #3

Closed
wobblyrampack opened this issue Jan 30, 2014 · 3 comments
Closed

Compiler error running mxmlc task under Mac OS Mavericks #3

wobblyrampack opened this issue Jan 30, 2014 · 3 comments
Assignees
Labels

Comments

@wobblyrampack
Copy link

Error: Command failed: Error: This Java instance does not support a 32-bit JVM.
>> Please install the desired version.
@wobblyrampack
Copy link
Author

A little bit of digging suggests that opening the mxmlc file and commenting out the following lines might fix the issue:

if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; then
    D32='-d32'
fi

Other than that, using a later Flex SDK is also an option.

@JamesMGreene
Copy link
Owner

You can check zeroclipboard/zeroclipboard#259 for some discussion and possible workarounds. I don't currently have a Mac so I can't really test/debug this further.

@JamesMGreene JamesMGreene self-assigned this Apr 8, 2014
@JamesMGreene
Copy link
Owner

This has been fixed in the underlying [peer] flex-sdk module for Flex SDK versions 3.0.0 through 4.6.0. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants