Re: [Rd] missing extern in GraphicsBase.h

2018-02-15 Thread Paul Murrell
Hi I have committed the suggested "extern" patch. Could you please confirm that this fixes the issue on Solaris (and anything else you can test) ? Thanks! Paul On 16/02/18 03:39, dmitrii.pasech...@maths.ox.ac.uk wrote: Dear all, in src/include/GraphicsBase.h one has a declaration int base

[Rd] missing extern in GraphicsBase.h

2018-02-15 Thread dmitrii . pasechnik
Dear all, in src/include/GraphicsBase.h one has a declaration int baseRegisterIndex; the same as in src/main/devices.c which causes problems on Solaris, see bug #17385, and other platforms with "unusual" linkers, see bug #16633. By right, global variables like baseRegisterIndex are to be decla