mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #20] Extend the number of supported platforms #8
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#8
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 @ghost on GitHub (Jul 13, 2020).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/20
This will be without much efforts. Your code to some extent is already portable. I have tried to compile it on many platforms and most of the time the compilation success without any errors but the real show stopper is the linking part, because you assumed too much Linux specific. For example: Upp compiled cleanly on NetBSD but fails at the linking stage since it's looking for -ldl and there is no such thing on NetBSD. The same would apply for OpenBSD.
Please let me know if you are going to support more platforms or just stick to the combo Win + Lin + Mac, thank you.
@CoolmanCZ commented on GitHub (Jul 15, 2020):
Hi,
Send the request to the Ultimatepp forum. This Github repository is the mirror only.
BR, Radek