Skip to content
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

"Error: unable to open 'libs/player/10.1/playerglobal.swc'" #318

Closed
slhck opened this issue Jun 22, 2015 · 4 comments
Closed

"Error: unable to open 'libs/player/10.1/playerglobal.swc'" #318

slhck opened this issue Jun 22, 2015 · 4 comments

Comments

@slhck
Copy link

slhck commented Jun 22, 2015

On OS X, I've installed Flex 4.13 and the 10.2 player to compile GrindPlayer, one of the players you support.

Now I'm trying to build flashls itself, and when I run the build script, I get this:

± % FLEXPATH=/opt/apache-flex-413-102 ./build.sh                                                                  !1309
Compiling bin/debug/flashls.swc
Loading configuration file /opt/apache-flex-413-102/frameworks/flex-config.xml
Apache Flex compc (Component Compiler)
Version 4.13.0 build 20140701
Copyright 2014 The Apache Software Foundation.

/opt/apache-flex-413-102/frameworks/flex-config.xml(65): Error: unable to open 'libs/player/10.1/playerglobal.swc'

      </external-library-path>

There are similar other error messages following.

Now, I can see that in build.sh it sets the target player version 10.1, but the Flex installer I have does not even offer this version.

What should I do? Try to get the old player and compile for that, or compile for player version 11.1?

Does any of this have any effect on whether the GrindPlayer will work or not?

image

@mangui
Copy link
Owner

mangui commented Jun 22, 2015

@slhck
you can retrieve the missing files from this repo : https://github.com/nexussays/playerglobal

@slhck
Copy link
Author

slhck commented Jun 22, 2015

Ok, thanks!

Other than being a different target, this will not change the functionality of the player itself, right?

@slhck slhck closed this as completed Jun 22, 2015
@mangui
Copy link
Owner

mangui commented Jun 22, 2015

no it should not change anything
plz note that I am using Adobe Air for compilation
http://www.adobe.com/devnet/air/air-sdk-download.html

@iambumblehead
Copy link

suggestion: add Adobe Air as recommended sdk in the README

would you accept a PR that makes the player version configurable through the command used to call the script? Otherwise using a default value of "10.1"?

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

No branches or pull requests

3 participants