scons: warning: The Options class is deprecated; use the Variables class instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/tools/buildtools.py", line 9, in read_opts scons: warning: The BoolOption() function is deprecated; use the BoolVariable() function instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/tools/buildtools.py", line 22, in read_opts scons: warning: The env.Copy() method is deprecated; use the env.Clone() method instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/tools/buildtools.py", line 112, in check_config scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 101, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 104, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 107, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 110, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 113, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 116, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 119, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 122, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 125, in scons: warning: BuildDir() and the build_dir keyword have been deprecated; use VariantDir() and the variant_dir keyword instead. File "/usr/src/slapt-src/graphics/yafaray/yafaray/SConstruct", line 129, in src/yafraycore/environment.cc: In instantiation of ‘void yafaray::freeMap(std::map, T*>&) [with T = yafaray::volumeHandler_t]’: src/yafraycore/environment.cc:84:22: required from here src/yafraycore/environment.cc:71:40: warning: deleting object of abstract class type ‘yafaray::volumeHandler_t’ which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] for(i=map.begin(); i!=map.end(); ++i) delete i->second; ^ src/yafraycore/environment.cc: In instantiation of ‘void yafaray::freeMap(std::map, T*>&) [with T = yafaray::VolumeRegion]’: src/yafraycore/environment.cc:85:28: required from here src/yafraycore/environment.cc:71:40: warning: deleting object of abstract class type ‘yafaray::VolumeRegion’ which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] src/yafraycore/kdtree.cc: In member function ‘int yafaray::triKdTree_t::buildTree(yafaray::u_int32, yafaray::bound_t&, yafaray::u_int32*, yafaray::u_int32*, yafaray::u_int32*, yafaray::boundEdge**, yafaray::u_int32, int, int)’: src/yafraycore/kdtree.cc:471:10: warning: unused variable ‘bCenter’ [-Wunused-variable] double bCenter[3], bHalfSize[3]; ^ src/yafraycore/ray_kdtree.cc: In instantiation of ‘int yafaray::kdTree_t::buildTree(yafaray::u_int32, yafaray::bound_t&, yafaray::u_int32*, yafaray::u_int32*, yafaray::u_int32*, yafaray::boundEdge**, yafaray::u_int32, int, int) [with T = yafaray::triangle_t; yafaray::u_int32 = unsigned int]’: src/yafraycore/ray_kdtree.cc:1134:16: required from here src/yafraycore/ray_kdtree.cc:475:10: warning: unused variable ‘bCenter’ [-Wunused-variable] double bCenter[3], bHalfSize[3]; ^ src/yafraycore/ray_kdtree.cc: In instantiation of ‘int yafaray::kdTree_t::buildTree(yafaray::u_int32, yafaray::bound_t&, yafaray::u_int32*, yafaray::u_int32*, yafaray::u_int32*, yafaray::boundEdge**, yafaray::u_int32, int, int) [with T = yafaray::primitive_t; yafaray::u_int32 = unsigned int]’: src/yafraycore/ray_kdtree.cc:1135:16: required from here src/yafraycore/ray_kdtree.cc:475:10: warning: unused variable ‘bCenter’ [-Wunused-variable] In file included from src/yafraycore/scene.cc:22:0: include/core_api/scene.h: In constructor ‘yafaray::scene_t::scene_t()’: include/core_api/scene.h:211:24: warning: ‘yafaray::scene_t::surfIntegrator’ will be initialized after [-Wreorder] surfaceIntegrator_t *surfIntegrator; ^ include/core_api/scene.h:177:23: warning: ‘yafaray::volumeIntegrator_t* yafaray::scene_t::volIntegrator’ [-Wreorder] volumeIntegrator_t *volIntegrator; ^ src/yafraycore/scene.cc:42:1: warning: when initialized here [-Wreorder] scene_t::scene_t(): camera(0), imageFilm(0), tree(0), vtree(0), background(0), surfIntegrator(0), volIntegrator(0), ^ src/yafraycore/scene.cc: In member function ‘bool yafaray::scene_t::smoothMesh(yafaray::objID_t, yafaray::PFLOAT)’: src/yafraycore/scene.cc:309:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0; i&, std::vector&, int)’: src/yafraycore/nodematerial.cc:102:9: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if(vp && flags&VIEW_DEP || !vp && flags&VIEW_INDEP) output.push_back(n); ^ In file included from include/core_api/bound.h:28:0, from include/yafraycore/pkdtree.h:7, from include/yafraycore/photon.h:7, from include/yafraycore/old_photonmap.h:6, from src/yafraycore/old_photonmap.cc:2: include/core_api/vector3d.h: In function ‘yafaray::bound_t yafaray::global_photon_calc_bound(const std::vector&)’: include/core_api/vector3d.h:118:51: warning: ‘.yafaray::point3d_t::x’ may be used uninitialized in this function [-Wmaybe-uninitialized] point3d_t& operator= (const point3d_t &s) { x=s.x; y=s.y; z=s.z; return *this; } ^ src/yafraycore/old_photonmap.cc:9:39: note: ‘’ was declared here if(size==0) return bound_t(point3d_t(),point3d_t()); ^ src/yafraycore/surface.cc: In member function ‘void yafaray::spDifferentials_t::refractedRay(const yafaray::diffRay_t&, yafaray::diffRay_t&, yafaray::PFLOAT) const’: src/yafraycore/surface.cc:68:9: warning: unused variable ‘mu’ [-Wunused-variable] PFLOAT mu = IOR * (in.dir * sp.N) - (out.dir * sp.N); ^ In file included from include/interface/yafrayinterface.h:7:0, from src/interface/yafrayinterface.cc:2: src/interface/yafrayinterface.cc: In member function ‘virtual char* yafaray::yafrayInterface_t::getVersion() const’: ./yaf_revision.h:3:21: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] #define YAF_SVN_REV "Unversioned directory" ^ src/interface/yafrayinterface.cc:276:9: note: in expansion of macro ‘YAF_SVN_REV’ return YAF_SVN_REV; ^ src/gui/renderwidget.cc:21:25: fatal error: QtCore/QDebug: No such file or directory compilation terminated. scons: *** [build/gui/renderwidget.os] Error 1 ./ usr/ usr/lib/ usr/lib/libyafarayplugin.so usr/lib/libyafaraycore.so usr/bin/ usr/bin/yafaray-xml usr/doc/ usr/doc/yafaray-0.1.1/ usr/doc/yafaray-0.1.1/CODING usr/doc/yafaray-0.1.1/yafaray.SlackBuild usr/doc/yafaray-0.1.1/LICENSE usr/doc/yafaray-0.1.1/INSTALL install/ install/slack-desc