Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread jungle Boogie
Hi Helmut, On 8 January 2015 at 17:13, Helmut K. C. Tessarek tessa...@evermeet.cx wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? With sourceforge it is impossible to download the latest git snapshot

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Helmut K. C. Tessarek
On 09.01.15 5:14 , Thomas Adam wrote: There's already a repo there if you want to use that. It s not the main repo, is it? It is also not a mirror, with automatic pushes to it when the sf repo is updated. Which I do for other projects, but it's not useful for tmux, because we're not

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Fri, Jan 09, 2015 at 09:07:07PM -0500, Helmut K. C. Tessarek wrote: On 09.01.15 20:48 , Thomas Adam wrote: Can we stop with these rather silly suggestions for other software we don't need? Apparently nobody understands that I am the maintainer for the tmux Portfile in MacPorts and that

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On 10 January 2015 at 00:26, Helmut K. C. Tessarek tessa...@evermeet.cx wrote: On 09.01.15 5:14 , Thomas Adam wrote: There's already a repo there if you want to use that. It s not the main repo, is it? It is also not a mirror, with automatic pushes to it when the sf repo is updated. When

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Helmut K. C. Tessarek
On 09.01.15 20:48 , Thomas Adam wrote: Can we stop with these rather silly suggestions for other software we don't need? Apparently nobody understands that I am the maintainer for the tmux Portfile in MacPorts and that I want to allow people to install the latest version from git via MacPorts.

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Thu, Jan 08, 2015 at 08:13:40PM -0500, Helmut K. C. Tessarek wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? There's already a repo there if you want to use that. On github you could also

Error building source

2015-01-09 Thread Jeffery Joltes
I do not have root permission so I am trying to build tmux from source. I built libevent from source and set the configure flags to specify a custom location. configure succeeds but I'm getting the following compiler error In file included from arguments.c:26: tmux.h:27:19: error: event.h: No

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Nicholas Marriott
github does not offer mailing lists On Thu, Jan 08, 2015 at 08:13:40PM -0500, Helmut K. C. Tessarek wrote: On 08.01.15 18:51 , Thomas Adam wrote: https://github.com/ThomasAdam/tmux-ut Have you ever thought of moving the sf repo to github? With sourceforge it is impossible to download

Re: tmux-ut: A tmux runtime unit-test suite

2015-01-09 Thread Thomas Adam
On Fri, Jan 09, 2015 at 02:39:44AM +, Anish R Athalye wrote: There is a (semi-official) GitHub mirror as well: https://github.com/ThomasAdam/tmux. Semi-official is misleading. It's always kept up to date with SF, because I'm the one who helps maintain the SF one. You can use either, and

Re: Error building source

2015-01-09 Thread Nicholas Marriott
CFLAGS=-I/path/to/libevent/include LDFLAGS=-L/path/to/libevent/lib ./configure include has event.h and the event directory Original message From: Jeffery Joltes jeff.jol...@gmail.com Date:09/01/2015 18:22 (GMT+00:00) To: Nicholas Marriott

Re: Error building source

2015-01-09 Thread Nicholas Marriott
What exact command line do you use to configure? On Thu, Jan 08, 2015 at 03:40:12PM -0700, Jeffery Joltes wrote: I do not have root permission so I am trying to build tmux from source. I built libevent from source and set the configure flags to specify a custom location.