On Sun, Feb 03, 2013 at 04:58:20PM +, Adrian Haughton wrote:
> John,
>
> What issues have you had - I might be able to help?
Hi Adrian,
If I understood the emails back in November the issue is what you already
fixed. I've been using Studio rather than gcc. Hopefully whatever you did
will wo
John,
What issues have you had - I might be able to help?
Cheers,
Adrian
On 3 Feb 2013, at 15:44, Thomas Adam wrote:
> On Sun, Feb 03, 2013 at 03:40:57PM +, Adrian Haughton wrote:
>> It's SPARC, libevent 2.0.5, gcc, had to modify lockf to use fcntl etc.
>
> I really need to pick this fix
Many thx to Nicholos for the 'C-b w' fix:
Try this please.
diff --git a/format.c b/format.c
index 0e4e873..5f57c72 100644
--- a/format.c
+++ b/format.c
@@ -365,6 +365,7 @@ format_window_pane(struct format_tree *ft, struct
window_pane *wp)
unsigned long long size;
u_int
On Sun, Feb 03, 2013 at 03:40:57PM +, Adrian Haughton wrote:
> It's SPARC, libevent 2.0.5, gcc, had to modify lockf to use fcntl etc.
I really need to pick this fix up.
Sorry for the delay on this, guys.
-- Thomas Adam
It's SPARC, libevent 2.0.5, gcc, had to modify lockf to use fcntl etc.
On 2 Feb 2013, at 10:48, Nicholas Marriott wrote:
> Is there a core or can you attach a debugger before doing this so we can
> get a backtrace?
>
>
>
> On Sat, Feb 02, 2013 at 10:03:39AM +, Adrian Haughton wrote:
>> Hi