Re: [Quickfix-developers] QuickFIX 1.12.0 is now available
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-07-25 15:40:20
|
Thanks. This patch has been checked in. I'll wait a bit to see if
any other compiler reports come in and do a point release with them.
--oren
On Jul 25, 2006, at 9:23 AM, Mark T. Kennedy wrote:
> had to make the following brief change to
> src/C++/Message.h:
>
> 249c249
> < FieldBase Message::extractField
> ---
>> FieldBase extractField
> 252c252
> < { QF_STACK_PUSH(Message::extractField)
> ---
>> { QF_STACK_PUSH(extractField)
>
> to get it to compile under FC5 (gcc 4.1.1).
> it passed all of the runut and runat tests
> after that.
>
> /mark
|