0

I'm trying to use Flambe with Haxe in FlashDevelop, and when building I get an error:

Could not find 'closure.jar'

Anyone any idea why this is?

enter image description here

My Haxe is properly installed, and I followed the installation thingy for Flambe from the wiki:

haxelib install flambe
haxelib run flambe setup

It detected my FlashDevelop and I made a new project using the template. I'm trying to build that new project, without modifications.

(You can get the log file here: https://dl.dropbox.com/u/10448192/MTG%20Web/Flambe/build/config_stackoverflow.log )

Edit: I have Python 2.7, can that be a problem?

Thanks a lot!

-P

The Oddler
  • 6,314
  • 7
  • 51
  • 94

2 Answers2

1

What about reporting this issue? https://github.com/aduros/flambe/issues

Philippe
  • 2,621
  • 1
  • 19
  • 20
0

I did a full reinstall (FlashDevelop + Haxe + Flambe + Python) and now it works. Something (no idea what) apparently went wrong last time.

The Oddler
  • 6,314
  • 7
  • 51
  • 94