Coder Social home page Coder Social logo

Comments (18)

impaler avatar impaler commented on June 8, 2024

Thanks for testing Tiago its been working on 10.8.4 fine for me, what happened when you ran the haxelib run flixel-tools setup command?

What does haxelib run flixel-tools give you?

The tools work just like the openfl tools in that it just copies a simple bash script that alias' the haxelib run flixel-tools command. You can see here https://github.com/HaxeFlixel/flixel-tools/blob/dev/src/commands/SetupCommand.hx there will be no need to make a script executable manually as its using haxelib like this.

from flixel-tools.

Tiago-Ling avatar Tiago-Ling commented on June 8, 2024

For some reason, the bash script don't work for me. the base does not
recognize the command:

You have now setup HaxeFlixel Tools
*
*

  • Try the 'flixel' command to test it :)*
    *
    *
    Sublime Text
    new-host-4:~ tiagolingalexandre$ flixel
    -bash: flixel: command not found

Running 'haxelib run flixel-tools' does work normally, but it seems the
bash script doesn't get linked.

The lib is located in /usr/lib/haxe/lib/flixel-tools
The script is in /usr/lib/haxe/lib/flixel-tools/git/bin/flixel.sh

Tiago Ling Alexandre
Tel: +55 41 8819-3191

2013/7/26 impaler [email protected]

Thanks for testing Tiago its been working on 10.8.4 fine for me, what
happened when you ran the haxelib run flixel-tools setup command?

What does haxelib run flixel-tools give you?

The tools work just like the openfl tools in that it just copies a simple
bash script that alias' the haxelib run flixel-tools command. You can see
here
https://github.com/HaxeFlixel/flixel-tools/blob/dev/src/commands/SetupCommand.hxthere will be no need to make a script executable manually as its using
haxelib like this.


Reply to this email directly or view it on GitHubhttps://github.com//issues/25#issuecomment-21657152
.

from flixel-tools.

impaler avatar impaler commented on June 8, 2024

Why do you have a * character when using the command? just use flixel

from flixel-tools.

Tiago-Ling avatar Tiago-Ling commented on June 8, 2024

There's no * character, only 'flixel'

Tiago Ling Alexandre
Tel: +55 41 8819-3191

2013/7/26 impaler [email protected]

Why do you have a * character when using the command? just use flixel


Reply to this email directly or view it on GitHubhttps://github.com//issues/25#issuecomment-21657529
.

from flixel-tools.

igrowbeards avatar igrowbeards commented on June 8, 2024

I'm having the exact same issue as @Tiago-Ling in exactly the same way as he describes it.

I followed the instructions in the readme and tested it several times just to be sure i was not just making an error on my end somewhere.

I'll be glad to help test changes on osx if you need it - just let me know.

from flixel-tools.

impaler avatar impaler commented on June 8, 2024

I think this is fixed, sry error on my part by the looks of it.

from flixel-tools.

igrowbeards avatar igrowbeards commented on June 8, 2024

Confirmed. It's working fine now. That was quick, thanks! :)

from flixel-tools.

impaler avatar impaler commented on June 8, 2024

Nice, please reopen if you have still have issues @Tiago-Ling

from flixel-tools.

Tiago-Ling avatar Tiago-Ling commented on June 8, 2024

Alright, after the latest update on the lib, everything is working fine.

Thanks impaler, the tools are awesome!

Tiago Ling Alexandre
Tel: +55 41 8819-3191

2013/7/27 impaler [email protected]

Nice, please reopen if you have still have issues @Tiago-Linghttps://github.com/Tiago-Ling


Reply to this email directly or view it on GitHubhttps://github.com//issues/25#issuecomment-21659366
.

from flixel-tools.

bradparks avatar bradparks commented on June 8, 2024

hey... i just tried to install flixel-tools for the 1st time on a macbook pro, after doing a "haxelib upgrade", and I get the following after running the setup command with or without sudo.

$ sudo haxelib run flixel-tools setup
[file_contents,/usr/lib/haxe/lib/flixel-tools//.current]

then when I try and run "flixel" in the terminal, it fails like so:
$ flixel
-bash: flixel: command not found

from flixel-tools.

impaler avatar impaler commented on June 8, 2024

Hello Brad, I am unable to reproduce this. What does haxelib run flixel-tools give you? also make sure your using the latest haxelib with haxelib selfupdate if your still having problems could you tell me your haxelib version and your haxelib list.

from flixel-tools.

bradparks avatar bradparks commented on June 8, 2024

hey! I did the haxelib selfupdate command like you suggested, and then reinstalled it from scratch and that fixed it.... i'd never heard of the "selfupdate" command.... nice! thanks for the help!

from flixel-tools.

misterkeeter avatar misterkeeter commented on June 8, 2024

I seem to be having this problem in OS x 10.9

from flixel-tools.

Gama11 avatar Gama11 commented on June 8, 2024

@misterkeeter I assume you already ran haxelib selfupdate? Also, which version of flixel-tools are you running? The one from haxelib or the latest version from git?

from flixel-tools.

misterkeeter avatar misterkeeter commented on June 8, 2024

@Gama11 I have run haxelib selfupdate. I have tried the haxelib version and the latest version from git.

from flixel-tools.

misterkeeter avatar misterkeeter commented on June 8, 2024

Looks like all i needed to do was to add an alias to my .bash_profile

flixel="sh /usr/lib/haxe/flixel/flixel.sh"

from flixel-tools.

impaler avatar impaler commented on June 8, 2024

Strange @misterkeeter I havent needed to do this on mountain lion or linux, with flixel.sh being in your haxe folder it should work. So flixel didn't work after running haxelib run flixel-tools setup?

from flixel-tools.

misterkeeter avatar misterkeeter commented on June 8, 2024

@impaler yeah that's correct, after some more tinkering I did notice that flixel-tools setup creates an alias to the directory where flixel.sh is, instead of an alias to the flixel.sh file.

from flixel-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.