Linking Executable Issue 32512 trying to build 64 bit

My first attempt at a 64 bit build I’m getting
‘36 errors, 0 warnings’ all of them:

Ubuntu 16.04.1 LTS with all libraries that I’m aware of.
A 32 bit build works fine.

[quote=306058:@John A Knight, Jr]My first attempt at a 64 bit build I’m getting
‘36 errors, 0 warnings’ all of them:

Ubuntu 16.04.1 LTS with all libraries that I’m aware of.
A 32 bit build works fine.[/quote]

If you right click on the build errors there should be a contextual menu for copying the log. Could you see if that contains anything interesting?

Right click gives ‘copy’, when pasted into a text editor is just the number 32512

I get the same thing except that it also fails trying to build Arm as well. Did you get anywhere with sorting it out?

I just found the issues, it was incorrect permissions in the tgz file.
/opt/xojo/xojo2016r4.1/Xojo Resources/SDKStubs/linux-arm/libgcc_s.so.1 was only readable by UID 501
/opt/xojo/xojo2016r4.1/Xojo Resources/Linux/HoudiniAssistant was only executable by UID 501.
chmod 755 on both of them and I am back in business.

That fixed it, thanks!

I’ve been to buried in other projects to investigate. I don’t need 64 yet so it was a trial compile to compare operation.
I build my Pi stuff on Windows, so I haven’t run into that problem.

Thanks again!

Now if I can get Xojo to quit killing my licence activations on Linux.