Compile error on OS X with Flex 4.6
- Dominant language
- ActionScript
- Stars
- 744
- Forks
- 259
- PR merge metrics
- No merged PRs in 30d
Description
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.
```
import org.mangui.hls.event.HLSEvent;
^
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running `FLEXPATH=/flex_sdk_4 sh ./build.sh` and inspect the configuration loaded from `/flex_sdk_4/frameworks/flex-config.xml`. Trace the missing `org.mangui.hls.event.HLSEvent` import in `src/org/mangui/hls/playlist/Manifest.as`; done means the project compiles without this definition error on OS X.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100