I am having difficulty with an undefined symbol. I tried both the setup.py and "./configure;make" processes with basically the same result. Any suggestions? Thanks.
pwat...@linux-3eb6:/home/pwatson/Master/swftools-0.9.0> uname -a Linux linux-3eb6 2.6.25.20-0.4-pae #1 SMP 2009-06-01 09:57:12 +0200 i686 i686 i386 GNU/Linux pwat...@linux-3eb6:/home/pwatson/Master/swftools-0.9.0> python -c 'import gfx' /usr/local/lib/python2.5/site-packages/SWFTools-0.9dev-py2.5-linux-i686.egg/gfx.py:3: UserWarning: Module gfx was already imported from /usr/local/lib/python2.5/site-packages/SWFTools-0.9dev-py2.5-linux-i686.egg/gfx.pyc, but /home/pwatson/Master/swftools-0.9.0 is being added to sys.path import sys, pkg_resources, imp Traceback (most recent call last): File "<string>", line 1, in <module> File "build/bdist.linux-i686/egg/gfx.py", line 7, in <module> File "build/bdist.linux-i686/egg/gfx.py", line 6, in __bootstrap__ ImportError: /home/pwatson/.python-eggs/SWFTools-0.9dev-py2.5-linux-i686.egg-tmp/gfx.so: undefined symbol: swf_AddButtonLinks pwat...@linux-3eb6:/home/pwatson/Master/swftools-0.9.0>
