Unable to install Lame and other stuff.

17 views
Skip to first unread message

Sol Pa

unread,
Apr 28, 2016, 7:55:28 AM4/28/16
to HaxeFlixel
Hello,

I am new to Haxe and I would like to mention an issue.

If you are like me wondering why you cannot run a simple "Hello World" because there is an issue, and you get it from file_contents...lime... /.current, That is because you have to have a file by the name of .current. The file was missing and it caused me to search everywhere for 3-4 hours.

Because of that all other things like nme and others were not be able to be installed correctly.

So, whenever you run into ...something....current follow these steps:

haxe
.....lib
..........openfl
...............[3,6,1]  // separated with commas
...............[.current] // content is 3.6.1 separated with dots and then an empty line
..........lime
...............[folder version] //in my case it was 2,9,1 separated with comma

1. copy one of the .content files from other folders inside the parent lib folder. 
2. copy the file inside lime folder
3. change the file content to what version you have (use dots instead of commas and ad an empty line at the end - so in my case 2.9.1 then an empty line after)

The same thing happened for nme and I fixed it this way. After this everything worked just fine!


before this, haxelib list didn't even list the lime and nme, but after that I got them into my list.

I hope it can help you and maybe fixed in later releases.

And please make sure that the folders are not empty. because of this issue, the install of lime was ended up empty, but anyhow, after the fix, I extracted lime files into version folder and it worked fine (zip:102mb extract: around 400mb )

Sol


Reply all
Reply to author
Forward
0 new messages