mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #56] Build nmail on KISS Linux #54
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#54
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 @Vouivre on GitHub (Nov 9, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/56
Originally assigned to: @d99kris on GitHub.
Hello,
I would like to test
nmailon KISS Linux. The build fails with:I assume something is missing from
ncurses. The packageslibncurses-devdoesn't exists in this distribution. But there is a packages with the following files: http://pastebin.fr/72049Which files are missing ? Or perhaps there is a path problem.
Thank you!
@d99kris commented on GitHub (Nov 16, 2020):
Hello @Vouivre -
It seems KISS Linux installs ncurses without separate widechar headers (i.e. there is no /usr/include/ncursesw directory).
This can be worked around by applying the attached patch to
nmail:git apply ~/kiss-nmail-ncurses.patch.txtWhen I tried building
nmailunder KISS Linux, I also encountered some minor problems innmail, which I addressed in commitc77a08f- so please use latest master.For the record I used the following steps to build and install
nmailand its dependencies in my KISS Linux installation:Please let me know if you still encounter any build issues.
kiss-nmail-ncurses.patch.txt
@Vouivre commented on GitHub (Nov 16, 2020):
You installed all the packages? Awesome, thank you very much!
Yes, I can build it now, 👍. Thank you!