tmux 1.0

Tobb mint 1 honapja, szeptember 20-an jelent meg az uj release.

http://freshmeat.net/projects/tmux

tmux-0.9: 2009. 07. 13

Ide irom a bug report reszleteit ;-)

- sourceforge project page (http://tmux.sourceforge.net/) is outdated (Google first hit for tmux)
- no README (no info on how to compile)
- configure does not handle parameters ($*) - at least --help, -h or something?
- only GNU make seems to work
- AIX 'install' has no -d flag
- current release is broken on AIX

Warnings during make:

$ PATH=/usr/local/bin:${PATH} make
...
"cmd-command-prompt.c", line 251.34: 1506-068 (W) Operation between types "int(*)(void*,const char*)" and "void*" is not allowed.
...
"input.c", line 220.21: 1506-068 (W) Operation between types "void*(*)(unsigned char,struct input_ctx*)" and "void*" is not allowed.
"input.c", line 239.27: 1506-280 (W) Function argument assignment between types "void*" and "void(*)(unsigned char,struct input_ctx*)" is not allowed.
...
"tty-term.c", line 420.22: 1506-098 (E) Missing argument(s).
"tty-term.c", line 426.22: 1506-098 (E) Missing argument(s).

Error when trying to install:

$ PATH=/usr/local/bin:${PATH} sudo make install
install -d /usr/local/bin
/usr/bin/getopt: Not a recognized flag: d

Man page has the same parsing problems as with 0.9:

$ man tmux
/usr/bin/nroff: Argument not valid for .Dt ; line 18, file
is a terminal multiplexer: it enables a number of terminals to
be created, accessed, and controlled from a single screen. may
be detached from a screen and continue running in the background,
then later reattached. When is started it creates a new with a
single and displays it on screen. A status line at the bottom of
the screen shows information on the current session and is used
to enter interactive commands. A session is a single collection

---

And finally, the build is broken:

$ tmux list-sessions
0: 1 windows (created Fri Oct 30 14:59:47 2009) [180x68]
fatal: dispatch_imsg: imsg_get failed

Hozzászólások

Beszeltem a fejlesztovel IRC-n, es kuldok bug reportot. Linuxon persze warning nelkul lefordul es megy.