1. Phix install error
- Posted by achury Jul 10, 2021
- 760 views
I got this error message installing phix:
Aside: phix.1.0.0.setup.exe not found
C:\Program Files (x86)\Phix\builtins\cffi.e:1090 in procedure set_struct_field()
type check failure, v is -1 id = 3 pStruct = 42054552.0 field = "Index" v = -1 membernames = <novalue> details = <novalue> k = <novalue> size = <novalue> offset = <novalue> ... called from C:\Program Files (x86)\Phix\builtins\LiteZip.e:215 in function U nzipGetItem()
Global & Local Variables
> see C:\Program Files (x86)\Phix\ex.err Press Enter...
2. Re: Phix install error
- Posted by achury Jul 10, 2021
- 756 views
Aside: phix.1.0.0.setup.exe not found C:\Program Files (x86)\Phix\builtins\cffi.e:1090 in procedure set_struct_field() type check failure, v is -1 id = 3 pStruct = 42054552.0 field = "Index" v = -1 membernames = <novalue> details = <novalue> k = <novalue> size = <novalue> offset = <novalue> ... called from C:\Program Files (x86)\Phix\builtins\LiteZip.e:215 in function U nzipGetItem() Global & Local Variables --> see C:\Program Files (x86)\Phix\ex.err Press Enter...
3. Re: Phix install error
- Posted by petelomax Jul 10, 2021
- 750 views
achury said...
C:\Program Files (x86)\Phix\builtins\cffi.e:1090 in procedure set_struct_field() type check failure, v is -1
Hmm, can you change that line:
--global procedure set_struct_field(integer id, atom pStruct, atom_string field, atom_string v) global procedure set_struct_field(integer id, atom pStruct, atom_string field, object v)
and re-run ppw.bat - sorry 'bout that.