Re: sh: 1: /media/mycomputer/Seagate: not found
- Posted by irv Jan 31, 2021
- 1362 views
As far as I can tell, there is no p64 that is executable and no need to rename anything.
It's just a packaging file. Here, on windows, I run "p -c -norun p64.exu" and upload the resulting p64 to the website, which contains the instructions "wget http://phix.x10.mx/p64" and "mv p64 phix/p".
OK, but why or how is _tom running ./p64 ? If in fact "mv p64 phix/p" succeeded, then trying to run ./p64 would result in an error (./p64: No such file or directory). Since it does (sometimes) work for him, that indicates that the "mv p64 phix/p" failed. In that case, one might wonder what else may have also failed.
Now then dear, what's the bad news then?
The update completely destroyed object inheritance. Example: a has a property called "border_width"; private integer border_width; and set_border_width() are implemented in .e (via .e)
Window win = new() win.border_width = 10
Yesterday, all is fine. win.border_width = 10 worked. Today, I get a message: attempt to modify private field (border_width)
Worse, if I make the field public, it says: Segmentation fault (core dumped)
Worse than that, sometimes the error is: Cannot open /home/irv/pgtk/GtkContainer.ex
Say What? There is no GtkContainer.ex, and none of my code tries to include an *.ex file. A "grep *" of the entire directory shows:
GtkBin.e:5:include GtkContainer.e GtkBox.e:4:include GtkContainer.e GtkContainer.e:2:-- GtkContainer