After installing ell, the latest git version builds on jessie provided I
move both
struct bitfield_data
inline uint64_t print_bitfield()
from
monitor/display.h
to near the top of
monitor/packet.c
Jessie is using
gcc (Debian 4.9.2-10+deb8u1) 4.9.2
- maybe it's a compiler problem with jessie?
-- Cinaed
Oops - I had to leave the
struct bitfield_data
in
monitor/display.h
and move
inline uint64_t print_bitfield()
from display.h to
monitor/packet.c
-- Cinaed
On 07/25/2018 11:10 PM, Cinaed Simson wrote:
>
> After installing ell, the latest git version builds on jessie provided I
> move both
>
> struct bitfield_data
> inline uint64_t print_bitfield()
>
> from
>
> monitor/display.h
>
> to near the top of
>
> monitor/packet.c
>
> Jessie is using
>
> gcc (Debian 4.9.2-10+deb8u1) 4.9.2
>
> - maybe it's a compiler problem with jessie?
>
> -- Cinaed
>