-
From reading rust.md and tutorial-ffi.md, I did not see how to expose a global variable from a library. (E.g. I've been poking at hooking into pdcurses / ncurses, and ncurses in some platforms uses g…
-
While looking into the Windows UI part of the game, I stumbled upon this:
http://www.projectpluto.com/win32a.htm
It is a Windows port of ncurses and should in theory support everything ncurses does.…
-
Right now it just checks the value of $TERM, leaving lots of users unable to see rustc's awesome colored errors
brson updated
11 years ago
-
maci0 updated
11 years ago
-
How does one actually choose a file or buffer? Is it supposed to be enter/return? For some reason, I can't choose anything from the lists (filtering works great). I'm using the curses version of texta…
-
["burger" reports self-compiled dll is fine](https://bitcointalk.org/index.php?topic=78192.msg1207886#msg1207886)
-
Keycodes are all messed up on pdcurses/mingw. shift/control arrow keys are different than plain curses. How to handle? Can we tell which keycodes are in use?
wx13 updated
12 years ago
-
i try to cross-compile for openwrt backfire 10.03.01
make CC=mipsel-openwrt-linux-uclibc-gcc LD=mipsel-openwrt-linux-uclibc-ld
compile stop with error below
any idea?
Making all in libblkmaker
make[…
-
I believe the interesting part of the log is:
$ bundle -v
Bundler version 1.1.rc
$ bundle install
...
Using sass-rails (3.1.5)
Using sqlite3 (1.3.4)
Installing therubyracer (0.9.9) with native exten…
-
When compiling on MinGW/msys you do not install correct dependencies.
We are missing Python2.7 and ncurses is not being installed correctly.