Page 1 of 3

PureBasic 5.44 LTS is available !

Posted: Sat Nov 19, 2016 12:01 pm
by Fred
Hello,

A bug fix version of the current LTS branch is available as beta. It fix important Linux issues and brings a new way to install the app on OS X to comply with OSX Sierra. Now the whole purebasic directory is embedded in the PureBasic.app, so if you need to use the commandline, you will have to add the path PureBasic.app/MacOS/Content/Resources/compiler to the $PATH

- final version is out !

- beta 4 is available with some more bug fixes

- beta 3 is available and bring more bug fixes mainly on OS X

- beta 2 is out and bring more bug fixes

It's on your online account, have fun !

The Fantaisie Software team

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Sat Nov 19, 2016 12:02 pm
by RSBasic
Thank you for new version. Image

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Sun Nov 20, 2016 11:57 am
by Maitre_Kanter
Good news !

Thank you !

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Mon Nov 21, 2016 12:51 pm
by macros
Great!

I installed it and it works flawlessly under Kubuntu 16.04

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Mon Nov 21, 2016 1:03 pm
by wilbert
Fred wrote:brings a new way to install the app on OS X to comply with OSX Sierra.
How does this work with multiple PureBasic installations ?

The temporary workaround I posted to compile with XCode 8, resulted in a minimum requirement of OSX 10.7.
How is this with 5.44 LTS (MacOS, 64 bits) ? Do compiled executables still work on OSX 10.6 ?

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Mon Nov 21, 2016 2:24 pm
by deseven
Thanks for the update!
However, PostEvent() issue is still here.

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Mon Nov 21, 2016 3:12 pm
by Fred
wilbert wrote:
Fred wrote:brings a new way to install the app on OS X to comply with OSX Sierra.
How does this work with multiple PureBasic installations ?

The temporary workaround I posted to compile with XCode 8, resulted in a minimum requirement of OSX 10.7.
How is this with 5.44 LTS (MacOS, 64 bits) ? Do compiled executables still work on OSX 10.6 ?
What do you mean by multiple PureBasic installations ? You can just rename the app and it should be OK

I think 64 bit will only support OSX 10.7, it's an old OS anyway now. If you want to target it, you can still ship a 32-bit version.

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Mon Nov 21, 2016 3:21 pm
by wilbert
Fred wrote:What do you mean by multiple PureBasic installations ? You can just rename the app and it should be OK
I noticed the drag to applications folder. I simply hadn't thought about renaming the app after it has been dragged there.
Good to know that it is that simple.
Fred wrote:I think 64 bit will only support OSX 10.7, it's an old OS anyway now. If you want to target it, you can still ship a 32-bit version.
No problem. I'm all for moving forward; don't care about leaving behind OSX 10.6 . :)
It's just good to know what the minimum OS version is that compiled applications require. That's all.

Thanks for the beta.

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 6:19 am
by J. Baker
Woe says me! I use Snow Leopard every day. Glad to see the 32bit version runs on it though. Thanks for the update. ;)

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 7:47 am
by Fred
wilbert wrote:
Fred wrote:What do you mean by multiple PureBasic installations ? You can just rename the app and it should be OK
I noticed the drag to applications folder. I simply hadn't thought about renaming the app after it has been dragged there.
Good to know that it is that simple.
It true that if you want to install both it's a bit messy, may be I should rename the x86 one ? (PureBasic 32-bit.app)

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 7:58 am
by wilbert
Fred wrote:It true that if you want to install both it's a bit messy, may be I should rename the x86 one ? (PureBasic 32-bit.app)
That sounds like a good idea to me :D

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 8:20 am
by infratec
I would prefer _x86 instead of _32.
It's simply more common.

Bernd

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 12:18 pm
by holzhacker
UbuntuGnome - http://www.ubuntugnome.org/
16.04 - 64bits - LTS

-----------------
PB 5.43 - LTS -> Run: OK

-----------------
PB 5.44 - LTS - Run: KO

ERRO: ./purebasic: error while loading shared libraries: libcairo.so.2: cannot open shared object file: No such file or directory

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 1:40 pm
by Fred
did you install the gtk2 dependencies ?

Re: PureBasic 5.44 LTS beta 1 is available !

Posted: Tue Nov 22, 2016 1:48 pm
by holzhacker
did you install the gtk2 dependencies ?
Everything installed, the 5.43 runs smoothly. Very strange.