Page 1 of 2

PB5.50b2 Compiler not ready

Posted: Sun Jul 24, 2016 8:37 pm
by DoubleDutch
On a fresh install of MacOS Sierra (b2), if you try compiling then you get a compiler not ready message. Even if you wait, it's never ready.

Re: PB5.50b2 Compiler not ready

Posted: Mon Jul 25, 2016 4:07 am
by Keya
(i hadn't heard of Sierra, googled) wow so apparently it's no longer even called OS X ... now its MacOS !? Back to Mac again, which I guess returns to sync with PB's CompilerIf #PB_OS_MacOS :D
http://www.pcmag.com/article/345500/10- ... cos-sierra

I actually only updated my OSX last night but it still says 10.11.6 (i think mine was 10.11.3 or something previously) - El Capitan. Sounds from your bug report i could be lucky it didn't upgrade to Sierra due to still being in beta!

Re: PB5.50b2 Compiler not ready

Posted: Mon Jul 25, 2016 6:24 am
by Fred
Please wait until the official release, it's not unusal than things gets broken with OS X beta

Re: PB5.50b2 Compiler not ready

Posted: Mon Jul 25, 2016 10:08 am
by DoubleDutch
No problem, I just thought you would like to know. :)

Re: PB5.50b2 Compiler not ready

Posted: Thu Nov 10, 2016 8:37 am
by QuimV
Same error message.
It does not work for me either.
(macOS Sierra - Version 10.12.1)
Any idea @Fred?
:(

Re: PB5.50b2 Compiler not ready

Posted: Sat Nov 12, 2016 5:12 am
by vkelmenson
I have the same problem with a new Macos10.12 that I purchased from apple. Not a beta os. Same error message. I have downloaded the command line utilities.

Re: PB5.50b2 Compiler not ready

Posted: Sat Nov 12, 2016 7:38 am
by DoubleDutch
It doesn't happen on an update from the old OS to the new, just a fresh install. At least that is what happened to me.

Re: PB5.50b2 Compiler not ready

Posted: Sat Nov 12, 2016 6:15 pm
by QuimV
My installation "macOS Sierra - Version 10.12.1" is fresh and same problem. :(

Re: PB5.50b2 Compiler not ready

Posted: Sun Nov 13, 2016 2:58 pm
by PhilGeorges
My installation "macOS Sierra - Version 10.12.1" Same problem. I updated Xcode, line command tools are ok....

Which solution ? :cry:

Re: PB5.50b2 Compiler not ready

Posted: Sun Nov 13, 2016 5:14 pm
by DoubleDutch
PhilGeorges: Fresh install, or upgrade from previous OS?

For me the problem only occurred on a fresh install - upgrade from previous OS and all works ok for me.
(you will have t find a copy of the previous OS, then do the update from that)

Re: PB5.50b2 Compiler not ready

Posted: Mon Nov 14, 2016 5:08 pm
by mk-soft
Some probleme with Xcode 8.x and Purebasic. At time i use Xcode 7.3 on macOS Sierra without problems... :wink:

I think we must wait for new version of Purebasic.

Re: PB5.50b2 Compiler not ready

Posted: Mon Nov 14, 2016 5:42 pm
by QuimV
:( I Agree with you.
You are very kind @mk-soft
Thank you so much.
:D

Re: PB5.50b2 Compiler not ready

Posted: Tue Nov 15, 2016 8:50 am
by Fred
Could you check in the 'Preferences/Compiler' if you see a wierd path for the compiler ? If yes, then PureBasic app doesn't have been withlisted by GateKeeper. To solve this until new version appear, just drag and drop the PureBasic app to your desktop, and drag and drop back in the purebasic directory. It should work.

Re: PB5.50b2 Compiler not ready

Posted: Tue Nov 15, 2016 9:55 am
by QuimV
:D
The @Fred solution works for me, but I get some other library errors when I compile.
These errors disappear by adding to the beginning of the code:

Code: Select all

Import "--stdlib=libc++ -mmacosx-version-min=10.7" : EndImport
Thanks so much @Fred
:D

Re: PB5.50b2 Compiler not ready

Posted: Tue Nov 15, 2016 12:53 pm
by Fred
Yes, I'm working on it as well.