FLTK logo

Re: [fltk/fltk] 1.4.x:focus box drawing incorrectly on OSX (e.g. 10.10.15) at scales >100% (#192)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] 1.4.x:focus box drawing incorrectly on OSX (e.g. 10.10.15) at scales >100% (#192) Albrecht Schlosser Feb 20, 2021  
 

Regarding the built-in image libs: I think Manolo changed the default in CMake builds for png and jpeg to built-in on macOS (e.g. OPTION_USE_SYSTEM_LIBJPEG "use system libjpeg" OFF) but left zlib ON (i.e. system) which I found this way on my macOS CMake build. It seemed to work but I switched zlib to OFF manually as well for consistency. I can't tell what the defaults for configure/make are.

Perhaps this should be the default on OSX, just so a simple default build works?

I think this depends on our bundled library versions and the existing header files on the system. It's a well-known problem that not all combinations work well - and under Linux we have another issue that (IIRC) is required and linked to the system Xft shared lib which makes it impossible to use our bundled libpng, or something like that...

One of my next points on my to-do-list is to update the bundled libs but I can't tell if this makes a difference (very likely it will).

For users it would probably be the best to switch either all bundled libs ON or all libs OFF for consistency and likely the best results.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.