Page 1 of 1
Mitsuba renderer
Posted: 10. Aug 2013, 19:56
by blurymind
there are no slackbuilds or information how to compile this on slack, but it is available for all debian, fedora, suse distros.
http://www.mitsuba-renderer.org/
http://www.mitsuba-renderer.org/download.html
even arch linux has it.
https://vimeo.com/50528092
It has a couple of dependencies that also have no packages or slackbuilds.
This is a shame for anyone doing 3d on linux, wanting to use slack.
Re: Mitsuba renderer
Posted: 10. Aug 2013, 20:37
by mimosa
Those distros have communities with a lot of people able and willing to help with the labour of packaging - especially Arch.
Re: Mitsuba renderer
Posted: 11. Aug 2013, 18:33
by blurymind
I tried packaging it and failed at the dependencies.

I have given up.
Re: Mitsuba renderer
Posted: 11. Aug 2013, 20:16
by mimosa
I think you are in good company

Re: Mitsuba renderer
Posted: 12. Aug 2013, 18:22
by blurymind
my problem was with a couple of its dependencies.
https://docs.google.com/viewer?url=http ... lowres.pdf
libopenexr configure step cannot find libilmbase, eventhough I successfully compiled and installed it.
libglewmx1.5-dev has some libraries that are simply impossible to find on slackware.
libboost on salix is missing an *so file.
Re: Mitsuba renderer
Posted: 12. Aug 2013, 19:33
by gapan
You are assuming that packages in slackware/salix are named exactly as they are named in other distributions. And considering the fact that packages are named absurdly in other distributions, you are expecting the same absurd names in slackware/salix too.
What is libopenexr? Certainly not openexr which is installed by default anyway, is it? You are trying to build libilmbase? Really? It appears the ilmbase package is not good for you then. libglew1.5-dev? Come on! What stupid name is this? The package is named glew for the spaghetti monster's sake. libboost is missing an so file? What nonsense is this?
You are trying to compile things that are already there!
Re: Mitsuba renderer
Posted: 13. Aug 2013, 13:20
by blurymind
gapan wrote:You are assuming that packages in slackware/salix are named exactly as they are named in other distributions. And considering the fact that packages are named absurdly in other distributions, you are expecting the same absurd names in slackware/salix too.
What is libopenexr? Certainly not openexr which is installed by default anyway, is it? You are trying to build libilmbase? Really? It appears the ilmbase package is not good for you then. libglew1.5-dev? Come on! What stupid name is this? The package is named glew for the spaghetti monster's sake. libboost is missing an so file? What nonsense is this?
You are trying to compile things that are already there!
the scons build script of mitsuba is not even checking the deps. Surely there must be something wrong I am going here. Help
