-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Compiling Psych Engine 1.0.1 on Linux #16195
Comments
Debian 12 is still at Haxe 4.2.5 when Psych 1.0.1 requires at least Haxe 4.3.4. You'll have to manually install Haxe through a binary. You can get one here https://haxe.org/download/file/4.3.4/haxe-4.3.4-linux64.tar.gz/ |
After some trial and error. I was unable to get the the binaries to work. However, I found a work around to get the engine to compile on Haxe 4.2.5. I will reply with the instructions for anyone else who wants compile with the older version. |
Workaround (Tested with Haxe 4.2.5):Step 1: Modify the flxanimate library by changing line 156 in Step 2: Change line 224 in Step 3: Change line 57 in Notes:
|
Describe your problem here.
I am having an issue trying to compile the source code for the Psych Engine. I managed to trace down this line that is causing the
/home/ax/haxelib/flxanimate/git/flxanimate/animate/FlxElement.hx:146: characters 39-40 : Unexpected ?
error.I am not sure if it is a bug or I have done something wrong. I followed all the instructions in the BUILD.md file and ran the UNIX.sh setup file. I am using Debian 12.9 as my Linux distro.
Are you modding a build from source or with Lua?
Source
What is your build target?
Linux
Did you edit anything in this build? If so, mention or summarize your changes.
No
The text was updated successfully, but these errors were encountered: