PB on Sequoia 15.54 ?

For everything that's not in any way related to PureBasic. General chat etc...
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

PB on Sequoia 15.54 ?

Post by jack »

I have the latest macos Sequoia 15.54 installed on an Intel x64 mac and PB won't compile anything, the linker complains something like this (paraphrasing from memory) "PB was built on a newer version 15.15 and is not compatible with version 10.7"
I have the latest xcode and the latest command-line tools installed
<edit> here's the message
PureBasic - Linker error

ld: warning: object file (purebasic.o) was built for newer macOS version (10.15) than being linked (10.7)
ld: warning: object file (CipherMD5.a(CipherMD5.o)) was built for newer macOS version (10.10) than being linked (10.7)
ld: warning: ld: warning: object file (Internal.a(ProcessToFront.o)) was built for newer macOS version (10.10) than being linked (10.7)
object file (Cocoa.a(Cocoa.o)) was built for newer macOS version (10.10) than being linked (10.7)
ld: warning: object file (ImagePluginBMP.a(ImageDecoderBMP.o)) was built for newer macOS version (10.10) than being linked (10.7)ld: warning: object file (FileSystem.a(CopyFile.o)) was built for newer macOS version (10.10) than being linked (10.7)ld: warning:

ld: warning: object file (Date.a(AddDate.o)) was built for newer macOS version (10.10) than being linked (10.7)
uname -a gives
Darwin Jacks-Mac-Pro.local 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:16:31 PDT 2025; root:xnu-11417.101.15~1/RELEASE_X86_64 x86_64
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Re: PB on Sequoia 15.54 ?

Post by jack »

honestly, Apple is releasing way too many OS versions, it seems that there's a new version every month !
remember when the Pepsi guy was CEO of Apple?
they would churn-out a new mac every week, the consumers were totally confused, of the 10000 mac models, which one do I get?
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB on Sequoia 15.54 ?

Post by mk-soft »

OS: macOS v15.3.2

Old PB versions don't work anymore. Which PB version are you using?
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
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Re: PB on Sequoia 15.54 ?

Post by jack »

hi mk-soft, what hardware are you running, Intel or Apple-M ?
I am running on Intel x86_64
I was trying the latest versions, even the beta
macos version 10.15 is Catalina
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: PB on Sequoia 15.54 ?

Post by tj1010 »

mk-soft wrote: Thu Apr 10, 2025 8:38 pm OS: macOS v15.3.2

Old PB versions don't work anymore. Which PB version are you using?
jack wrote: Thu Apr 10, 2025 10:08 pm hi mk-soft, what hardware are you running, Intel or Apple-M ?
I am running on Intel x86_64
I was trying the latest versions, even the beta
macos version 10.15 is Catalina

There is the problem right there.. PureBASIC version macos version 10.15 is based on unknown libraries that aren't compatible. A classic issue with compiling errors
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB on Sequoia 15.54 ?

Post by mk-soft »

MacOS System Update Today

All Running Here ;)
HW: Mac Mini 2018 (Intel)

MacOS: Sequoia 15.4
Kernel: Darwin Macmini.fritz.box 24.4.0 Darwin Kernel Version 24.4.0: Wed Mar 19 21:16:31 PDT 2025; root:xnu-11417.101.15~1/RELEASE_X86_64 x86_64

Xcode: Version 16.3

Command Line Tools:
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 16.3.0.0.1.1742442376
volume: /
location: /

PureBasic:
PB v6.04
PB v6.20
PB v6.21 Beta 4
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
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Re: PB on Sequoia 15.54 ?

Post by jack »

I upgraded from Mojave to Sequoia, it's possible that something from Mojave was not purged properly, I did delete the commandlinetools directory and then re-installed it, Xcode I simply upgraded, surely the upgrader should take care of everything, right?
User avatar
Piero
Addict
Addict
Posts: 923
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: PB on Sequoia 15.54 ?

Post by Piero »

mk-soft wrote: Sat Apr 12, 2025 10:25 am MacOS System Update Today
All Running Here ;)
It's probably because you winlinux much, much more than (intel) Mac :x
Post Reply