Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] undefined symbol: _ZTVN5Manta16KDTreeDynTextureE workaround: make clean


Chronological Thread 
  • From: Abe Stephens <abe@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] undefined symbol: _ZTVN5Manta16KDTreeDynTextureE workaround: make clean
  • Date: Fri, 17 Aug 2007 13:55:12 -0600

If you receive an error similar to:
> Manta/build-gcc> python ../SwigInterface/runwxmanta.py
> Traceback (most recent call last):
>   File "../SwigInterface/runwxmanta.py", line 2, in <module>
>     import wxManta
>   File "/local/abe/Manta/SwigInterface/wxManta.py", line 16, in <module>
>     from manta import *
>   File "/local/abe/Manta/build-gcc/lib/manta.py", line 7, in <module>
>     import _manta
> ImportError: /local/abe/Manta/build-gcc/lib/_manta.so: undefined
> symbol: _ZTVN5Manta16KDTreeDynTextureE
Remove all build files and rebuild. This symbol is no longer present in
the trunk. I'm not sure why the dependency checking didn't catch it.

Abe





  • [Manta] undefined symbol: _ZTVN5Manta16KDTreeDynTextureE workaround: make clean, Abe Stephens, 08/17/2007

Archive powered by MHonArc 2.6.16.

Top of page