macOS: upgrade to Xcode 15 #110243
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#110243
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "brecht/blender:xcode15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For official 4.0 builds, older Xcode versions keep working.
The new linker in Xcode 15 gives many warnings due to duplicated
libraries, generated by CMake to resolve circular dependencies. For now
use the old linker to silence these warnings.
Remove legacy flags for libc++, this is the default for a long time and
generates warnings with the new linker.
Reason for upgrade is to take advantage of MetalRT curve support.
This shows many linker warnings, presumably due to the new linker included in Xcode 15.
https://builder-uatest.blender.org/admin/#/builders/170/builds/77
@blender-bot build macos
@blender-bot build macos
So this warning was fixed:
The next one comes from the homebrew environment setting
LIBRARY_PATH=/usr/local/lib
. Not quite sure what the best way of dealing with that is. Maybe it needs to be solved in homebrew, to avoid setting this when the directory does not exist.The next types of warnings actually happen with both the old and new linker, and are due to circular dependencies, which causes CMake to generate the libs twice. Realistically we can not solve the circular dependencies any time soon.
Maybe there will be a change in CMake to not generate duplicate static libraries for Xcode 15+, since I guess those linkers do not need it. I did not see any CMake feature that could disable this.
Or the macOS linker could get a flag to silence these warnings.
For these I have no idea what is going on. Maybe they will disappear with an upgrade to OIDN 2 since these files no longer exist. And additionally we'll switch to dynamic instead of static libraries.
WIP: macOS: test Xcode 15to macOS: upgrade to Xcode 15macOS: upgrade to Xcode 15to macOS: upgrade buildbot to Xcode 15macOS: upgrade buildbot to Xcode 15to macOS: upgrade to Xcode 15@blender-bot package macos
Package build started. Download here when ready.
It appears that the warnings no longer exist for the old linker, but are still there for the new linker. So use the old linker for now.
An example of the warnings with the new linker:
https://builder-uatest.blender.org/admin/#/builders/24/builds/10/steps/3/logs/stdio
@blender-bot package macos
Package build started. Download here when ready.
@blender-bot build macos
@blender-bot build macos
@blender-bot build macos