[Bf-committers] SCons patch to test (long lines error)

Charles Schwalbach charles at charlesschwalbach.com
Thu Aug 17 23:14:06 CEST 2006


I also am getting the same error in IRIX 6.5, using MIPSpro 7.4.4m.
Blender no longer builds because of unresolved symbols in libsrc1.a
(booleanops.o)

Charles

On Thu, 2006-08-17 at 11:22 -0700, Ken Hughes wrote:
> Tony Agee wrote:
> > The patch breaks my build at linking blender, a number of undefined 
> > references in libsrc1.a.
> > 
> > Building on Slackware 10.2, w/ GCC 3.4.6.
> 
> I'm getting similar errors under Ubuntu 6.06, gcc 4.0.3.  Complaints 
> about missing CSG_* functions.
> 
> /home/blender/build/linux2/lib/libsrc1.a(booleanops.o): In function 
> `NewBooleanMeshDLM':source/blender/src/booleanops.c:462: undefined 
> reference to `CSG_NewBooleanFunction'
> :source/blender/src/booleanops.c:463: undefined reference to 
> `CSG_DescibeOperands'
> :source/blender/src/booleanops.c:487: undefined reference to 
> `CSG_PerformBooleanOperation'
> :source/blender/src/booleanops.c:495: undefined reference to 
> `CSG_PerformBooleanOperation'
> :source/blender/src/booleanops.c:513: undefined reference to 
> `CSG_OutputFaceDescriptor'
> :source/blender/src/booleanops.c:514: undefined reference to 
> `CSG_OutputVertexDescriptor'
> :source/blender/src/booleanops.c:529: undefined reference to 
> `CSG_FreeVertexDescriptor'
> :source/blender/src/booleanops.c:530: undefined reference to 
> `CSG_FreeFaceDescriptor'
> :source/blender/src/booleanops.c:544: undefined reference to 
> `CSG_FreeBooleanOperation'
> /home/blender/build/linux2/lib/libsrc1.a(booleanops.o): In function 
> `NewBooleanMesh':source/blender/src/booleanops.c:668: undefined 
> reference to `CSG_NewBooleanFunction'
> :source/blender/src/booleanops.c:669: undefined reference to 
> `CSG_DescibeOperands'
> :source/blender/src/booleanops.c:693: undefined reference to 
> `CSG_PerformBooleanOperation'
> :source/blender/src/booleanops.c:701: undefined reference to 
> `CSG_PerformBooleanOperation'
> :source/blender/src/booleanops.c:725: undefined reference to 
> `CSG_OutputFaceDescriptor'
> :source/blender/src/booleanops.c:726: undefined reference to 
> `CSG_OutputVertexDescriptor'
> :source/blender/src/booleanops.c:754: undefined reference to 
> `CSG_FreeVertexDescriptor'
> :source/blender/src/booleanops.c:755: undefined reference to 
> `CSG_FreeFaceDescriptor'
> :source/blender/src/booleanops.c:758: undefined reference to 
> `CSG_FreeBooleanOperation'
> collect2: ld returned 1 exit status
> scons: *** [/home/blender/build/linux2/bin/blender] Error 1
> 
> Ken
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list