Page 1 of 2

installing pb on linux mint

Posted: Sun Mar 31, 2019 4:36 pm
by wimapon
Hi folks,
I do use purebasic for years... but on Windows.
Now i like to install it on a linux mint machine.

i bought in the past version PB_4_60

there must be an pb executable in... but there is no.

so i can not install it... can somebody help me please?

Wim

Re: installing pb on linux mint

Posted: Sun Mar 31, 2019 5:24 pm
by Bisonte
I installed it last night with mk-soft's guide and it works.
Linux Mint 19.1 x86 and PB 5.70 x86

Btw. the "executable" is the file : purebasic in the folder : "compilers". Thats the IDE ;)

Re: installing pb on linux mint

Posted: Sun Mar 31, 2019 5:29 pm
by wimapon
thanks Bisonte,
Where can i find this guide?

Re: installing pb on linux mint

Posted: Sun Mar 31, 2019 5:30 pm
by wimapon
Bisonte,
i found "purebasic" in the compilers directory. But i can not start it???

Re: installing pb on linux mint

Posted: Sun Mar 31, 2019 7:33 pm
by W4GNS
wimapon wrote:thanks Bisonte,
Where can i find this guide?
viewtopic.php?p=530654#p530654

Once you follow the guide and have downloaded the library's it will run fine

Re: installing pb on linux mint

Posted: Mon Apr 01, 2019 11:26 am
by wimapon
Okay, i will try to do that
thanks
Wim

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 10:23 am
by wimapon
Hi bisonte,
I tried to folow your commands from the link.
But it failed in this way:

$ sudo apt-get install libgnomeprintui2.2-dev libxine-dev
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
E: Kan pakket libgnomeprintui2.2-dev niet vinden
E: Kon geen enkel pakket vinden via expansie (glob) 'libgnomeprintui2.2-dev'
E: Kon geen enkel pakket vinden via regex 'libgnomeprintui2.2-dev'
E: Kan pakket libxine-dev niet vinden


So, what to do now?
Wim

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 11:53 am
by Saboteur
Did you try to execute "checkinstall.sh" in the purebasic directory?
What's the result?

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 4:04 pm
by wimapon
Bisonte, i did all the commands now you mentions. This went okay.

checkinstall.sh gave:
wim@wim-desktop-mint:~/purebasic_linux$ ./checkinstall.sh
ls: cannot access '/usr/lib/libstdc++.so.*': No such file or directory
libstdc++ not found.
libstdc++ devel package need to be installed to use PureBasic

When i do after this: sudo apt-get install libstdc++
i get a whole lot of problems info like: ( this is just the last few lines)

7.3.0-27ubuntu1~18.04cross1 zal geïnstalleerd worden
libstdc++6-8-dbg-sparc64-cross : Conflicteert met: libstdc++6-5-dbg-sparc64-cross maar 5.5.0-12ubuntu1cross1 zal geïnstalleerd worden
Conflicteert met: libstdc++6-6-dbg-sparc64-cross maar 6.5.0-2ubuntu1~18.04cross1 zal geïnstalleerd worden
Conflicteert met: libstdc++6-7-dbg-sparc64-cross maar 7.3.0-27ubuntu1~18.04cross1 zal geïnstalleerd worden
libstdc++6-8-dbg-x32-cross : Conflicteert met: libstdc++6-5-dbg-x32-cross maar 5.5.0-12ubuntu1cross1 zal geïnstalleerd worden
Conflicteert met: libstdc++6-6-dbg-x32-cross maar 6.5.0-2ubuntu1~18.04cross1 zal geïnstalleerd worden
Conflicteert met: libstdc++6-7-dbg-x32-cross maar 7.3.0-27ubuntu1~18.04cross1 zal geïnstalleerd worden
E: Kan problemen niet verhelpen, u houdt defecte pakketten vast.


Wim

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 5:18 pm
by mk-soft
Repeat the install
sudo apt-get install build-essential gcc g++
These are no longer needed
;sudo apt-get install libgnome2-dev
;sudo apt-get install libgnomeprintui2.2-dev libxine-dev

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 6:20 pm
by wimapon
Hi mk-soft

when i did: sudo apt-get install build-essential gcc g++
i get the next info:

build-essential is reeds de nieuwste versie (12.4ubuntu1).
g++ is reeds de nieuwste versie (4:7.3.0-3ubuntu2.1).
gcc is reeds de nieuwste versie (4:7.3.0-3ubuntu2.1).
0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 282 niet opgewaardeerd.


so nothing changed as far as i can see.
but purebasic from the directory compilers still does not work... nothing hapened.

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 7:10 pm
by mk-soft
I think your linux mint is too old...

Update to Linux Mint 19.1 (X64)
Here it runs under Mint 19.0 (X64 - VM)

Re: installing pb on linux mint

Posted: Tue Apr 02, 2019 7:53 pm
by Bitblazer
My dutch is not existing, so i cant help you :wink:

Re: installing pb on linux mint

Posted: Wed Apr 03, 2019 6:39 am
by collectordave
Hi

Having just installed PB 5.7 on Linux mint 19.1 64 and 32 bit it definately works so keep trying. My Linux knowledge is extremely limited but both versions work exceptionally well.

I kept following the links above until I got it working.

Regards

Cd

Re: installing pb on linux mint

Posted: Wed Apr 03, 2019 9:51 am
by wimapon
Hi Folks,

Well, my linux is Linux Mint 19.1 and my purebasic is V 4.30

probably my PureBasic is too old??

In the past i used it on Ubuntu 11.x

Wim