[Pas2js] Building problem
Ryan Joseph
genericptr at gmail.com
Wed Sep 30 17:21:10 CEST 2020
> On Sep 30, 2020, at 12:18 AM, Michael Van Canneyt <michael at freepascal.org> wrote:
>
> You have a completely wrong system unit ?
>
> Line 369 is in the interface part, revision 887 contains this on line 369
>
> function ParamCount: Longint;
> function ParamStr(Index: Longint): String;
>
> The delete() declaration does not contain assembler.
OK I was confused. I guess one of the fpc installs included pas2js also and it was getting mixed up. I just built fresh from SVN and it's working now.
I see TJSArrayBufferView seems to be missing. Where did this go?
webgl2.pas(299,71) Error: identifier not found "TJSArrayBufferView"
Why are you not including GCC error messages? They're more standard and supported in various editors. Also the path name is relative which presents problems in editors with jumping to errors.
Regards,
Ryan Joseph
More information about the Pas2js
mailing list