Re: Unable to compile Eu programs
- Posted by jmduro Aug 26, 2016
- 2272 views
petelomax said...
Oh yeah, sorry, I forgot that was reported a month ago ( http://openeuphoria.org/forum/129606.wc#129606 ) and I have not re-zipped yet...
Can you grab a copy of that file from my bitbucket repository and put it in Phix\builtins\VM?
Pete
Hello Pete,
I installed Phix on Linux Debian 8 32-bits. I thought I had to compile p.exw because p is allways mentioned as the interpreter/compiler. After compiling, I understood p is renamed to phix on Linux. Maybe this is worth mentioning.
To be able to compile it with ./phix -c p.exw, I had not only to get builtins/VM/pcallfunc.e from the bitbucket repository but also builtins/pAlloc.e.
Regards
Jean-Marc