Page 1 of 1
compilation error
Posted: Mon Jul 17, 2023 12:00 pm
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]
Re: compilation error
Posted: Mon Jul 17, 2023 12:33 pm
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.
Re: compilation error
Posted: Mon Jul 17, 2023 12:53 pm
by Caronte3D
Enter to "Compiler Options" and choose an installed compiler from the ComboBox.
Re: compilation error
Posted: Mon Jul 17, 2023 2:00 pm
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
Re: compilation error
Posted: Mon Jul 17, 2023 5:24 pm
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.
Re: compilation error
Posted: Tue Jul 18, 2023 6:43 am
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!