This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
compiling problem #1111
crislikesanimation
started this conversation in
General
Replies: 1 comment 3 replies
-
I had the same problem, you have to go in PlayState.hx, find the code (WebmPlayer.SKIP_STEP_LIMIT = 90;) at the line 3379 and delete it ! then save the hx file and try compiling |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I compile it shows this
source/PlayState.hx:3379: characters 17-32 : Class<webm.WebmPlayer> has no field SKIP_STEP_LIMIT
/usr/local/lib/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access
/usr/local/lib/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access
I'm compiling on Mac but this never happens and now it is
Beta Was this translation helpful? Give feedback.
All reactions