mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-24 23:45:50 +03:00
[GH-ISSUE #134] Build on ppc64: undefined: _C_uint #715
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#715
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 @awissu on GitHub (Dec 10, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/134
Hi!
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:11: undefined: _C_uint
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:11: invalid expression unsafe.Sizeof(_C_uint(0))
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:12: undefined: _C_int
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:12: invalid expression unsafe.Sizeof(_C_int(0))
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:39: undefined: _C_uint
[ 38s] ../go/src/github.com/asciinema/asciinema/Godeps/_workspace/src/github.com/kr/pty/pty_linux.go:48: undefined: _C_int
See more: https://build.opensuse.org/build/network/openSUSE_Factory_PowerPC/ppc64/asciinema/_log
@ku1ik commented on GitHub (Feb 21, 2016):
I'm not really familiar with PPC arch systems but if anyone can look at this I'd be happy to accept a PR!
@ku1ik commented on GitHub (Jul 13, 2016):
@awissu I just released v1.3.0 which is implemented in Python so it doesn't have a compilation step. Can you check it out?
sudo pip3 install asciinema.@awissu commented on GitHub (Jul 13, 2016):
Thanks.
Fixed.