1. Phix install error

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...

new topic     » topic index » view message » categorize

2. Re: Phix install error

 
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... 

new topic     » goto parent     » topic index » view message » categorize

3. Re: Phix install error

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.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu