PB5.50b2 Compiler not ready

Mac OSX specific forum
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

PB5.50b2 Compiler not ready

Post 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.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
Keya
Addict
Addict
Posts: 1891
Joined: Thu Jun 04, 2015 7:10 am

Re: PB5.50b2 Compiler not ready

Post 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!
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB5.50b2 Compiler not ready

Post by Fred »

Please wait until the official release, it's not unusal than things gets broken with OS X beta
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PB5.50b2 Compiler not ready

Post by DoubleDutch »

No problem, I just thought you would like to know. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: PB5.50b2 Compiler not ready

Post by QuimV »

Same error message.
It does not work for me either.
(macOS Sierra - Version 10.12.1)
Any idea @Fred?
:(
QuimV
vkelmenson
New User
New User
Posts: 5
Joined: Mon Dec 10, 2012 2:27 am

Re: PB5.50b2 Compiler not ready

Post 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.
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PB5.50b2 Compiler not ready

Post 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.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: PB5.50b2 Compiler not ready

Post by QuimV »

My installation "macOS Sierra - Version 10.12.1" is fresh and same problem. :(
QuimV
PhilGeorges
New User
New User
Posts: 6
Joined: Wed Nov 09, 2016 9:55 am
Location: Dijon, France

Re: PB5.50b2 Compiler not ready

Post by PhilGeorges »

My installation "macOS Sierra - Version 10.12.1" Same problem. I updated Xcode, line command tools are ok....

Which solution ? :cry:
Philippe GEORGES F1HSB
Amateur Radio Station VHF-UHF
f1hsb@sfr.fr
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PB5.50b2 Compiler not ready

Post 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)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
mk-soft
Always Here
Always Here
Posts: 5338
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB5.50b2 Compiler not ready

Post 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.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: PB5.50b2 Compiler not ready

Post by QuimV »

:( I Agree with you.
You are very kind @mk-soft
Thank you so much.
:D
QuimV
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB5.50b2 Compiler not ready

Post 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.
QuimV
Enthusiast
Enthusiast
Posts: 337
Joined: Mon May 29, 2006 11:29 am
Location: BARCELONA - SPAIN

Re: PB5.50b2 Compiler not ready

Post 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
QuimV
Fred
Administrator
Administrator
Posts: 16623
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB5.50b2 Compiler not ready

Post by Fred »

Yes, I'm working on it as well.
Post Reply