[PR #250] MacOS: Enable cross-compilation. #271

Open
opened 2026-05-05 03:44:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/250
Author: @lukoml
Created: 4/4/2025
Status: 🔄 Open

Base: masterHead: macos


📝 Commits (1)

  • 28c7387 MacOS: Enable cross-compilation.

📊 Changes

3 files changed (+35 additions, -17 deletions)

View changed files

📝 uppsrc/ide/Builders/Builders.h (+3 -0)
📝 uppsrc/ide/Builders/Cocoa.cpp (+8 -4)
📝 uppsrc/ide/Builders/GccBuilder.cpp (+24 -13)

📄 Description

This change enables cross-compilation for MacOS (OSX) using osxcross.
It is supposed that a build method will use a compiler called x86_64-apple-darwin19-clang++-libc++ (or similar).
o64-XXX compiler names are not supported.
Building of GUI apps depends on a tool called icnsutil which replaces the Darwin iconutil. (Debian/Ubuntu package icnsutils)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/250 **Author:** [@lukoml](https://github.com/lukoml) **Created:** 4/4/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `macos` --- ### 📝 Commits (1) - [`28c7387`](https://github.com/ultimatepp/ultimatepp/commit/28c738799292f5d2d52b40cc6bdff1a4397a4c45) MacOS: Enable cross-compilation. ### 📊 Changes **3 files changed** (+35 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/ide/Builders/Builders.h` (+3 -0) 📝 `uppsrc/ide/Builders/Cocoa.cpp` (+8 -4) 📝 `uppsrc/ide/Builders/GccBuilder.cpp` (+24 -13) </details> ### 📄 Description This change enables cross-compilation for MacOS (OSX) using osxcross. It is supposed that a build method will use a compiler called x86_64-apple-darwin19-clang++-libc++ (or similar). o64-XXX compiler names are not supported. Building of GUI apps depends on a tool called **icnsutil** which replaces the Darwin **iconutil**. (Debian/Ubuntu package **icnsutils**) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 03:44:31 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#271
No description provided.