Re: [winswitch] xpra-3.0.5 header file issue

2020-01-21 Thread Antoine Martin via shifter-users
Please always keep the list CCed. On 22/01/2020 09:31, Mark Couteau wrote: > Hi Antoine, > > The Linux Mint distro version of xpra is this: > xpra/bionic,now 2.1.3+dfsg-1ubuntu1 amd64 [installed] That's dangerously out of date. > so, that one is much older than the 3.0.5 version.  I was unsure b

Re: [winswitch] xpra-3.0.5 header file issue

2020-01-20 Thread Antoine Martin via shifter-users
On 21/01/2020 07:55, Mark Couteau via shifter-users wrote: > Hi List, > > I was working to get xpra-3.0.5 to compile on Linux Mint. This must be an old version. > I got this error from running setup.py > > /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function > declaration isn’t a prot

[winswitch] xpra-3.0.5 header file issue

2020-01-20 Thread Mark Couteau via shifter-users
Hi List, I was working to get xpra-3.0.5 to compile on Linux Mint. I got this error from running setup.py /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration isn’t a prototype [-Werror=strict-prototypes]  typedef void (*GtkItemFactoryCallback)  ();    ^~~~