Re: Explicitely specifying tmux's dependencies

2013-08-02 Thread Pedro Mata-Mouros
Sorry I've been silent on this, especially since I requested it. I'll make sure I test it next week and report back, if someone doesn't test it later. Thanks Nicholas and especially Thomas for the patch! Pedro. On 2 Aug 2013, at 14:14, Nicholas Marriott wrote: > Anyone test this? > > > On T

Re: Explicitely specifying tmux's dependencies

2013-08-02 Thread Nicholas Marriott
Anyone test this? On Tue, Jul 30, 2013 at 02:58:58PM +0100, Thomas Adam wrote: > On Tue, Jul 30, 2013 at 01:46:50PM +0100, Nicholas Marriott wrote: > > This seems wrong, comments inline. > > Good; I did ask for testing. :) > > > I think you need to drop this else if you just rely on pkgconfig

Re: Explicitely specifying tmux's dependencies

2013-07-30 Thread Thomas Adam
On Tue, Jul 30, 2013 at 01:46:50PM +0100, Nicholas Marriott wrote: > This seems wrong, comments inline. Good; I did ask for testing. :) > I think you need to drop this else if you just rely on pkgconfig then > it'll fail. The attached seems to work for me. Mangle it all you want though. -- Th

Re: Explicitely specifying tmux's dependencies

2013-07-30 Thread Nicholas Marriott
This seems wrong, comments inline. On Tue, Jul 30, 2013 at 01:18:07PM +0100, Thomas Adam wrote: > On Tue, Jul 30, 2013 at 09:23:05AM +0100, Nicholas Marriott wrote: > > You can use CPPFLAGS/CFLAGS and LDFLAGS but I'm not opposed to > > --with-libevent if someone knocks up a diff. > > Hmm. Perhap

Re: Explicitely specifying tmux's dependencies

2013-07-30 Thread Thomas Adam
On Tue, Jul 30, 2013 at 09:23:05AM +0100, Nicholas Marriott wrote: > You can use CPPFLAGS/CFLAGS and LDFLAGS but I'm not opposed to > --with-libevent if someone knocks up a diff. Hmm. Perhaps see the attached patch? I don't much care for it, but I think it might work. Someone will need to test

Re: Explicitely specifying tmux's dependencies

2013-07-30 Thread Nicholas Marriott
You can use CPPFLAGS/CFLAGS and LDFLAGS but I'm not opposed to --with-libevent if someone knocks up a diff. Original message From: Pedro Mata-Mouros Date: 28/07/2013 02:30 (GMT+00:00) To: tmux-us...@lists.sf.net Subject: Explicitely specifying tmux's dependen

Explicitely specifying tmux's dependencies

2013-07-27 Thread Pedro Mata-Mouros
Hi, I usually install system libs like libevent and ncurses on their own specific directories inside /usr/local/. Something like /usr/local/libevent-2.0.21 and then use /usr/local/libevent as a symlink to it. Any chance in having tmux's configure script to take in extra parameters with these n