[GH-ISSUE #20] Extend the number of supported platforms #8

Closed
opened 2026-05-05 03:33:34 -06:00 by gitea-mirror · 1 comment
Owner

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.

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.
Author
Owner

@CoolmanCZ commented on GitHub (Jul 15, 2020):

Hi,

Send the request to the Ultimatepp forum. This Github repository is the mirror only.

BR, Radek

<!-- gh-comment-id:658790594 --> @CoolmanCZ commented on GitHub (Jul 15, 2020): Hi, Send the request to the [Ultimatepp forum](https://www.ultimatepp.org/forums/). This Github repository is the mirror only. BR, Radek
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#8
No description provided.