Re: Unable to compile Eu programs

new topic     » goto parent     » topic index » view thread      » older message » newer message
petelomax said...

I may have already addressed the "-1 => proper line number" issue on my copy, in any case it is obviously the find(rootpath[j],..) on line 104
I have no real idea why I coded

    for j=length(rootpath) to 0 by -1 do 

instead of

    for j=length(rootpath) to 1 by -1 do 

It may be worth trying that, or it may be that rootpath needs to be set to "" or ".", or there may be more serious problems with get_proper_path() on Lnx...
The other thing you could try is "./phix alarm.exw"

Pete

I already tried that but I still get the error as if this were hardcoded in phix executable (I get the same error with this line modified).

I must test this with a version I was able to compile on another PC at work. I can't understand why the same archive run on different PCs with the same Linux release behave differently. I know I did not test phix.zip recompile and the bitbucket version in the same order.

Regards

Jean-Marc

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu