Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Linux specific forum
loulou2522
Enthusiast
Enthusiast
Posts: 495
Joined: Tue Oct 14, 2014 12:09 pm

Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by loulou2522 »

Can someone help me to install purebasic 5.70 LTS on linux Ubuntu 17.04 ?
Thanks in advance.
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by mk-soft »

I always create a folder with apps under the personal folder. Then I extract Purebasic into this folder and rename the folder Purebasic to Purebasic-v5.70, so that you can have several versions.

Then some developer packages have to be installed.
Purebasic
---------
sudo apt-get install build-essential gcc g++

sudo apt-get install libxxf86vm-dev libxine2-dev unixodbc-dev libsdl1.2-dev libsdl2-dev

sudo apt-get install libgtk2.0-dev libgtk-3-dev

sudo apt-get install libwebkitgtk-dev libwebkitgtk-3.0-dev libwebkit2gtk-4.0-dev


Subsystem qt
------------
sudo apt-get install qtbase5-dev qttools5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5svg5-dev libqt5webkit5-dev libqt5multimedia5-plugins


Ubuntu Gnome 18.xx (For PB-IDE)
-------------------------------
sudo apt install libcanberra-gtk-module


Obsoleted
---------
;sudo apt-get install libgnome2-dev
;sudo apt-get install libgnomeprintui2.2-dev libxine-dev


Ubuntu missing default libs (Without developer packets)
-------------------------------------------------------
gtk2
- sudo apt-get install libgtk2.0
gtk3
- sudo apt-get install libwebkitgtk-3.0
qt
- sudo apt install qt5-default
Now create a shortcut to Purebasic and place it on your desktop.

That's the easiest way to go :wink:
Last edited by mk-soft on Fri Mar 20, 2020 3:37 pm, edited 1 time in total.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
loulou2522
Enthusiast
Enthusiast
Posts: 495
Joined: Tue Oct 14, 2014 12:09 pm

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by loulou2522 »

I make all yoy do and when i launch purebasic i have an error message [COMPILER] ASSEMBLER ERROR and after nothing
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by mk-soft »

If starting IDE or code?

Linux x86 or x64. You must install the right version of Purebasic...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
loulou2522
Enthusiast
Enthusiast
Posts: 495
Joined: Tue Oct 14, 2014 12:09 pm

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by loulou2522 »

Purebasic 5.70 LTS X64 Version
The error come when i launch 'Compiler and executing" from the ide menu
When launching IDE no problem
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by mk-soft »

Ok,
Is perhaps not right assembler code inside the sources.

You can put the code in there.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
loulou2522
Enthusiast
Enthusiast
Posts: 495
Joined: Tue Oct 14, 2014 12:09 pm

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by loulou2522 »

I don't think because when i make a little programm with only one line

Code: Select all

debug #PB_Compiler_Home
i have the same error
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by mk-soft »

I running with Ubuntu (Gnome) 18.04 without problem...

Install Purebasic v5.62 for testing... and redownload pb v5.70
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
tola
New User
New User
Posts: 9
Joined: Tue May 03, 2011 10:13 am
Location: France - Loire 42

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Post by tola »

Hi,

Thanks a lot.

It's work for me. 2D and 3D !! GREAT !!

PB5.71 x64 on Ubuntu 18.04 x64 (in virtualbox on a Win10 x64)
+--=--=--=--=--=--=--=--=--=--+
i'm juste a poor old french coder lost in france !
Post Reply