mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #47] Compile for macos/osx 10.14 Mojave #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @harrysch on GitHub (Nov 2, 2021).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/47
Hi, i tried to compile the source for osx 10.14 - during compilation is an error message about openssl .
I installed with brew openssl@3 - do i need a different version?
@klugier commented on GitHub (Nov 9, 2021):
Hello,
Please try to install different version. If it doesn't help - then we should modify our initial build method. I spoke with this with Mirek in the past. Please let me know if this works for you - https://www.ultimatepp.org/forums/index.php?t=msg&th=11359&goto=56087&#msg_56087.
Does TheIDE works for you? Could you launch prebuilded TheIDE?
Klugier
@harrysch commented on GitHub (Nov 16, 2021):
Hello,
if i'm searching in the folder ./ultimatepp-master>
find . -name "*bm" -printthere are
./uppbox/Scripts/CLANGMK.bm./uppbox/Scripts/GCCMK.bmno CLANG.bm
i modified INC/LIB to
after new configure and make still shows
with
there is a
adding INCLUDE and LIB to the Makefile does also won't help
btw. there is maybe more missing, running make shows (with or without INC/LIB)
@klugier commented on GitHub (Jan 8, 2024):
Hello @harrysch,
The compilation on macOS has been fix. Please try again and let us know if it works as expected.
Klugier