FLTK logo

Re: [fltk/fltk] [fltk 1.4.x/Linux] application invoking native filechooser crashes under linux if fltk built with --enable-localpng (#232)

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] [fltk 1.4.x/Linux] application invoking native filechooser crashes under linux if fltk built with --enable-localpng (#232) erco77 May 28, 2021  
 

What does ldd libgtk-3.so.0.2200.30 | grep png output?
Result is:

	libpng15.so.15 => /lib64/libpng15.so.15 (0x00007f2d29da6000)

I'd think that this is the correct libgtk.so.
You can also check an application with ldd and you'll see which one is linked.

Yes -- I looked in our fltk driver code, looks like it uses dl_open() at runtime to probe for the different versions of gtk available, starting with gtk3 first, and if not found falls back to gtk2.

Due to that, ldd won't show anything about GTK from fluid because it's not linked, but rather conditionally `dl_open()'ed at runtime by the native file chooser's call to our drivers.


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'.