Page 19 of 42
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 10:45 am
by Fred
- Beta 1 is now available, we are getting closer to the final release. Feel free to test it with your projects, as we need to Check out what's new:
Code: Select all
- Brand new Raspberry version ! You need to install Raspberry OS to use it, which should run on any Raspberry PI (used a PI 2 for the build)
- Brand new Apple M1 (arm64) version !
- Reworked Linux versions as explained in the blog post: https://www.purebasic.fr/blog/?p=521
- All MacOS X packages are now properly notarized, which means you should be able to install PureBasic easily on any recent OS X.
- Added the C Backend compilers on all PureBasic versions (Linux x86, x64 and OS X x86, x64)
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 10:50 am
by User_Russian
Fred wrote: Fri Nov 26, 2021 10:45 amBrand new Raspberry version!
Many thanks.

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 10:51 am
by BarryG
loulou2522 wrote: Thu Nov 18, 2021 6:26 pmWouldn't this version of Purebasic be a farce because of the long delays?
Fred wrote: Fri Nov 26, 2021 10:45 amCode: Select all
- Brand new Raspberry version !
- Brand new Apple M1 (arm64) version !
Nope, not a farce at all.
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 11:00 am
by Kiffi
Fred wrote: Fri Nov 26, 2021 10:45 am- Brand new Raspberry version !

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 11:02 am
by StarBootics
It's me or the C backend is not available in the compiler options under Linux ?
EDIT 1 : When I go to the Preferences -> Compiler and I add the pbcompilerc into the list I got "Cannot read version"
EDIT 2 : Apparently the pbcompilerc file is not considered as Executable. After I have checked "Authorize the execution of the file as a program" everything work perfectly.
Best regards
StarBootics
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 11:29 am
by User_Russian
In Windows x86 version, there are x64 executable files. I wrote about it
viewtopic.php?p=575261#p575261
Because of this, compilation is impossible!
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 11:42 am
by Marc56us
Thanks
I thought it was a shame not to provide a 64-bit Debian version, but I tested and the 64-bit ubuntu (18) version works on 64-bit Debian (10) (which is normal since ubuntu is based on Debian)
PS same error for me:
t's me or the C backend is not available in the compiler options under Linux ?
EDIT : When I go to the Preferences -> Compiler and I add the pbcompilerc into the list I got "Cannot read version"
I will test on Raspberry as soon as I have time.
Thanks for planning to start with the Raspberry v2 (I use these old cards to make NAS)
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 12:37 pm
by StarBootics
Hello everyone
Just in case someone is on Linux just make sure the"pbcompilerc" is checked to be executable -> "Authorize the execution of the file as a program".
Beside that I'm trying to narrow down a problem in the Markdown gadget with the C backend this may require time. That being said some of my projects compile with the C backend flawlessly.
Best regards
StarBootics
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 2:17 pm
by chi
Great news, thanks Fred!
Fred wrote: Fri Nov 26, 2021 10:45 am
- Brand new Raspberry version ! You need to install Raspberry OS to use it, which should run on any Raspberry PI (used a PI 2 for the build)
I already know what's going to be under my Christmas tree

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 3:07 pm
by ChrisR
chi wrote: Fri Nov 26, 2021 2:17 pm
I already know what's going to be under my Christmas tree
Or a release on January 1st would be nice too
My main project or my small tools, windows only, were all compiled successfully and by testing them, everything seems to work well, Congratulations

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 3:19 pm
by chi
ChrisR wrote: Fri Nov 26, 2021 3:07 pm
chi wrote: Fri Nov 26, 2021 2:17 pm
I already know what's going to be under my Christmas tree
Or a release on January 1st would be nice too
I meant a Raspberry PI

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 3:32 pm
by ChrisR
OK, It works together then, a Raspberry PI for Christmas and PB v6.00 for the new year.
Looks good for a successful holiday season

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 3:41 pm
by Marc56us
Yeeeesssss !
Raspberry Model B
Debian
Code (console for now)
Code: Select all
OpenConsole()
PrintN("Hello 1st PureBasic program on Raspberry pi!")
Input()
CloseConsole()
End
compile
Code: Select all
# ./pbcompiler HelloPureBasic.pb -e HelloPureBasic
PureBasic 6.00 Beta 1 - C Backend (Linux - arm32)
Loading external modules...
Starting compilation...
Starting compilation...
7 lines processed.
Creating the executable.
- Feel the ..PuRe.. Power -
Run
Code: Select all
# ./HelloPureBasic
Hello 1st PureBasic program on Raspberry pi!
"Hello World" works so the rest will follow.

Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 3:52 pm
by Fred
The IDE runs, so it should be no problem. BTW, I'm using the IDE using ssh+X redirect and VcXsrv on Windows, and the IDE is displayed on the Windows which makes the dev very easy.
Re: PureBasic 6.00 Beta 1 released !
Posted: Fri Nov 26, 2021 4:32 pm
by kenmo
Awesome! Excited for RasPi as a new target platform, and more Linux focus (as Windows/Mac have been driving me more toward the Linux world

)