compilation error

Linux specific forum
giango14
New User
New User
Posts: 3
Joined: Mon Jul 17, 2023 11:15 am
Location: italy

compilation error

Post by giango14 »

Good morning to the whole team!
I discovered PB a few days ago and I would be thrilled if it weren't for the fact that I can't get it to work.
I installed the linux package after loading all required libraries, but to no avail.
The compilation error message is what you see in the screenshot, that is:
"could not find the required compiler: purebasic"
You can help me? Thank you!
[img]file:///home/giango/Scrivania/error_PB.png[/img]
Bitblazer
Enthusiast
Enthusiast
Posts: 762
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: compilation error

Post by Bitblazer »

giango14 wrote: Mon Jul 17, 2023 12:00 pm [img]file:///home/giango/Scrivania/error_PB.png[/img]
We can't access that file, so we can't see the problem. You could upload it to a free image hosting service like imgur and share the link to the picture with us, so we can try to help.
User avatar
Caronte3D
Addict
Addict
Posts: 1361
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: compilation error

Post by Caronte3D »

Enter to "Compiler Options" and choose an installed compiler from the ComboBox.
giango14
New User
New User
Posts: 3
Joined: Mon Jul 17, 2023 11:15 am
Location: italy

Re: compilation error

Post by giango14 »

Thank you for your kind reply, and I am attaching the link to the image that didn't open.
https://od.lk/f/NjRfMzcxMzU0NjNf
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: compilation error

Post by AZJIO »

I have disabled:
Enable Purifier - never used yet
Enable OnError - the code must contain functions for working with this object
Create temporaly - maybe a path problem with non-latin letters
Use Compiler - if not checked, it is used by default, and if specified, then it must be available. You can set these settings individually for each source in the menu "Compiler" - "Compiler settings"
folder path has non-latin letters and spaces? This is for insurance.
giango14
New User
New User
Posts: 3
Joined: Mon Jul 17, 2023 11:15 am
Location: italy

Re: compilation error

Post by giango14 »

Thanks for the tips AZJIO!
I then managed to eliminate the problem by changing the program folder.
Before it was in my Home and now in the Root.
In this way the compilation works without problems.
Thanks again!
Post Reply