Personal tools
Document Actions

List of dependencies

Up to General discussion

List of dependencies

Posted by Joe Gumbosky at March 30. 2008

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


Re: List of dependencies

Posted by Joe Gumbosky at April 01. 2008
Even though there are other posts that describe dependencies,  I'm still cannot get Gadget Manager to load on Mepis. (Yes, I installed  pyxml, too.)  Obviously, there's still something missing

Thanks,
-Joe

Re: List of dependencies

Posted by Cazze at April 01. 2008

Give us some errors it produce and we can have a clue on what you're missing :)


Cazze


Re: List of dependencies

Posted by Joe Gumbosky at April 01. 2008
Hello Cazze,

     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:~$




Re: List of dependencies

Posted by eFfeM at April 02. 2008

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)


Re: List of dependencies

Posted by Joe Gumbosky at April 03. 2008

Hi eFFeM,






     I've had a total of one JAVA class and one C++.net class.  I'll explore what you suggested and see how far I can take Damn Small Linux.






Thanks,


-Joe


Powered by Ploneboard
You are here: Home Forum General discussion List of dependencies

Powered by Plone CMS, the Open Source Content Management System