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
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
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
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
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
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
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