mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #79] Build fails with undefined: syscall.Termios #61
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#61
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 @TLINDEN on GitHub (Feb 3, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/79
system: freebsd 9.1, go 1.1
@ku1ik commented on GitHub (Feb 3, 2015):
Thanks for the report.
The minimal tested version of Go is 1.2 (as you can see here: https://travis-ci.org/asciinema/asciinema-cli)
Also, I haven't succeeded building it on FreeBSD so far.
FD_*functions would need to be defined to match the same macros from FreeBSD's C headers. I haven't had time to dig into it. If we solve this we should be good.@ku1ik commented on GitHub (May 25, 2015):
Support for building on FreeBSD has been added in
c3e7b6b.