Hi Micah,

I tried compiling the CVS head today. But i get the folowing errors:

chamar...@chamarthy:~/tmux$ make
cc -DBUILD="\"1.2\"" -g -ggdb -DDEBUG -Wno-long-long -Wall -W -Wnested-externs
-Wformat=2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wundef
-Wbad-function-cast -Winline -Wcast-align -Wno-pointer-sign -std=c99
-D_GNU_SOURCE -D_POSIX_SOURCE -iquote.   -c -o cmd-pipe-pane.o cmd-pipe-pane.c
cmd-pipe-pane.c: In function ‘cmd_pipe_pane_exec’:
cmd-pipe-pane.c:61: warning: implicit declaration of function
‘bufferevent_free’
cmd-pipe-pane.c:61: warning: nested extern declaration of ‘bufferevent_free’
cmd-pipe-pane.c:115: warning: implicit declaration of function
‘EVBUFFER_LENGTH’
cmd-pipe-pane.c:115: warning: nested extern declaration of ‘EVBUFFER_LENGTH’
cmd-pipe-pane.c:115: error: dereferencing pointer to incomplete type
cmd-pipe-pane.c:117: warning: implicit declaration of function
‘bufferevent_new’
cmd-pipe-pane.c:117: warning: nested extern declaration of ‘bufferevent_new’
cmd-pipe-pane.c:118: warning: assignment makes pointer from integer without a
cast
cmd-pipe-pane.c:119: warning: implicit declaration of function
‘bufferevent_enable’
cmd-pipe-pane.c:119: warning: nested extern declaration of
‘bufferevent_enable’
make: *** [cmd-pipe-pane.o] Error 1

On Sun, Mar 07, 2010 at 10:39:24PM +0000, Nicholas Marriott wrote:
> The bug that usually causes this problem (although I believe it is at
> least partly fixed in their source repository), is that vte doesn't
> reset the cursor to 0,0 when the scroll region is changed.
> 
> tmux HEAD has been changed to avoid assuming that terminals do this
> (tmux moves the cursor itself after every scroll region change).
> 
> 
> On Sun, Mar 07, 2010 at 02:18:42PM -0800, Micah Cowan wrote:
> > Srinivasa R Chamarthy wrote:
> > > Here is the requested information:
> > > 
> > > tmux version? -> 1.1
> > > What Platform? -> Its Ubuntu 9.10 >> Kernel 2.6.31-20-generic
> > > What Terminal -> Gnome Terminal
> > > TERM -> xterm (outside), screen (inside tmux)
> > > CVS Head -> I will try and post the results
> > 
> > I'm pretty sure it'll still have problems in CVS head, since the problem
> > is with gnome-terminal (well, libvte), rather than with tmux. It's
> > problems like this (and actually, this one in particular) that finally
> > caused me to ditch gnome-terminal completely, and go with a real xterm.
> > 
> > -- 
> > Micah J. Cowan
> > http://micah.cowan.name/

-- 
Srinivasa R Chamarthy (scham...@linux.vnet.ibm.com)
Linux on System z (RedHat & Novell SuSE) CSVT,
IBM India Systems & Technology Group/LTC - ISL,
Bangalore - 560071, KA, INDIA. Off: +91-80-41776451 
[ http://www.ibm.com/in/isl | http://www.ibm.com/linux/ltc ]

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to