Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: polikuo on November 27, 2016, 07:46:56 AM

Title: tc-wbarconf still use fltk-1.1 on armv6
Post by: polikuo on November 27, 2016, 07:46:56 AM
@bmarkus

On piCore-8.0

Code: [Select]
tc-wbarconf: error while loading shared libraries: libfltk.so.1.1: cannot open shared object file: No such file or directory

I grab the source code and compile it with fltk-1.3
It works fine
Title: Re: tc-wbarconf still use fltk-1.1 on armv6
Post by: polikuo on November 27, 2016, 09:31:51 PM
I took a look at it and find out there are two extensions contain tc-wbarconf
wbar.tcz and Xprogs.tcz
The wbar.tcz one is compiled against fltk-1.1 when the Xprogs.tcz one goes with fltk-1.3
If one load wbar.tcz before Xprogs.tcz, it'll be unusable
Please update the wbar one

BTW, on both x86 and x64 platform
tc-wbarconf only present in wbar.tcz
Title: Re: tc-wbarconf still use fltk-1.1 on armv6
Post by: Juanito on March 07, 2017, 04:04:07 AM
fixed