-
Notifications
You must be signed in to change notification settings - Fork 263
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
Compile error on OS X with Flex 4.6 #304
Comments
Hi @fantastic-fox will try on a linux machine + Flex later on, I don't have any in hands right now |
Ok, using the AIR SDK it works without an issue. Thank you! |
I am running into this compilation issue as well. You should be able to compile without installing the 32-bit version of if you just comment out part of the compc file the following section: if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; then see |
FYI I am able to successfully compile flashls using flex_sdk_4.6 on linux/x86_64 |
i just tested compiling using flex_sdk_4.6 on OS-X and it is now working fine. FLEXPATH=../../../app/flex_sdk_4.6/ sh ./build.sh /Users/g.dupontavice/workdir/github/flashls/bin/release/flashlsChromeless.swf (50715 octets) |
Strange error, but that Event is not being used in file, so commenting it out also works. |
I'm getting a bunch of build errors, any idea what might be causing this?
FLEXPATH=/flex_sdk_4 sh ./build.sh
Compiling bin/debug/flashls.swc
Loading configuration file /flex_sdk_4/frameworks/flex-config.xml
/flashls/src/org/mangui/hls/playlist/Manifest.as(12): col: 32 Error: Definition org.mangui.hls.event:HLSEvent could not be found.
The text was updated successfully, but these errors were encountered: