chill wrote: 
> I guess my SDL build DOES have tslib support now:
> > 
Code:
--------------------
  >   > root@openframe:/usr/local/lib# ldd libSDL-1.2.so.0.11.4
  >     linux-gate.so.1 (0xb7719000)
  >     libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb756a000)
  >     libts.so.0 => /lib/i386-linux-gnu/libts.so.0 (0xb7564000)
  >     libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb755f000)
  >     libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7540000)
  >     libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7364000)
  >     /lib/ld-linux.so.2 (0xb771a000)
  > 
--------------------
> > 
> 
> So is there another obvious reason why the pointercal calibration
> seems to be being ignored?

You should confirm that jivelite is using the libSDL from /usr/local/lib
and not still using the system version.

Code:
--------------------
    ldd /opt/jivelite/bin/jivelite
        librt.so.1 => /lib/librt.so.1 (0xb6fa2000)
        *libSDL-1.2.so.0 => /opt/jivelite/lib/libSDL-1.2.so.0 (0xb6f31000)*
        libSDL_ttf-2.0.so.0 => /opt/jivelite/lib/libSDL_ttf-2.0.so.0 
(0xb6f1b000)
        libSDL_image-1.2.so.0 => /opt/jivelite/lib/libSDL_image-1.2.so.0 
(0xb6ef0000)
        libSDL_gfx.so.13 => /opt/jivelite/lib/libSDL_gfx.so.13 (0xb6ecc000)
        liblua.so => /opt/jivelite/lib/liblua.so (0xb6e99000)
        libm.so.6 => /lib/libm.so.6 (0xb6e15000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb6deb000)
        libc.so.6 => /lib/libc.so.6 (0xb6cad000)
        /lib/ld-linux-armhf.so.3 (0xb6fb9000)
        *libts-1.0.so.0 => /usr/local/lib/libts-1.0.so.0 (0xb6c99000)*
        libdl.so.2 => /lib/libdl.so.2 (0xb6c86000)
        libfreetype.so.6 => /opt/jivelite/lib/libfreetype.so.6 (0xb6c0d000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb6bea000)
        libpng12.so.0 => /opt/jivelite/lib/libpng12.so.0 (0xb6bb8000)
        libjpeg.so.62 => /opt/jivelite/lib/libjpeg.so.62 (0xb6b84000)
  
--------------------

You could try not installed libsdl1.2-dev in your build script if
jivelite is using the wrong one, however the other libsdl support
libraries may not load using your libSDL and you will have to change the
jivelite Makefiles and likely several of the .config files to look for
the SDL headers in /usr/local/include/SDL instead of /usr/include/SDL.

It would seem that you are getting into the same situation I had when I
first started porting jivelite to picoreplayer from raspbian.  In the
end I uninstalled all the system provided SDL, libts, lua others and
built them from squeezeplay.  Squeezeplay creates a build folder with
all the libraries and header files needed to compile itself and it can
be used for other applications. You would need to change the makefile to
include libts as that's not standard.  I can provide a patch if needed.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to