Installing Gambas Runtime
Posted
#1
(In Topic #769)
Trainee
I followed the directions to install the Gambas runtime so I can run a Gambas generated executable file on a PC without Gambas installed.
I ran the following:
sudo apt update
Sudo apt install gambas3-runtime
These commands ran successfully. However when I click on the .gambas file (the executable) nothing happens. If I run the install again it tells me that the runtime is already installed.
The Gambas version is 3.16.3.
Any help is appreciated.
Thanks.
Regards,
mikejp56
Posted
Guru

Posted
Trainee
When I type forms.gambas I get forms.gambas: command not found.
I have enclosed a screenshot.
Regards,
mikejp56
Posted
Guru

Then it will tell you what components are missing.
Most Gambas apps will use some other components than just the runtime
Posted
Trainee
Here is a screenshot.
Regards,
mikejp56
Posted
Guru

so…
sudo apt install gambas3-gb-image
then repeat the process until you have the needed additional components.
it might be easier to type…
sudo apt install gambas3
that will install the most common components for you.
Posted
Trainee
First let me thank you again for your help!
So I followed your lead; I installed gambas3-gb-image, gambas3-gb-gui, and gambas3-gb-form as instructed. Then when I run ./Forms.gambas I get the following error message:
ERROR: #2: Cannot load class 'FMain': Bytecode too recent. Please upgrade Gambas
I am hoping that this doesn't mean that I need to install gambas to run forms.gambas. I was hoping it would be like the old days with MS Visual Basic. You write the application and install the VB runtime on the target machine, and your application runs as if VB was installed, but it isn't.
Any chance of that happening with gambas?
Thanks end enjoy Thanksgiving!
Regards,
mikejp56
Posted
Guru

Posted
Trainee
Thanks for the reply.
You are exacly right. The other machine does not have the ppa setup. I will try this later.
Thanks again!
Regards,
mikejp56
1 guest and 0 members have just viewed this.





