Re: Phix 1.0.2 uploaded
- Posted by RobertS Mar 14, 2023
- 2559 views
I finally downloaded Phix 1.0.2, and when I installed it, installation ended with an error message — ex.err says:
C:\Phix\builtins\cffi.e:234 in procedure cffi_error()
crash(`unknown size //`)
msg = `unknown size //`
... called from C:\Phix\builtins\cffi.e:485 in function do_type()
mtype = `//`
machine = 32' '
substruct = 0
k = 0
size = <novalue>
align = <novalue>
signed = 1
mname = `age`
bFunc = 0
ftok = <novalue>
... called from C:\Phix\builtins\cffi.e:650 in function parse_c_struct()
etc. etc., a total of 1040 lines.
It seems to work, though.
(Windows 10, installing to C:\Phix, as I had done with 1.0.1 — I renamed that folder prior to installing 1.0.2)
Is that error something that can safely be ignored (as I ignored Windows’s warning that this application might do unspeakable things to my computer, am I really determined to go ahead with it?), or does it mean that some feature may not be working?
Robert

