Unleash the power of 3D
#20432 Likes: 0
herrdeh
Participant
  • Posts 23

Hab einen neuen Anlauf gemacht – alle Dateien gelöscht und nochmal neu gestartet. (Hätte ich vielleicht noch einen cache löschen müssen oder so – es ist ewig her, daß ich das letzte Mal kompiliert habe….?).

Nun kriege ich diese Meldungen:

In file included from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math_vector.h:401:0,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math.h:71,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:60:

/home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c: In function ‘_softbody_calc_forces_slice_in_a_thread.isra.25’:

/home/wd/bforartists-git/Bforartists/source/blender/blenlib/intern/math_vector_inline.c:375:7: warning: ‘*((void *)&vv3+8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]

  r[2] += a[2];

       ^~

/home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:1604:24: note: ‘*((void *)&vv3+8)’ was declared here

        vv1[3], vv2[3], vv3[3], coledge[3] = {0.0f, 0.0f, 0.0f}, mindistedge = 1000.0f,

                        ^~~

In file included from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math_vector.h:401:0,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math.h:71,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:60:

/home/wd/bforartists-git/Bforartists/source/blender/blenlib/intern/math_vector_inline.c:374:7: warning: ‘*((void *)&vv3+4)’ may be used uninitialized in this function [-Wmaybe-uninitialized]

  r[1] += a[1];

       ^~

/home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:1604:24: note: ‘*((void *)&vv3+4)’ was declared here

        vv1[3], vv2[3], vv3[3], coledge[3] = {0.0f, 0.0f, 0.0f}, mindistedge = 1000.0f,

                        ^~~

In file included from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math_vector.h:401:0,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenlib/BLI_math.h:71,

                 from /home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:60:

/home/wd/bforartists-git/Bforartists/source/blender/blenlib/intern/math_vector_inline.c:373:7: warning: ‘vv3’ may be used uninitialized in this function [-Wmaybe-uninitialized]

  r[0] += a[0];

       ^~

/home/wd/bforartists-git/Bforartists/source/blender/blenkernel/intern/softbody.c:1604:24: note: ‘vv3’ was declared here

        vv1[3], vv2[3], vv3[3], coledge[3] = {0.0f, 0.0f, 0.0f}, mindistedge = 1000.0f,

                        ^~~

 

[ 41%] Linking C static library ../../../lib/libbf_blenkernel.a

[ 41%] Built target bf_blenkernel

Makefile:162: recipe for target ‘all’ failed

make[1]: *** [all] Error 2

GNUmakefile:144: recipe for target ‘all’ failed

make: *** [all] Error 2

 

Grüße,

Wolf