I'd not updated my Carla build (under Deb Wheezy) for months so I just tried but no go:
Code: Select all
~/src/Cadence$ carla
LRDF Support not available (LADSPA-RDF will be disabled)
Traceback (most recent call last):
File "/usr/local/share/cadence/src/carla.py", line 2106, in <module>
Carla.Host = Host(libPrefix)
File "/usr/local/share/cadence/src/carla_backend.py", line 765, in __init__
self.lib.get_extended_license_text.argtypes = None
File "/usr/lib/python3.2/ctypes/__init__.py", line 366, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python3.2/ctypes/__init__.py", line 371, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/local/lib/carla/carla_backend.so: undefined symbol: get_extended_license_textI've got python-rdflib installed but thats for python 2. It seems python3-rdflib isn't in the Deb or buntu repos either so maybe I just need to install this:
http://pypi.python.org/pypi/rdflib/
Then Carla might work again? The Cadence INSTALL doc says rdflib is only recommended and not required so maybe not.