Search found 2 matches

by MacHacker
Tue Aug 13, 2019 7:19 pm
Forum: Mac OSX
Topic: The required compiler cannot be found: PureBasic 5.61 (MacOS
Replies: 2
Views: 2336

Re: The required compiler cannot be found: PureBasic 5.61 (M

Work around found:

I copied the source into text editor and saved it in another folder with another name. Then double-clicked on the new file.
Got this error "Line 479: Constant not found: #PB_Editor_CompileCount." on this line (suspected culprit of previous error):

TextGadget(997, Tab3 ...
by MacHacker
Tue Aug 13, 2019 6:26 pm
Forum: Mac OSX
Topic: The required compiler cannot be found: PureBasic 5.61 (MacOS
Replies: 2
Views: 2336

The required compiler cannot be found: PureBasic 5.61 (MacOS

Code I wrote in a and earlier version of PB gets this error message in version 5.70:
"The required compiler cannot be found: PureBasic 5.61 (MacOS X - x64)"

Since I opened the code in version 5.70, something must be telling it to look for the older compiler, but I can't find it.

Simple Fix?