yupswing / TileCraft

Haxe/OpenFL 2.5D Modeling Tool (prototype, no longer mantained)
GNU General Public License v3.0
100 stars 14 forks source link

unable to build from source #4

Open sangohan opened 9 years ago

sangohan commented 9 years ago

Not sure if this is a real error, or a env problem on my end, but i checked out the sources, and added all the deps (listed in project.xml). But I m still unable to build ; the error is:

> haxelib run lime test windows -Dv2 -Dlegacy
Error: Could not find build target "actuate=1.8.5"

My haxe version is 3.2.0 (one of the RC - i will update it to the proper release and try again soon). My lime version is 2.1.3.

I m not too familiar with lime, but is there some more dependencies that isn't listed? May be fix up the README to show what it is.

ps. this project is really cool, and i want to (with my feable attempt) to contribute if i can.

yupswing commented 9 years ago

I can compile, tested now.

I would strongly suggest to update all the libraries because haxe is looking for actuate version 1.8.5 (which is the last version) and also lime is at 2.4.x right now.

haxelib upgrade

and try again ;)

if you wish to contribute you are welcome. just make pull request and I will look at them.

If you don't know how to contribute don't worry for now, it needs a lot of polishing, and since it is my code it is easier for me to clean that.

I am trying to understand how many people are interested in the project to see if it is worthy to keep working on it.

EDIT: sorry, you were right. you need to install also ACTUATE

haxelib install actuate