hello tmux devs

CVS doesn't compile on linux any more:

client.o: In function `client_main':
/home/martti/abs/tmux-cvs/src/tmux/client.c:160: undefined reference
to `setproctitle' (1)
cmd-pipe-pane.o: In function `cmd_pipe_pane_exec':
/home/martti/abs/tmux-cvs/src/tmux/server.c:158: undefined reference
to `setproctitle' (2)
tmux.o: In function `shell_exec':
/home/martti/abs/tmux-cvs/src/tmux/tmux.c:475: undefined reference to
`setproctitle' (3)
window.o: In function `window_pane_spawn':

Hey, why did you remove those #ifdef tests? They were just fine on linux.

/home/martti/abs/tmux-cvs/src/tmux/cmd-pipe-pane.c:114: undefined
reference to `closefrom'
job.o: In function `job_run':
/home/martti/abs/tmux-cvs/src/tmux/job.c:171: undefined reference to `closefrom'
server.o: In function `server_start':
/home/martti/abs/tmux-cvs/src/tmux/tmux.c:224: undefined reference to
`closefrom'
tmux.o: In function `main':
/home/martti/abs/tmux-cvs/src/tmux/window.c:581: undefined reference
to `closefrom'
collect2: ld returned 1 exit status
make: *** [tmux] Error 1
    Aborting...

I don't really know what to do with these... maybe an #if/#else branch
like on http://lwn.net/Articles/292674/
thank you for updating, anyway. :-D

mar77i

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to