Tiny Core Base > Release Candidate Testing
Core v16.0beta1
Juanito:
OK, got it - the last two patches I used to build flwm are included in your changes, which creates the error as they are already in master.
MikeLockmoore:
--- Quote from: Juanito on March 13, 2025, 10:25:19 AM ---OK, got it - the last two patches I used to build flwm are included in your changes, which creates the error as they are already in master.
--- End quote ---
Great! :) I started with your build instructions which included at least one patch, and used that as the base of the patches I posted.
I'm not clear on the 32-bit x86 build issues. Does FLTK 1.4.x not support 32-builds now?
Juanito:
One of the main reasons to use fltk-1.4 is the wayland support, which means the tinycore fltk applets will work with a wayland compositor like labwc, weston, etc.
In order to reduce bloat, tinycore x86 does not use wayland. In addition fltk-1.4 is larger than fltk-1.3, so we decided to stay with fltk-1.3 for tc-16.x x86.
Juanito:
Using git apply -R ../xxx.patch, I was able to back out the couple of patches I'd added and then apply mike_rescaling.patch and mike_rescaling_2.patch cleanly.
I've posted updated flwm/flwm_topside to the tc-16.x x86_64 repo.
Building flwm for tc-16.x x86 (fltk-1.3) fails with:
--- Code: ---main.C: In function 'int main(int, char**)':
main.C:436:12: error: 'screen_scale' is not a member of 'Fl'
436 | sf = Fl::screen_scale(0);
--- End code ---
..which I guess is due to scaling not being supported on fltk-1.3
Rich:
Hi Juanito
scale_factor was added in fltk-1.4.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version