Question: Cannot build, unexpected & #1480
Replies: 14 comments
-
I just tried it myself and built it from source on ubuntu Warnings:
|
Beta Was this translation helpful? Give feedback.
-
Uh, looks like you need to make |
Beta Was this translation helpful? Give feedback.
-
@regulad I already have. Copied text inside and all. |
Beta Was this translation helpful? Give feedback.
-
Same problem compiling to html5 |
Beta Was this translation helpful? Give feedback.
-
that was a reply to my comment since it says that APIStuff was not found but its weird that you get a different error than me |
Beta Was this translation helpful? Give feedback.
-
Is that your haxe version is correct? I have same problem and i solve it by upgrade haxe 3.4.7(debian buster stable package) to required version |
Beta Was this translation helpful? Give feedback.
-
i used Haxe 4.2.1 and it works fine |
Beta Was this translation helpful? Give feedback.
-
Got the same problem here. I have haxe 3.4.7 and haxelib 3.3.0, using Debian Buster. Trying to compile from the source I've just downloaded. lime test html5 -debug Then I try to continue, as if it's nothing serious, but got another error: lime test linux -debug In the end there's no "linux" directory inside export/release/ (only a .build file). Another thing, in the "Ignored files" section of the manual, there's a line: "Just make a file in /source and call it APIStuff.hx, and copy paste this into it" the correct would be source/ instead of /source (which indicates a "source" folder in the root / directory). |
Beta Was this translation helpful? Give feedback.
-
You require Haxe 4.1.5 or 4.2.1/later |
Beta Was this translation helpful? Give feedback.
-
well my error is source/APIStuff.hx:1: characters 1-5 : Unexpected haxe |
Beta Was this translation helpful? Give feedback.
-
package;
class APIStuff
{
public static var API:String = "";
public static var EncKey:String = "";
} Paste that in |
Beta Was this translation helpful? Give feedback.
-
Also having this same issue on Windows. |
Beta Was this translation helpful? Give feedback.
-
Haxe 4.1.4 or earlier won't work, neither will Haxe 4.2.0. Add the Haxe PPA. |
Beta Was this translation helpful? Give feedback.
-
i also have this error source/Controls.hx:411: characters 25-33 : Array has no field contains |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build the game on Debian, but can't get it working. I get a syntax error from the newgrounds lib.
/home/gameboycjp/haxelib/newgrounds/1,1,3/lib/Source/io/newgrounds/objects/events/Result.hx:32: characters 35-36 : Unexpected &
Did I do something wrong with the setup?
Beta Was this translation helpful? Give feedback.
All reactions