[Solved] PB v6.02 Beta 3 Compile PB-IDE Linker Error

Mac OSX specific forum
User avatar
mk-soft
Always Here
Always Here
Posts: 6246
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

[Solved] PB v6.02 Beta 3 Compile PB-IDE Linker Error

Post by mk-soft »

I can no longer compile the PB IDE with the Beta 3 resources.

./BuildEnv.sh /Users/Michael/Daten/PB602/Resources

Error: Linker
...

pbcompiler -q PureBasic.pb -e /Users/Michael/Daten/PB602/Resources/PureBasic.app --thread --unicode -n "data/logo/PB3D_MacIcon.icns" --optimizer
Error: Linker
ld: warning: object file (DatabaseSQLite.a(DatabaseSQLite.o)) was built for newer macOS version (10.10) than being linked (10.7)
ld: warning: object file (Font.a(Debug.o)) was built for newer macOS version (10.10) 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: object file (Clipboard.a(ClearClipboard.o)) was built for newer macOS version (10.10) than being linked (10.7)
ld: warning: object file (Http.a(AbortHttp.o)) was built for newer macOS version (10.10) than being linked (10.7)
...
and more ld:warnings ...
Last edited by mk-soft on Thu May 11, 2023 1:34 pm, edited 1 time in total.
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
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB v6.02 Beta 3 Compile PB-IDE Linker Error

Post by Fred »

It seems to be warnings only, can you try to see if there is some errors ? I can build the IDE on the build server so that's weird
User avatar
mk-soft
Always Here
Always Here
Posts: 6246
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB v6.02 Beta 3 Compile PB-IDE Linker Error

Post by mk-soft »

It must have been my system.

I restarted the terminal and deleted the command history with % history -p.
After that it works again.

Or the file system did not detect the exchange of resources first.
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
Post Reply