Problem with compiling on Linux (64)
-
Hi,
after a long time I wanted to used Haxeflixel again. Installed it and ran
"flixel buildprojects linux" which threw the error:"Error: Source path "/home/dlb/.local/share/haxe/lib/hxcpp/3,4,185/bin/Linux64/std.dso" does not exist"
Now hxcpp is installed but the folder does not contain the "std.dso" file. Googling for this didn't turn up anything useful and the problem is the exact same on my VM which runs another Linux distro.
Any advice? Thx
-
I've ever met a similar problem but on Windows missing std.dll.
I've solved It in this method:
http://forum.haxeflixel.com/topic/671/windows-build-issues
You may as well have a try.
-
You may have copy the code from the demos into your IDE, and then compile that to SWF. Otherwise, I'd suggest maybe wine?
(Demo code can be found on the github, usually: https://github.com/HaxeFlixel/flixel-demos/ )
-
@oberon-tonya thanks so much!
I really could have known.. because a few days ago I just ran haxelib upgrade and it upgraded hxcpp also.. and as far as I remembered everything worked before.
Anyways.. downgrading hxcpp worked.
Thanks!