List of dependencies
Up to General discussion
I've tried looking over the documentation, but I don't seem to be able to find a complete list of dependencies for 'tuxsetup'. I have an ancient laptop running Damn Small Linux, and I''m thinking about making it a dedicated TuxDroid interface.
Thanks,
-Joe
Thanks,
-Joe
This is the output when I try to start Gadget Manager from the CL:
joegumbo@mepis1:~$ tuxgdg
Traceback (most recent call last):
File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in ?
from FWObject import GdgFramework
File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 34, in ?
from GdgObject import *
File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 50, in ?
from GdgVoiceRec import VoiceRecParametrize, VoiceRecAcquire, VoiceRecMatching
File "/opt/tuxdroid/apps/tux_framework/libs/GdgVoiceRec.py", line 11, in ?
import DTW
File "/opt/tuxdroid/apps/tux_framework/libs/DTW.py", line 27, in ?
lib = CDLL(DTW_SO)
File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 315, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /opt/tuxdroid/apps/tux_framework/libs/_DTW.so: undefined symbol: __stack_chk_fail
joegumbo@mepis1:~$
Joe, it also depends on what you want to do with tux. If the laptop is that ancient and runs DSL and you want only on or two things and you can program C/C++ you might be better off crafting a C program to do whatever you want to do.
Alternately it is possible to just let the daemon run on your laptop and change the gadget manager a little bit allowing it to connect to a remote tux. (comm between daemon and app is via tcp port 5000)
