-
```
cargo build
Compiling termbox-sys v0.2.10
error: could not find native static library `termbox`, perhaps an -L flag is missing?
error: aborting due to previous error
error: Could not compi…
texrg updated
3 years ago
-
macOS 14.2
```
$ elixir -v
Erlang/OTP 26 [erts-14.2] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit:ns]
Elixir 1.15.7 (compiled with Erlang/OTP 26)
```
```
$ python --…
-
Building failed because python wasn't installed, which is required to build the C library. I installed python and build failed again because git wouldn't clone into an existing directory. I'll submit …
ghost updated
4 years ago
-
https://github.com/nsf/termbox
If curses is misbehaving
-
In order to get the term's width & height we need to foray into the FFI world.
This is a good tutorial http://blog.ezyang.com/2010/06/first-steps-in-c2hs/
cc @filib
Useful starting point: http://sta…
-
On most of my linux smokers the test suite fails like this:
```
# Failed test 'termbox init'
# at t/01_hello.t line 12.
t/01_hello.t ....
Failed 1/1 subtests
```
-
- [ ] SFML via CFML until I put work on C++ mangling
- [ ] WASE: https://github.com/Wase-Engine/wase-engine
- [ ] FLTK
- [ ] ~Termbox (as Affix::Termbox; keep Termbox dist based on FFI::Platypus)~
…
sanko updated
4 months ago
-
I am accessing bash from custom client remotely over websocket, and termbox fails to run in this session.
```
# go run _demos/keyboard.go
panic: termbox: error while reading terminfo data: termbox: T…
-
Hi all! @mhanberg and I had a brief conversation about porting this library to use [termbox2](https://github.com/termbox/termbox2) and we wanted to solicit input.
In addition to some useful enhanc…
-
Hello, `pip install -r requirements.txt` fails with the following:
```
Collecting termbox==1.0.1a1 (from -r requirements.txt (line 15))
Could not find a version that satisfies the requirement t…