<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am Mo., 25. Nov. 2019, 19:37:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is it possible to build projects using the GTK3 widget set while on Mac? I know GTK3 is cross platform itself so it should be possible to use this instead of the Cocoa widgets right?<br>
<br>
I try to build and I get pretty far until there is a linker error looking for a .so file:<br>
<br>
Error: ld: library not found for -lgtk-3.so.0<br>
<br>
On macOS I would expect this to be a framework, not a .so file. Any ideas?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You'll likely expect wrong considering that GTK is rather Unix centric and doesn't like to deal with the platformisms of other platforms (both Windows and macOS).</div><div dir="auto">You'll likely have to look for a libgtk.3.dylib or so and you'll need to adjust the import library names in the GTK3 units. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>