compilation problems

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
bartek_zgo
Posts: 116
Joined: Mon Oct 26, 2020 11:42 am

compilation problems

Post 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?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: compilation problems

Post 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 .").
Support LuxCoreRender project with salts and bounties
Post Reply