Re: latest build 5.5 build 1162 problems & questions
Brought to you by:
set
From: Salvador E. T. <sal...@in...> - 2004-12-28 20:18:24
|
Arnold Wiegert wrote: > > > Salvador Eduardo Tropea wrote: > >> Arnold Wiegert wrote: >> > >>>> Strange, to what program are you trying to copy the text? >>> >>> >>> >>> I tried to cut&paste to kedit and any other editor I could find, >>> including setedit. >>> >>> I've tried various ways of marking and copying the text to the >>> Windows clipboard, but not luck at all - and yet I know I did it at >>> least once. >> >> >> >> >> The easiest way is to select with the mouse and paste with the middle >> button. > > > > Well, how about that. Pasting with my mouse wheel seemed to work and > here is the result: [snip] It looks much better. The TV code seems to need more details. Are you defining LD_LIBRARY_PATH environment variable? I guess the library is being stripped during installation. If TV sources are in /usr/src/tvision try this: $ export LD_LIBRARY_PATH=/usr/src/tvision/makes $ ./editor.exe -d 3 or: $ LD_LIBRARY_PATH=/usr/src/tvision/makes ./editor.exe -d 3 If you use the 1st methode you can verify it worked by running: $ ldd editor.exe It should show the dynamic dependencies including something like this: librhtv.so.2.0.4 => /usr/src/tvision/makes/librhtv.so.2.0.4 (0x40014000) > Hope there is enough to sort this one out It shows the editor is just trying to display the dialog to indicate the loading process failed. It doesn't happend here, but I'm using the "Unicode" branch. So I think some patch that I applied to the "Unicode" patch wasn't applied to the trunk. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |