Page 1 of 1

compilation problems

Posted: Fri Jul 02, 2021 9:00 am
by bartek_zgo
Hi Guys. I wan to ask what is the correct procedure to update dependencies before compilation. I was compiling sdk ./build-64-sse2 LuxCore-sdk but there were errors about not compatible OpenImageIO. It looks that you have updated it, and my headers were out of date. I've have tried many tricks (removing distfiles dir, runign scripg first_run.sh). At the end I removed everything and started from begging. In that case the compilation has finished successfully. But it was very slow as I had to recompile everything. So my question is. What is the correct way to do that?

Re: compilation problems

Posted: Fri Jul 02, 2021 9:38 am
by Dade
The dependencies archive is: distfiles/linux_deps.tgz

If the file doesn't exist, it is downloaded.

If the file exists, the sha1sum of the file is checked to see if it is the right version. I assume you have not updated LinuxCompile repository so he had the old checksum and it didn't downloaded the new linux_deps.tgz version.

You have to update both the LuxCore-sdk and LinuxCompile repositories before to compile everything (i.e. "git pull" and "git checkout .").