Page 1 of 2

Gambas3-3.3.4 for Porteus

Posted: 16 Dec 2012, 15:47
by wread
Gambas is for Linux as Visual Basic is for Windoz. Here my snapshot:
Image

You can download it from http://www.mediafire.com/?xb634573ug5x4

The sqlite2 component is disabled (other 3 sql components are present). I start it by typing gambas3; in kde4 you can put it in the panel by right-clicking it in the panel. i only tested the examples and they run ok.

Enjoy :D

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 03:05
by hendryawan
Dear,
It I first time use porteus. I has been download the Porteus-KDE4-v2.1-rc2-i486.iso file and already install to my flash disk. Run OK and nice :good: .
I interest to run gambas and already download, and try to run but have problem with root password :wall: .
Please help me what is the root password for Porteus-KDE4-v2.1-rc2-i486.iso?
thank and regards

hendry

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 04:13
by donald
@hendryawan

Have you tried " toor "?

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 04:24
by hendryawan
Thank,
after that how I can run the program.
I still can't find gambas3, eventhought I has been extract the zxm file to my desktop. How to run the gambas3 program?
Where I can type gambas3?
regards

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 04:44
by RamonTavarez
@hendryawan

Open a terminal, and then type gambas3, this will run the software.

Regards

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 05:31
by hendryawan
It is still not working... :fool:
It seem wrong step to install.
OK now I have Porteus-KDE4-v2.1-rc2-i486.iso and already run by USB flash disk. The other one I have gambas3-3.3.4-i486-wread.xzm file.
Please explain me step by step to do running the gambas program.
regards

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 05:39
by donald
@ hendryawan

1.right-clic the xzm-file and then activate it

2. do what RamonTavarez said.

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 06:10
by hendryawan
Dear Donald,
1st:
By right click of file xzm then activeted --> typing the password
open terminal --: type gambas3 --> result by terminal --> bash: gambas3: command not found

2nd:
I try with porteus package manager then activated
open terminal and type gambas3, result:
gbr3: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

:fool:

Any hint ?

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 06:43
by donald
@hendryawan

let's try "a shot into the dark"
does it work in a root-terminal?
open terminal >type su --ENTER > type toor --ENTER > type gambas3 --ENTER

If you are still getting errors I'm sorry, but I am not able to help you any further
but please be patient I'm sure that someone else will step in to help you.

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 08:44
by hendryawan
Dear Donald,
The result is still same --> gbr3: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
Any hint will be appreciate.
Thank you verymuch and best regards

hendryawan

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 11:18
by wread
@hendryawan,
to build that package I used my own build of KDE4, that contained a little module called libffi.xzm. This module you must add to the Gambas3 Stack to make it work now.

Good luck!

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 14:03
by hendryawan
Dear,
I just do the libffi-3.0.8.zxm with package manager and then type in terminal gambas3 the error comes bellow:
root@porteus:/home/guest# gambas3
ERROR: #27: Cannot load component 'gb.qt4.webkit': libsqlite3-3.6.12.so.0: cannot open shared object file: No such file or directory

The better way, you can give me the step by step direction. Sorry I am still very poor in linux, now I learn.

regards

hendryawan

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 14:54
by wread
Ok, try installing 06-libreoffice.xzm in /porteus/base. This should do the trick!

Regards!

Re: Gambas3-3.3.4 for Porteus

Posted: 12 Jul 2013, 21:09
by hendryawan
Dear wread,
I has been try but it is still have the same error :wall:
ERROR: #27: Cannot load component 'gb.qt4.webkit': libsqlite3-3.6.12.so.0: cannot open shared object file: No such file or directory
I waiting for the next thing to try
regards

Re: Gambas3-3.3.4 for Porteus

Posted: 13 Jul 2013, 02:23
by wread
Dear hendryawan!

I must apologize. As Porteus moved from version 2.0 to 2.1 rc1 I had the same problem and made this patch for it. Just add it to your stack and install it.
I hope you will enjoy Gambas3

Cheers!