All Projects → asdf-community → asdf-haxe

asdf-community / asdf-haxe

Licence: Apache-2.0 license
Haxe plugin for the asdf version manager

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to asdf-haxe

asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+753.85%)
Mutual labels:  asdf, asdf-plugin
asdf-flutter
Flutter plugin for the asdf version manager
Stars: ✭ 68 (+423.08%)
Mutual labels:  asdf, asdf-plugin
asdf-php
PHP plugin for the asdf version manager
Stars: ✭ 159 (+1123.08%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
elm version manager plugin for asdf.
Stars: ✭ 26 (+100%)
Mutual labels:  asdf, asdf-plugin
asdf-deno
Deno plugin for the asdf version manager
Stars: ✭ 71 (+446.15%)
Mutual labels:  asdf, asdf-plugin
asdf-ocaml
OCaml plugin for the asdf version manager
Stars: ✭ 20 (+53.85%)
Mutual labels:  asdf, asdf-plugin
asdf-gleam
Gleam plugin for the asdf version manager
Stars: ✭ 22 (+69.23%)
Mutual labels:  asdf, asdf-plugin
asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (+84.62%)
Mutual labels:  asdf, asdf-plugin
asdf-poetry
Poetry plugin for the asdf version manager
Stars: ✭ 23 (+76.92%)
Mutual labels:  asdf, asdf-plugin
asdf-crystal
Crystal plugin for the asdf version manager
Stars: ✭ 60 (+361.54%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
Elm plugin for the asdf version manager
Stars: ✭ 18 (+38.46%)
Mutual labels:  asdf, asdf-plugin
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (+15.38%)
Mutual labels:  asdf
workbench
A hierarchical environment manager for bash, written in bash.
Stars: ✭ 17 (+30.77%)
Mutual labels:  asdf
ansible-role-asdf
No description or website provided.
Stars: ✭ 45 (+246.15%)
Mutual labels:  asdf
dotfiles
My dotfiles
Stars: ✭ 22 (+69.23%)
Mutual labels:  asdf
dotfiles
This is what I use to get things done!
Stars: ✭ 59 (+353.85%)
Mutual labels:  asdf
dotfiles
🗿 dotfilery, configuration, environment settings, automation, etc. 🛖
Stars: ✭ 67 (+415.38%)
Mutual labels:  asdf

asdf-haxe

Haxe plugin for asdf version manager

Build History

Build history

Installation

asdf plugin-add haxe https://github.com/asdf-community/asdf-haxe.git

Usage

Check asdf readme for instructions on how to install & manage versions.

Troubleshooting

  • @rpath/libneko.2.dylib not being loaded by haxelib

Haxe executables expect Neko's dynamic libraries to be found relative to the executable file.

An error like the following is produced:

$ haxelib
dyld: Library not loaded: @rpath/libneko.2.dylib
  Referenced from: /vic/.asdf/installs/haxe/4.0.5/bin/./haxelib
  Reason: image not found
fish: './haxelib' terminated by signal SIGABRT (Abort)

To fix this install a compatible NekoVM version using asdf-neko and then execute:

asdf current haxe # should display your selected haxe version
asdf current neko # should display your selected haxe version

asdf haxe neko dylibs link # link neko dylibs

haxelib # this should work now.

License

Licensed under the Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].