2018-07-26 06:10:23

by Cinaed Simson

[permalink] [raw]
Subject: print_bitfield


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



2018-07-26 07:50:09

by Cinaed Simson

[permalink] [raw]
Subject: Re: print_bitfield

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
>