[Bf-python] Irix link warnings

Yann Vernier yann at algonet.se
Sun Nov 7 19:33:58 CET 2004


On Sun, Nov 07, 2004 at 10:03:31AM -0700, Chris Want wrote:
> These are probably benign, but here are
> som warnings that are issued during linking
> on irix:

All of the *_Type structures should be defined in their own files,
*neither* BPY_interface.o nor Blender.o should contain NMesh_Type. It's in
NMesh.c and referenced in Types.c.
> ld32: WARNING 15 : Multiply defined:(NMesh_Type) in 
> /usr/people/cwant/blender/bf-blender/blender/obj/irix-6.5-mips/blender/python/libpython.a(BPY_interface.o) 
> and 
> /usr/people/cwant/blender/bf-blender/blender/obj/irix-6.5-mips/blender/python/libpython.a(Blender.o) 
> (2nd definition ignored).
This symbol called "R" should probably be only in rendercore, not
sceneRender. I suspect it's missing an "extern" in sceneRender.c, but
it's resolved here so should work.
> ld32: WARNING 15 : Multiply defined:(R) in 
> /usr/people/cwant/blender/bf-blender/blender/obj/irix-6.5-mips/blender/render/librender.a(rendercore.o) 
> and 
> /usr/people/cwant/blender/bf-blender/blender/obj/irix-6.5-mips/blender/python/libpython.a(sceneRender.o) 
> (2nd definition ignored).

-- 
PGP fingerprint = 9242 DC15 2502 FEAB E15F  84C6 D538 EC09 5380 5746
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.blender.org/pipermail/bf-python/attachments/20041107/82fde67f/attachment-0001.sig>


More information about the Bf-python mailing list