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

does not install on linux #3

Closed
AdrianV opened this issue Sep 18, 2013 · 6 comments
Closed

does not install on linux #3

AdrianV opened this issue Sep 18, 2013 · 6 comments

Comments

@AdrianV
Copy link

AdrianV commented Sep 18, 2013

because path names are sometimes camelCase and sometimes PascalCase:
haxelib install Basis - creates lib/basis
haxelib install BasisAndroid - create lib/basisAndroid

ant install has similar problems.

best would be to rename Basis to basis and BasisAndroid to basisAndroid

@Randonee
Copy link
Owner

Changed. This compiles on osx but has not been tested on linux.

c2ad19c
Randonee/BasisApple@7a1f8e8
Randonee/BasisAndroid@ab36683

@AdrianV
Copy link
Author

AdrianV commented Sep 19, 2013

there is still something wrong. Basis installs as basis but BasisAndroid expects Basis and not basis as dependency. I can fix this, when I rename the haxe/lib/basis folder to Basis. Then I run ant install in BasisAndroid. This installs basisAndroid, but the build scripts require again BasisAndroid not basisAndroid. Again I can fix this when I rename haxe/lib/basisAndroid to haxe/lib/BasisAndroid.
But with this setup I need to run:

haxelib run Basis build.basis android

@Randonee
Copy link
Owner

The "B" in the build tool also needed to be lowercase. I've updated the tools in each target.
Would you mind trying again?

30eff60
Randonee/BasisAndroid@b02738a
Randonee/BasisApple@475497d

@AdrianV
Copy link
Author

AdrianV commented Sep 20, 2013

when I run ant install in BasisAndroid I still get this error:

Error: Library Basis is not installed : run 'haxelib install Basis'
BUILD FAILED
/home/adrian/dev/BasisAndroid/build.xml:39: The following error occurred while executing this line:
/home/adrian/dev/BasisAndroid/build.xml:15: exec returned: 1

@AdrianV
Copy link
Author

AdrianV commented Sep 20, 2013

changed -lib Basis to -lib basis build.hxml of BasisAndroid. now everything works

@Randonee
Copy link
Owner

Great. Thanks for going through all that.
I've updated that last case issue:

Randonee/BasisAndroid@79c22f3

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

2 participants