Dear Bastien, yes, I did fresh start-over, pulling all from git from scratch, and installing and compiling dependencies. It seems that now it is working, but unfortunately there was splash.png.c cut by half. I copied blender/release/datafiles/splash.png from an older svn repo. Although the size of the files were the same, restarting compilation worked well.
The error with image is here. Compiling ==> 'bfont.ttf.c' Compiling ==> 'bmonofont.ttf.c' Compiling ==> 'splash.png.c' /home/piotao/blender-git/build/linux/data_sources/splash.png.c:3527:2: error: expected expression at end of input 53,143,223, 83,242,197, 23,154, 92,221,114,252, 55, 63, 80,144, 37,134, 79,253,219,140,213,150,175,212,173,173,111,196, ^ scons: *** [/home/piotao/blender-git/build/linux/data_sources/splash.png.o] Error 1 scons: building terminated because of errors. After that if failed again with: Linking program ==> 'blender' /usr/bin/ld: cannot find -lyaml-cpp /usr/bin/ld: cannot find -ltinyxml collect2: error: ld returned 1 exit status scons: *** [/home/piotao/blender-git/build/linux/bin/blender] Error 1 scons: building terminated because of errors. This is probably due to the lack of some libs which are not installed in my system. I'll look into this tomorrow :) Thank you for help and for all repairs. pz piotr -- Piotr Arlukowicz -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/ED/IT/S d++(-)>--pu s(+):(+)> a C++(+++)$@>++++$ ULAVISC*()$>+++$ P++(+++)$>++++ L++(+++)$@>++++$ !E---(---)>++ W++(+++)$@>+++ N(+)>++ o--? !K-(-)>-$ w++(+)>-- !O-(-)>- !M-(-)>-- !V-(-)>- PS(+)>++ !PE()>+ Y PGP>+ t(-) !5? !X R()>* tv- b++ DI++ D+(++)>+++ G++@ e++++>+++++ h---()>++ r+++ y+++ ------END GEEK CODE BLOCK------ 2013/12/11 Bastien Montagne <[email protected]> > Hi Piotr, > > Could you test with the latest master? Both scons and CMake should work > now (crossing fingers…). Please *do not* use anymore --all-static, this > is broken now (and not sure I will find a way to make it work again). > > On 11/12/2013 14:07, Piotr Arlukowicz wrote: > > Sorry for that, but still not good, even with --all-static. I've run with > > static, then without it, and now libHalf.a was found, but the process > > failed here: > > > > Compiling ==> 'buildinfo.c' > > scons: *** [/home/piotao/blender-git/build/linux/bin/blender] Source > > `/home/piotao/blender-git/deps/openexr/lib/libIlmImf-2_1.a' not found, > > needed by target `/home/piotao/blender-git/build/linux/bin/blender'. > > scons: building terminated because of errors. > > > > Here's the list of files in openexr: > > -rw-r--r-- 1 piotao users 1820686 gru 11 11:55 libIlmImf-2_1.so.21.0.0 > > lrwxrwxrwx 1 piotao users 23 gru 11 11:55 libIlmImf-2_1.so.21 -> > > libIlmImf-2_1.so.21.0.0 > > lrwxrwxrwx 1 piotao users 19 gru 11 11:55 libIlmImf-2_1.so -> > > libIlmImf-2_1.so.21 > > drwxr-xr-x 2 piotao users 4096 gru 11 11:55 pkgconfig/ > > -rw-r--r-- 1 piotao users 843 gru 11 11:55 libImath-2_1.la > > -rw-r--r-- 1 piotao users 124394 gru 11 11:55 libImath-2_1.a > > -rw-r--r-- 1 piotao users 863 gru 11 11:55 libIlmThread-2_1.la > > -rw-r--r-- 1 piotao users 46938 gru 11 11:55 libIlmThread-2_1.a > > -rw-r--r-- 1 piotao users 853 gru 11 11:55 libIexMath-2_1.la > > -rw-r--r-- 1 piotao users 22328 gru 11 11:55 libIexMath-2_1.a > > -rw-r--r-- 1 piotao users 833 gru 11 11:55 libIex-2_1.la > > -rw-r--r-- 1 piotao users 346080 gru 11 11:55 libIex-2_1.a > > -rw-r--r-- 1 piotao users 818 gru 11 11:55 libHalf.la > > -rw-r--r-- 1 piotao users 268492 gru 11 11:55 libHalf.a > > > > regards > > piotr > > -- > > Piotr Arlukowicz > > -----BEGIN GEEK CODE BLOCK----- > > Version: 3.1 > > GCS/ED/IT/S d++(-)>--pu s(+):(+)> a C++(+++)$@>++++$ ULAVISC*()$>+++$ > > P++(+++)$>++++ L++(+++)$@>++++$ !E---(---)>++ W++(+++)$@>+++ N(+)>++ o--? > > !K-(-)>-$ w++(+)>-- !O-(-)>- !M-(-)>-- !V-(-)>- PS(+)>++ !PE()>+ Y PGP>+ > > t(-) !5? !X R()>* tv- b++ DI++ D+(++)>+++ G++@ e++++>+++++ h---()>++ > r+++ > > y+++ > > ------END GEEK CODE BLOCK------ > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
