On 10/01/2017 06:09 PM, Alexandre Torres Porres wrote:
Gem is not the only one that doesn't run in 64 bits, right?
why do you think so?
Anyone know of others that don't?
no¹ practically all libraries have been tested on 64bit for >10 years (including Gem). virtually all work. even Gem (i've been using Gem on 64bit systems since about 2004); but a few of Gem's plugins(!) rely on libraries that only exist on 32bit - so those libraries can only be used on that platform) most libraries don't have any 3rd party dependencies, so this is a non-issue for them
gfmards IOhannes
¹ there are still a few libraries that use garray_getfloatarray() for accessing table data. these libraries are all broken on any 64bit system.